-
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.1.0 backports 1 #33556
Merged
Merged
3.1.0 backports 1 #33556
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
Closes: quarkusio#33161 (cherry picked from commit db9ffd7)
(cherry picked from commit 4bd0553)
Co-authored-by: George Gastaldi <[email protected]> (cherry picked from commit 8c74964)
When providing a location, the URI was being decoded, so the value was being altered from what users set. Note that these changes are based on what Resteasy already does: https://github.com/resteasy/resteasy/blob/dadddfb699a875c44ba05c0abe176873acbd9aa2/resteasy-core/src/main/java/org/jboss/resteasy/specimpl/ResponseBuilderImpl.java#L187 Fix quarkusio#33419 (cherry picked from commit ced8b0a)
(cherry picked from commit e03b7e5)
As shown in quarkusio#33406, the current Javadoc caused some confusion. Co-authored-by: Guillaume Smet <[email protected]> Co-authored-by: Manyanda Chitimbo <[email protected]> (cherry picked from commit cd7b537)
Fixes: quarkusio#33011 (cherry picked from commit cfe9a19)
Fix quarkusio#33450 (cherry picked from commit fe93f9f)
(cherry picked from commit 05e43b2)
The classes in the recorder were not cleared when restaring the app, so the classes to be bound were accumulated in each iteration. Fix quarkusio#33441 (cherry picked from commit 4a5006e)
- register synthetic injection point for InjectionPoint metadata (cherry picked from commit c411487)
- always wrap the injection point that resolves to a dependent synthetic bean - unify the logic for regular injection points and observer injection points - fixes quarkusio#33449 (cherry picked from commit bb54ac5)
… available (cherry picked from commit c8c60c1)
(cherry picked from commit 8a04d1c)
(cherry picked from commit 7b77da2)
Closes quarkusio#33423 (cherry picked from commit 6d6b01f)
Fixes: quarkusio#33490 (cherry picked from commit 196b742)
…are expected (cherry picked from commit 77d1bb9)
(cherry picked from commit dc50812)
(cherry picked from commit 89d5578)
…cer type hierarchy (cherry picked from commit d6d7873)
(cherry picked from commit 4d4502f)
…lient to actually verify that opentelemetry works with reactive SQL clients (cherry picked from commit e96ae72)
Signed-off-by: Phillip Kruger <[email protected]> (cherry picked from commit 4027e96)
…Definition#schedule (cherry picked from commit e29869d)
Signed-off-by: Phillip Kruger <[email protected]> (cherry picked from commit 27f8c36)
(cherry picked from commit bf0cc00)
Signed-off-by: Phillip Kruger <[email protected]> (cherry picked from commit 3da6296)
- This renames the root pom.xml artifactId to `quarkus-project` and introduces `quarkus-parent` as an independent project (cherry picked from commit f1953b3)
quarkus-bot
bot
added
area/arc
Issue related to ARC (dependency injection)
area/cache
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/documentation
area/fault-tolerance
area/hibernate-orm
Hibernate ORM
area/hibernate-search
Hibernate Search
area/jaxb
area/kafka-streams
area/kubernetes
area/liquibase
area/metrics
area/oidc
area/openapi
area/persistence
OBSOLETE, DO NOT USE
area/platform
Issues related to definition and interaction with Quarkus Platform
area/reactive-messaging
area/rest
area/scheduler
area/smallrye
area/swagger-ui
area/testing
area/tracing
area/vertx
labels
May 23, 2023
Failing Jobs - Building ba54a59
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 17 Windows #- Failing: extensions/resteasy-reactive/rest-client-reactive/runtime
! Skipped: extensions/keycloak-admin-client-reactive/deployment extensions/keycloak-admin-client-reactive/runtime extensions/oidc-client-reactive-filter/deployment and 30 more 📦 extensions/resteasy-reactive/rest-client-reactive/runtime✖
|
🙈 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/arc
Issue related to ARC (dependency injection)
area/cache
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/documentation
area/fault-tolerance
area/hibernate-orm
Hibernate ORM
area/hibernate-search
Hibernate Search
area/infra
internal and infrastructure related issues
area/jaxb
area/kafka-streams
area/kubernetes
area/liquibase
area/metrics
area/oidc
area/openapi
area/persistence
OBSOLETE, DO NOT USE
area/platform
Issues related to definition and interaction with Quarkus Platform
area/reactive-messaging
area/rest
area/scheduler
area/smallrye
area/swagger-ui
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.