-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
HTTP response compression - fix Undertow and RESTEasy Classsic support #31438
Conversation
mkouba
commented
Feb 27, 2023
- honor the quarkus.http.compress-media-types in Undertow Servlet and RESTEasy Classsic extensions
- fixes GZIP Compression not working in servlet application #31415 and no more HTTP compression for resteasy-classic endpoints #26112
🙈 The PR is closed and the preview is expired. |
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.
Spotted a small typo. Otherwise looks good from what I can see.
...ions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/HttpBuildTimeConfig.java
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@gsmet Do you have an idea why do the |
The I have no idea why we use the |
None whatosever :) I have no idea what the test is doing or what it was added. I am pretty sure that we can just remove it and not loose anything WRT test coverage if we can't quickly find a solution. |
This comment has been minimized.
This comment has been minimized.
The CI failures do not seem to be related. I'll re-run the Devtools Tests - JDK 17 and if it passes I'd like to merge this pr. |
This comment has been minimized.
This comment has been minimized.
Let's continue the discussion here: #31494 |
- honor the quarkus.http.compress-media-types in Undertow Servlet and RESTEasy Classsic extensions - fixes quarkusio#31415 and quarkusio#26112
Failing Jobs - Building 5934e09
Full information is available in the Build summary check run. Failures⚙️ Native Tests - Misc4 #- Failing: integration-tests/opentelemetry-jdbc-instrumentation
📦 integration-tests/opentelemetry-jdbc-instrumentation✖
|
@gsmet It seems that the Native Tests - Misc4 is flaky, fails in some other PRs as well. |