-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
JEP 403 effects appear when running in Eclipse 2021-12 which embed a java 17 JVM #6
Comments
The method "setAccessible() is used in two classes:
@see https://github.com/cohorte/ipojo-nature/search?q=setAccessible The reasons:
|
The stacktrace of the InaccessibleObjectException instance thrown when the "Utilities:makeSortedManifest()" method is running:
|
I found that post : Order of entries in MANIFEST.MF So, as the method "makeSortedManifest()" is always called just before the method "setManifestContent()", is the using of a class like "org.apache.juneau.utils.ManifestFile" could be the solution to have ordered attributes in the MANIFEST.MF file ? eg. 1
eg. 2
JavaDoc: |
The message when building a class in a projet having the nature "iPOJO" :
Look at explanations:
Java 17: What’s New, Removed and Preview in JDK 17 | by Vinicius Monteiro | Javarevisited | Medium
https://medium.com/javarevisited/java-17-whats-new-removed-and-preview-in-jdk-17-62db367e62ee
A peek into Java 17: Encapsulating the Java runtime internals
https://blogs.oracle.com/javamagazine/post/a-peek-into-java-17-continuing-the-drive-to-encapsulate-the-java-runtime-internals
The text was updated successfully, but these errors were encountered: