-
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
2.16.5 backports 1 #31897
Merged
Merged
2.16.5 backports 1 #31897
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
quarkus-bot
bot
added
area/arc
Issue related to ARC (dependency injection)
area/core
area/kubernetes
area/qute
The template engine
area/redis
area/rest
area/scheduler
area/security
area/testing
area/vertx
labels
Mar 16, 2023
gsmet
force-pushed
the
2.16.5-backports-1
branch
2 times, most recently
from
March 16, 2023 14:36
da4ba6f
to
6977c63
Compare
Currently, if body-limit is set to -1 or zero, there will be either an IOOB exception, or an empty String. Instead, interpret body-limit <= 0 as 'no limit'. (cherry picked from commit c587e2d)
…gured (cherry picked from commit f4dde34)
(cherry picked from commit a42565b)
(cherry picked from commit 92a7804)
- fix quarkusio#31547 (cherry picked from commit e1f819d)
This could happen if a MessageBodyWriter writes the headers map (which does not make sense for streaming responses, but it's nevertheless allowed by the contract of the MessageBodyWriter) Fixes: quarkusio#31559 (cherry picked from commit 4cb3797)
Suggestion to solve quarkusio#31536 (cherry picked from commit ac4354d)
Fixes build error: ``` Error: Detected a java.lang.ref.Cleaner object in the image heap which uses a daemon thread that invokes cleaning actions, but threads running in the image generator are no longer running at image runtime. To see how this object got instantiated use --trace-object-instantiation=java.lang.ref.Cleaner. The object was probably created by a class initializer and is reachable from a static field. You can request class initialization at image runtime by using the option --initialize-at-run-time=<class-name>. Or you can write your own initialization methods and call them explicitly from your main entry point. Detailed message: Trace: Object was reached by trying to constant fold static field sun.security.pkcs11.P11Util.cleaner at sun.security.pkcs11.wrapper.PKCS11.<init>(PKCS11.java:170) parsing method sun.security.pkcs11.wrapper.PKCS11.<init>(PKCS11.java:154) reachable via the parsing context at static root method.(Unknown Source) ``` (cherry picked from commit 80340d0)
(cherry picked from commit 048c4a9)
Fixes: quarkusio#31692 (cherry picked from commit 067011e)
Fixes: quarkusio#31713 (cherry picked from commit 4d22c5f)
Trying to find a good compromise for quarkusio#30744 (cherry picked from commit 8746898)
(cherry picked from commit 2690a1a)
…lient-internal (cherry picked from commit 014ac61)
(cherry picked from commit 728efc5)
…achingBlockSource We already handle that in OracleMetadataOverrides (cherry picked from commit 505fc54)
…e at runtime (cherry picked from commit 7706283)
- currently loop section metadata and global variables result in a build failure (cherry picked from commit 8b3918f)
Fixes: quarkusio#31818 (cherry picked from commit 5221dac)
This makes it easier to diagnose cases returned HTTP 415 (cherry picked from commit 304d30e)
…sTest We sometimes have RESTEasy complaining about an Apache HTTP Client not being closed. (cherry picked from commit ea36149)
(cherry picked from commit 6110d38)
Relates quarkusio#27925 (comment) (cherry picked from commit 4502d6a)
…ot working in prod mode Workaround until liquibase/liquibase#3524 is fixed (cherry picked from commit c33b9b7)
There were some issues when supporting List, Set and SortedSet: - In the server, List, Set and SortedSet types without the element type was not working - In the client, it was unsopported as it was always trying to cast the header to string (and hence failing). Fix quarkusio#31866 (cherry picked from commit 41aba27)
(cherry picked from commit 5c15e71)
gsmet
force-pushed
the
2.16.5-backports-1
branch
from
March 20, 2023 11:59
6977c63
to
a22f5db
Compare
🎊 PR Preview 820ee91 has been successfully built and deployed to https://quarkus-pr-main-31897-preview.surge.sh/version/main/guides/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/arc
Issue related to ARC (dependency injection)
area/core
area/documentation
area/infra
internal and infrastructure related issues
area/keycloak
area/kubernetes
area/liquibase
area/lra
area/qute
The template engine
area/redis
area/rest
area/scheduler
area/security
area/testing
area/vertx
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please don't merge, I will merge it myself.