-
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.4.2 backports 1 #36273
Merged
Merged
3.4.2 backports 1 #36273
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
See quarkusio#35477 (cherry picked from commit df454b6)
…d try and sort out title of second application guide. (cherry picked from commit 966c4df)
This is needed in order to avoid getting CCE when other implementations of Jakarta REST are on the classpath Closes: quarkusio#36024 (cherry picked from commit c636df6)
(cherry picked from commit 5173d04)
(cherry picked from commit e8c1ec1)
* We don't add it if it's already there * We don't run the transformation twice Fixes: quarkusio#35715 (cherry picked from commit 88f0f1c)
Signed-off-by: Phillip Kruger <phillip.kruger@gmail.com> (cherry picked from commit f8affcd)
(cherry picked from commit e5718d3)
…urn type Fixes: quarkusio#36050 (cherry picked from commit 5c37b57)
(cherry picked from commit c5b004d)
(cherry picked from commit 1876869)
(cherry picked from commit 2fdf6d5)
(cherry picked from commit d7eda21)
(cherry picked from commit e9b8a53)
(cherry picked from commit 5c92840)
quarkus-bot
bot
added
area/config
area/core
area/dependencies
Pull requests that update a dependency file
area/devtools
Issues/PR related to maven, gradle, platform and cli tooling/plugins
area/docstyle
issues related for manual docstyle review
area/documentation
area/fault-tolerance
area/graphics
area/hibernate-orm
Hibernate ORM
area/jaeger
area/jbang
Issues related to when using jbang.dev with Quarkus
area/kubernetes
area/liquibase
labels
Oct 3, 2023
Previously, duplicate circuit breaker names were detected in a crude way: find all occurences of `@CircuitBreakerName` in the Jandex index, collect the values, and fail of some value is present more than once. With this commit, circuit breaker names are collected in a more precise way: only from beans, and only from methods that are actually detected as methods with fault tolerance annotations. This even correctly includes transformed annotations. (cherry picked from commit a043ac4)
(cherry picked from commit 5db67ac)
Fix Authorization of Web Endpoints link (cherry picked from commit e4c9dc8)
(cherry picked from commit 7b1221e)
Fixes: quarkusio#36067 (cherry picked from commit 1c65e20)
Relates to: quarkusio#32877 (comment) (cherry picked from commit b815ca5)
(cherry picked from commit 1070e3b)
(cherry picked from commit f35b854)
…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 ead5211)
(cherry picked from commit 1b60619)
Signed-off-by: Phillip Kruger <phillip.kruger@gmail.com> (cherry picked from commit 1a1438e)
(cherry picked from commit 77560e1)
(cherry picked from commit a7a6919)
The check that was being done is broken in Java 21 as that version bring SequencedCollection which List now implements Closes: quarkusio#36170 (cherry picked from commit ffa805a)
(cherry picked from commit ac93aff)
Bumps org.apache.avro:avro from 1.11.2 to 1.11.3. --- updated-dependencies: - dependency-name: org.apache.avro:avro dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 1ea628a)
Fix typo in config key (cherry picked from commit 24d9603)
(cherry picked from commit af98011)
(cherry picked from commit a5ce581)
(cherry picked from commit 5eee00c)
* updated some pluralization, verb tense, and spelling in the documentation to help make it easier to read Signed-off-by:Nathan Erwin <nathan.d.erwin@gmail.com> (cherry picked from commit 5eb142a)
(cherry picked from commit d747180)
gsmet
force-pushed
the
3.4.2-backports-1
branch
from
October 3, 2023 16:54
62d8435
to
53077bf
Compare
🙈 The PR is closed and the preview is expired. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/config
area/core
area/dependencies
Pull requests that update a dependency file
area/devtools
Issues/PR related to maven, gradle, platform and cli tooling/plugins
area/docstyle
issues related for manual docstyle review
area/documentation
area/fault-tolerance
area/graphics
area/hibernate-orm
Hibernate ORM
area/infra
internal and infrastructure related issues
area/jaeger
area/jbang
Issues related to when using jbang.dev with Quarkus
area/kubernetes
area/liquibase
area/metrics
area/oidc
area/panache
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
area/tracing
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.