We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PFL 5.0.0 fixed a bug/problem that is a showstopper on JDK 22, namelijk replacing a method of unsafe that has been removed in JDK 22:
eclipse-ee4j/orb-gmbal-pfl@b0d64eb#diff-e1b48d52c26b14f63bf55376ce440dea6090b5588515085ca719839eb4585c64L262
However, gmbal 4.0.3 ships with an OSGi protection against versions 5.0.0 or higher, leading to errors such as:
org.glassfish.embeddable.GlassFishException: Unable to resolve org.glassfish.main.security.services [162] missing requirement &(package = com.sun.enterprise.security.common) (version >= 7.0.0) (!(version >= 8.0.0)) caused by: Unable to resolve org.glassfish.main.security [296] missing requirement &(package = org.glassfish.gmbal) (version >= 4.0.0) (!(version >= 5.0.0)) caused by: Unable to resolve org.glassfish.gmbal.gmbal [177] missing requirement &(package = org.glassfish.pfl.basic.algorithm) (version >= 4.1.0) (!(version >= 5.0.0)))]]
This protection should be widened to allow for 5.0.0, or a gmbal 4.1 should be released targeting 5.x specifically.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
PFL 5.0.0 fixed a bug/problem that is a showstopper on JDK 22, namelijk replacing a method of unsafe that has been removed in JDK 22:
eclipse-ee4j/orb-gmbal-pfl@b0d64eb#diff-e1b48d52c26b14f63bf55376ce440dea6090b5588515085ca719839eb4585c64L262
However, gmbal 4.0.3 ships with an OSGi protection against versions 5.0.0 or higher, leading to errors such as:
This protection should be widened to allow for 5.0.0, or a gmbal 4.1 should be released targeting 5.x specifically.
The text was updated successfully, but these errors were encountered: