jakartaee / rest

Jakarta RESTful Web Services
Other
353 stars 114 forks source link

Fixed: jersey-tck fails on JRE 17 due to Unsafe class #1077

Closed mkarg closed 2 years ago

mkarg commented 2 years ago

mvn --file jersey-tck/pom.xml verify fails on JRE 17.

The reason is that it uses GlassFish 6.1.0, which is not compatible with JRE 17 (uses Unsafe class).

The solution is to replace it by GlassFish 6.2.3.

As these are no API changes, this is a fast-track review period of just one day as per our committer rules.

mkarg commented 2 years ago

@jelemux Please check out this proposed solution, it should fix the problem you encountered earlier today. At least it did for me. :-)

jelemux commented 2 years ago

@mkarg Sorry, still does not fix my problem. I'm beginning to suspect that it might be something different entirely. I backtracked the commit that introduced it and opened #1078. I'll try to find out more and will post the updates in the issue.