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 1.3 Unverified
Context Propagation 1.0 Unverified
Fault Tolerance 2.0 2.0
Health 2.0, 2.1 Unverified
JWT 1.1 Unverified
Metrics 2.0, 2.1 2.1
Open Tracing 1.3 Unverified
Open API 1.1 Unverified
Reactive Messaging 1.0 Unverified
Reactive Streams Operators 1.0 Unverified
REST Client 1.3 Unverified


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.

Emily: I think we want to focus on the latest TCKs for each spec. All MP TCKs passed with Open Liberty [19.0.0.5 and onwards] on JDK 11

Releases Runtime that passed the spec TCKs with Java11 Runtime that Compiled the current APIs and TCKs with Java11 and passed
MP 3.0 Open Liberty Unverified
Reactive Messaging Open Liberty Unverified
Reactive Streams Operators Open Liberty Unverified
Context Propagation Open Liberty Unverified

Back to the top