Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "MicroProfile/JDK11Runtime"

Line 31: Line 31:
 
Note: Specifications should switch "No" to the version of the specification that complies with each of the Architectural issues when it's done
 
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.
 
  
  
Line 51: Line 38:
 
|-
 
|-
 
| MP 3.0 || [https://github.com/OpenLiberty/open-liberty/releases/tag/gm-19.0.0.5 Open Liberty 19.0.0.5 and onwards] || Unverified
 
| MP 3.0 || [https://github.com/OpenLiberty/open-liberty/releases/tag/gm-19.0.0.5 Open Liberty 19.0.0.5 and onwards] || Unverified
 +
| MP 3.2 || Payara Server 5.194 and Payara Micro 5.194 || Unverified
 
|}
 
|}

Revision as of 08:32, 2 December 2019

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


Releases Runtime that passed the spec TCKs with Java11 Runtime that recompiled the current APIs and TCKs with Java11 and passed
MP 3.0 Open Liberty 19.0.0.5 and onwards Unverified MP 3.2 Payara Server 5.194 and Payara Micro 5.194 Unverified

Back to the top