-
Notifications
You must be signed in to change notification settings - Fork 30
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
Reflective call Warning due to Weld -> ClassFileWriter #1542
Comments
Here are a couple more cases where classfilewriter is used
|
JEP 396 hints at the intention to encapsulate by default. |
JEP 396 is proposed for JDK16. Making the migration to LTS version JDK17 a barrier. |
Running a build shows a Warning for reflective calls.
The current version of Weld uses a dependency called ClassFileWriter.
Reflective call has been fixed by replacing the offending call in PR#17.
That fix is available in tagged 1.2.4.
Weld tagged version 3.1.1.Final is the earliest version to include the classfilewriter fix.
When time permits the version of Weld should be version bumped to 3.1.1.Final.
The text was updated successfully, but these errors were encountered: