Skip to content

updated bouncy castle to bcpkix-jdk18on:1.75 and fix missing reflect config for graalvm #2135

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

Merged
merged 1 commit into from
Jul 7, 2023

Conversation

cmdjulian
Copy link
Contributor

As pointed out in #2125, the bouncy castle version is rather old. As the target is already set to 1.8, we can update bouncy castle to the newest version.
There is a other motivation behind it. Using bcpkix-jdk15on together with graalvm results in numerous errors, as the old bouncy castle version is not properly detected by graal and therefore not registered as an security provider, which leads to missing reflection configs while running.
This is also fixed by using bcpkix-jdk18on.

@cmdjulian cmdjulian requested a review from a team as a code owner June 25, 2023 09:31
@cmdjulian cmdjulian changed the title updated bouncy castle to bcpkix-jdk18on:1.75 and fix missinmg reflect config for graalvm updated bouncy castle to bcpkix-jdk18on:1.75 and fix missing reflect config for graalvm Jun 25, 2023
@eddumelendez eddumelendez added the dependencies Pull requests that update a dependency file label Jul 6, 2023
@eddumelendez eddumelendez added this to the next milestone Jul 7, 2023
@eddumelendez eddumelendez merged commit 33f510a into docker-java:main Jul 7, 2023
@eddumelendez
Copy link
Member

Thanks for your contribution, @cmdjulian !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants