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

Change ALPN selection algorithm #4274

Merged

Conversation

cescoffier
Copy link
Member

Fix #4248

Change how the ALPN selection is done in JDK8 and before to for the usage of Jetty.
That way we do not have to delete Conscrypt anymore and it fixes the issue.

@lburgazzoli can you check it fixes your issue?

Change how the ALPN selection is done in JDK8 and before to for the usage of Jetty.
That way we do not have to delete Conscrypt anymore and it fixes the issue.
Copy link
Member

@FroMage FroMage left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cescoffier cescoffier added triage/waiting-for-ci Ready to merge when CI successfully finishes kind/enhancement New feature or request labels Sep 30, 2019
@lburgazzoli
Copy link
Contributor

lburgazzoli commented Sep 30, 2019

LGTM

@cescoffier testes agains my project and it does not fails aymore

@cescoffier cescoffier added this to the 0.24.0 milestone Sep 30, 2019
@cescoffier cescoffier removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Sep 30, 2019
@cescoffier cescoffier merged commit c5daa86 into quarkusio:master Sep 30, 2019
@cescoffier cescoffier deleted the features/fix-conscrypt-issue branch September 30, 2019 09:56
@gsmet gsmet added the backport? label Oct 1, 2019
@gsmet gsmet modified the milestones: 0.24.0, 0.23.2 Oct 1, 2019
@gsmet gsmet removed the backport? label Oct 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Native image - ClassNotFoundException: org.conscrypt.BufferAllocator
4 participants