Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

MicroProfile/JDK11Runtime

This page is intended to track the status of each MicroProfile specification as it moves towards JDK 11 runtime compatibility.

Specification Spec Binary and TCK Compat Spec Binary TCK Source
Config Yes No
Context Propagation Yes No
Fault Tolerance Yes 2.0
Health Yes No
JWT Yes No
Metrics 2.1 2.1
Open Tracing Yes No
Open API Yes No
Reactive Messaging Yes No
Reactive Streams Operators Yes No
REST Client Yes No


Note: Specifications should switch "No" to the version of the specification that complies with each of the Architectural issues when it's done

Comment from Payara:

All the MP TCKs except OpenTracing pass with Payara on JDK 11. It applies to the following versions:

  • Config 1.3
  • Fault Tolerance 2.0
  • Health 1.0
  • JWT Auth 1.1
  • Metrics 2.0
  • OpenAPI 1.0
  • Rest Client 1.1

OpenTracing 1.3 passes on Payara with JDK 8 but some tests fail on JDK 11. It's not yet confirmed if the issue comes from the TCK or from Payara. The TCKs are built on JDK 8 in both cases, we haven't tried building them on JDK 11.

All MP TCKs passed with Open Liberty [19.0.0.5 and onwards] on JDK 11 [Emily]

Back to the top