-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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 trustStore handling in native-image #9906
Conversation
@gsmet I added a test case, which is slightly ugly, but I think is useful in preventing the change in behavior in GraalVM that we never caught. What is missing from this PR is doc update, but I'll wait until we take more about this before making those changes. |
cf4eee1
to
d0555a9
Compare
Ah.. the new test fails because of Docker... I need to see if / how this can be fixed |
The test actually uncovered an issue that was fixed 😎 |
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.
Thanks a lot for this work. I spotted a few doc issues, nothing major.
core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Guillaume Smet <[email protected]>
Thanks for the thorough review! The comments have been addressed |
@gsmet this isn't a notable feature, but I think that it should be mentioned in the release somehow, WDYT? |
Agreed, I had the same idea. |
Closes: #9713
This is a draft for now since there is a lot more that needs to be done (our handling of the trustStore seems to be at odds with what GraalVM native-image does).