-
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
3.2.8 backports 4 #36834
Merged
Merged
3.2.8 backports 4 #36834
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
Fix Authorization of Web Endpoints link (cherry picked from commit e4c9dc8)
…gate.parse(..) within resteasy-reactive Previously, a "broken" MIME-type in an access header could trigger an StringIndexOutOfBoundsException during MediaTypeHeaderDelegate.parse(..) instead of the more suitable IllegalArgumentException. Example: "Accept: x; /x" This PR now throws an IllegalArgumentException in case of a broken MIME-type like in the example. Fixes quarkusio#36159 (cherry picked from commit 84d6c5d)
(cherry picked from commit ac93aff)
Fixes: quarkusio#36329 (cherry picked from commit 134f462)
Default response content type header should conform to [GraphQL over HTTP spec](https://github.com/graphql/graphql-over-http/blob/main/spec/GraphQLOverHTTP.md#serialization-format). (cherry picked from commit bff1fb7)
(cherry picked from commit 5550b70)
Fixes: quarkusio#36402 (cherry picked from commit 0b1a09b)
As usual with Db2, we are shooting in the dark a bit but it seems to solve the OP's issue. Fixes quarkusio#36399 (cherry picked from commit 78d5bc3)
Closes quarkusio#36419 (cherry picked from commit bd37cf3)
(cherry picked from commit 283389b)
(cherry picked from commit 924322c)
(cherry picked from commit 3cc528b)
Apply suggestions from code review Co-authored-by: Yoann Rodière <[email protected]> Removing redundant contant Applying jmfinelli's suggestions for a better wording Signed-off-by: Michal Maléř <[email protected]> (cherry picked from commit 6dabad6)
- fixes quarkusio#36545 (cherry picked from commit a607a67)
(cherry picked from commit 6228a18)
Closes quarkusio#36604 (cherry picked from commit ac01be4)
…sts without @testsecurity (cherry picked from commit d443ab8)
(cherry picked from commit 0bb132f)
Without this change interceptors meant to be used on the client were being used on the server as well (cherry picked from commit 8207192)
(cherry picked from commit 2f453f4)
quarkus-bot
bot
added
area/arc
Issue related to ARC (dependency injection)
area/dependencies
Pull requests that update a dependency file
area/devtools
Issues/PR related to maven, gradle, platform and cli tooling/plugins
area/documentation
area/graphql
area/health
area/liquibase
area/maven
area/oidc
area/persistence
OBSOLETE, DO NOT USE
labels
Nov 2, 2023
quarkus-bot
bot
added
area/platform
Issues related to definition and interaction with Quarkus Platform
area/resteasy-classic
area/rest
area/smallrye
area/testing
labels
Nov 2, 2023
gastaldi
approved these changes
Nov 2, 2023
🙈 The PR is closed and the preview is expired. |
This comment has been minimized.
This comment has been minimized.
rsvoboda
approved these changes
Nov 3, 2023
✔️ The latest workflow run for the pull request has completed successfully. It should be safe to merge provided you have a look at the other checks in the summary. |
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/dependencies
Pull requests that update a dependency file
area/devtools
Issues/PR related to maven, gradle, platform and cli tooling/plugins
area/documentation
area/graphql
area/health
area/liquibase
area/maven
area/oidc
area/persistence
OBSOLETE, DO NOT USE
area/platform
Issues related to definition and interaction with Quarkus Platform
area/rest
area/resteasy-classic
area/smallrye
area/testing
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.
@rsvoboda @gastaldi @gsmet this is the remaining big batch. There are 4 remaining PRs marked with
backport-3.2
.And we may want to upgrade to Keycloak 22.0.6 (planned to be released next week) from 22.0.5 to match the version of the RHBK release.