-
Notifications
You must be signed in to change notification settings - Fork 874
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
Update bouncycastle to jdk18on-1.76. #6517
Conversation
- switches from jdk15on to jdk18on (which is for JDK 8+) - updates from 1.70 to 1.76
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks sane to me. Thank you.
@matthiasblaesing the lib wrappers here don't expose any packages: netbeans/ide/bcpg/nbproject/project.xml Lines 24 to 34 in 2cb4326
how does this work at runtime? Shouldn't this be |
The important part is here:
This copies the bouncy castle PGP implementation into the modules folder of the corresponding cluster. In this case that is Line 20 in 2cb4326
At least that is my understanding. |
thanks for the help - much appreciated. |
jdk15on
tojdk18on
(which is for JDK 8+, see page)we might need this update for #6500, lets see if everything is green