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
The SecurityManager API is deprecated for removal, see https://openjdk.org/jeps/486
It is being used in javassist for getClassContext:
getClassContext
javassist/src/main/javassist/util/proxy/SecurityActions.java
Lines 53 to 54 in bbe0e07
That use-case could be migrated to java.lang.StackWalker API added in Java 9: https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/StackWalker.html
java.lang.StackWalker
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The SecurityManager API is deprecated for removal, see https://openjdk.org/jeps/486
It is being used in javassist for
getClassContext
:javassist/src/main/javassist/util/proxy/SecurityActions.java
Lines 53 to 54 in bbe0e07
That use-case could be migrated to
java.lang.StackWalker
API added in Java 9: https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/StackWalker.htmlThe text was updated successfully, but these errors were encountered: