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 build usages of Jetty ALPN #10288

Merged
merged 1 commit into from
Feb 23, 2024
Merged

Conversation

ejona86
Copy link
Member

@ejona86 ejona86 commented Jun 16, 2023

It wasn't actually being used. Since Java 8u252 in early 2020 we've been using ALPN from the JDK. The Jetty ALPN Agent has been a noop.

We do keep the Jetty ALPN support in the code and tests, but we don't have the infrastructure to actually run it.


This is a re-do of #4857, but instead of swapping to Conscript we just use the JDK.

@ejona86
Copy link
Member Author

ejona86 commented Jun 16, 2023

Ugh. Apparently we are still using an old JDK version on Windows Kokoro, and there's not a pre-built image with a new enough JDK version.

@ejona86
Copy link
Member Author

ejona86 commented Jun 16, 2023

b/287662313

@ejona86 ejona86 force-pushed the jetty-alpn-isnt-used branch 2 times, most recently from 8b52e45 to bbe8675 Compare February 15, 2024 21:37
It wasn't actually being used. Since Java 8u252 in early 2020 we've been
using ALPN from the JDK. The Jetty ALPN Agent has been a noop.

We do keep the Jetty ALPN support in the code and tests, but we don't
have the infrastructure to actually run it.
@ejona86 ejona86 force-pushed the jetty-alpn-isnt-used branch from bbe8675 to e723b49 Compare February 23, 2024 22:15
@ejona86
Copy link
Member Author

ejona86 commented Feb 23, 2024

Force-pushed to rebase onto master.

@ejona86 ejona86 merged commit f768c42 into grpc:master Feb 23, 2024
14 checks passed
@ejona86 ejona86 deleted the jetty-alpn-isnt-used branch February 23, 2024 23:27
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants