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 trustStore handling in native-image #9906

Merged
merged 4 commits into from
Jun 15, 2020
Merged

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Jun 10, 2020

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).

@geoand geoand changed the title Ensure that SSL logs can be printed at runtime Fix trustStore handling Jun 10, 2020
@geoand geoand changed the title Fix trustStore handling Fix trustStore handling in native-image Jun 10, 2020
@geoand
Copy link
Contributor Author

geoand commented Jun 10, 2020

@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.

@geoand geoand force-pushed the #9713 branch 3 times, most recently from cf4eee1 to d0555a9 Compare June 11, 2020 12:27
@geoand geoand marked this pull request as ready for review June 11, 2020 12:30
@geoand geoand requested a review from gsmet June 11, 2020 12:32
@geoand
Copy link
Contributor Author

geoand commented Jun 11, 2020

Ah.. the new test fails because of Docker... I need to see if / how this can be fixed

@geoand
Copy link
Contributor Author

geoand commented Jun 11, 2020

The test actually uncovered an issue that was fixed 😎

Copy link
Member

@gsmet gsmet left a 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.

@geoand
Copy link
Contributor Author

geoand commented Jun 15, 2020

Thanks a lot for this work. I spotted a few doc issues, nothing major.

Thanks for the thorough review! The comments have been addressed

@gsmet gsmet added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Jun 15, 2020
@geoand geoand merged commit 42fb948 into quarkusio:master Jun 15, 2020
@geoand geoand deleted the #9713 branch June 15, 2020 13:14
@geoand geoand added this to the 1.6.0 - master milestone Jun 15, 2020
@geoand
Copy link
Contributor Author

geoand commented Jun 15, 2020

@gsmet this isn't a notable feature, but I think that it should be mentioned in the release somehow, WDYT?

@gsmet
Copy link
Member

gsmet commented Jun 15, 2020

Agreed, I had the same idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants