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

Remove Jetty NPN and ALPN support #14049

Merged
merged 1 commit into from
May 11, 2024

Conversation

chrisvest
Copy link
Contributor

Motivation:
At this point, the JDK and OpenSSL both natively support ALPN, which effectively means that ALPN is always available. NPN itself has been obsolete for nearly 15 years, since the release of ALPN and its subsequent widespread support. We no longer need Jetty to do ALPN or NPN for us.

Modification:
Remove all code, build properties, and dependencies related to Jetty NPN and ALPN.

Result:
This removes deprecated code and obsoleted features, and makes our pom.xml files cleaner.

Motivation:
At this point, the JDK and OpenSSL both natively support ALPN, which effectively means that ALPN is always available.
NPN itself has been obsolete for nearly 15 years, since the release of ALPN and its subsequent widespread support.
We no longer need Jetty to do ALPN or NPN for us.

Modification:
Remove all code, build properties, and dependencies related to Jetty NPN and ALPN.

Result:
This removes deprecated code and obsoleted features, and makes our pom.xml files cleaner.
@normanmaurer normanmaurer merged commit b619a06 into netty:main May 11, 2024
15 checks passed
@chrisvest chrisvest deleted the 5x-rm-jetty-alpn-npn branch May 11, 2024 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants