Skip to content
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 38 commits into from
Oct 4, 2023
Merged

3.4.2 backports 1 #36273

merged 38 commits into from
Oct 4, 2023

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Oct 3, 2023

Please don't merge, I will merge it myself.

tsegismont and others added 15 commits October 3, 2023 18:38
…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)
* 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 1876869)
@gsmet gsmet added the area/infra internal and infrastructure related issues label Oct 3, 2023
@gsmet gsmet self-assigned this Oct 3, 2023
@quarkus-bot 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
Ladicek and others added 23 commits October 3, 2023 18:50
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)
Fix Authorization of Web Endpoints link

(cherry picked from commit e4c9dc8)
(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)
Signed-off-by: Phillip Kruger <phillip.kruger@gmail.com>
(cherry picked from commit 1a1438e)
(cherry picked from commit 77560e1)
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)
@gsmet gsmet force-pushed the 3.4.2-backports-1 branch from 62d8435 to 53077bf Compare October 3, 2023 16:54
@quarkus-bot
Copy link

quarkus-bot bot commented Oct 3, 2023

Failing Jobs - Building 53077bf

Status Name Step Failures Logs Raw logs Build scan
✔️ JVM Tests - JDK 11
✔️ JVM Tests - JDK 17
JVM Tests - JDK 20 Build ⚠️ Check → Logs Raw logs

@gsmet gsmet merged commit f087298 into quarkusio:3.4 Oct 4, 2023
51 of 53 checks passed
@github-actions
Copy link

github-actions bot commented Oct 4, 2023

🙈 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.