Skip to content
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

Fix up deprecation warnings that show up with JDK's that are more rec… #117

Open
wants to merge 1 commit into
base: v2.1
Choose a base branch
from

Conversation

opeongo
Copy link

@opeongo opeongo commented Dec 18, 2019

…ent than version 1.8. Mostly these are replacing the boxed primitive constructors with the static valueOf method. In the Reflect class test that the package is exported from the module before using trySetAccessible in order to prevent a warning about illegal access.

It seems like this project is pretty dormant, but I thought I would pass this along in case anyone else is interested. I went through the code to clean up the deprecation messages that show up when building for a JDK11 target. I realize that BeanShell2 is targeted for JDK1.8, but I wanted to squelch a run time message that shows up about an illegal module access in the Reflect class, and all of the other deprecation messages were easy pickings.

…ent than version 1.8. Mostly these are replacing the boxed primitive constructors with the static valueOf method. In the Reflect class test that the package is exported from the module before using trySetAccessible in order to prevent a warning about illegal access.
jimjag added a commit to jimjag/beanshell2 that referenced this pull request Dec 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant