-
Notifications
You must be signed in to change notification settings - Fork 351
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
Migrate to Jetty 12.0.7 EE10 #1089
Conversation
cc @electrum |
7e75bfc
to
9ad493a
Compare
oooohhhh.. I like it. Will have to see about this in trino-gateway in the future. |
17386f3
to
80649e4
Compare
80649e4
to
1354201
Compare
24c6ceb
to
e460975
Compare
be3c2d2
to
de77b38
Compare
e279ee0
to
a4ad4f2
Compare
http-client/src/test/java/io/airlift/http/client/AbstractHttpClientTest.java
Outdated
Show resolved
Hide resolved
43e1d3a
to
3128b9b
Compare
ac94741
to
9d7cac1
Compare
f87c70d
to
446d2f7
Compare
Jetty 12.0.7 was released to maven central (https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.7). This PR is now ready to be reviewed @electrum |
90292b7
to
40f1f8c
Compare
@Randgalt do you want to take a look as well? |
9377bd5
to
7a3c4ae
Compare
http-server/src/main/java/io/airlift/http/server/HttpServer.java
Outdated
Show resolved
Hide resolved
http-server/src/main/java/io/airlift/http/server/HttpServerModule.java
Outdated
Show resolved
Hide resolved
http-server/src/main/java/io/airlift/http/server/testing/TestingHttpServer.java
Outdated
Show resolved
Hide resolved
http-server/src/test/java/io/airlift/http/server/testing/AbstractTestTestingHttpServer.java
Show resolved
Hide resolved
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.
I'm so happy to see this!
http-server/src/main/java/io/airlift/http/server/HttpServerProvider.java
Outdated
Show resolved
Hide resolved
7a3c4ae
to
fb12b79
Compare
It requires maven 3.9.5 which makes it incompatible with the default maven version installed by github actions' setup-java and with the latest maven daemon (mvnd) version.
- Rework request log generation - Fix incorrect handler usages - Move to EE10 container (servlet 6.0) - Improve request log
fb12b79
to
aa3c855
Compare
@electrum review addressed. PTAL once again. |
This is static behaviour - either application supports virtual threads or not. Hence this is not user-configurable.
aa3c855
to
aa37036
Compare
Moves airlift to Jetty 12.0.7 and EE10 (Servlet 6.0)