-
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.2 backports 1 #34033
Merged
Merged
3.1.2 backports 1 #34033
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
Fixes quarkusio#33220 Co-authored-by: Alexey Loubyansky <olubyans@redhat.com> (cherry picked from commit e3ce9e0)
(cherry picked from commit 40a060f)
This avoids a race condition with the AppCDS generation process. Fixes: quarkusio#33843 (cherry picked from commit e15e6c1)
This avoids a race condition with the AppCDS generation process. (cherry picked from commit 614f0f4)
This is needed because otherwise users can get confused about what the actual HTTP header being used Closes: quarkusio#33861 (cherry picked from commit b7df405)
- fixes quarkusio#33803 - fixes quarkusio#30811 (cherry picked from commit 47b7f74)
(cherry picked from commit 0126451)
Bumps [mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases) - [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md) - [Commits](mariadb-corporation/mariadb-connector-j@3.1.3...3.1.4) --- updated-dependencies: - dependency-name: org.mariadb.jdbc:mariadb-java-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 89268d1)
Bumps [jboss-logging](https://github.com/jboss-logging/jboss-logging) from 3.5.0.Final to 3.5.1.Final. - [Release notes](https://github.com/jboss-logging/jboss-logging/releases) - [Commits](jboss-logging/jboss-logging@3.5.0.Final...3.5.1.Final) --- updated-dependencies: - dependency-name: org.jboss.logging:jboss-logging dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 3c69bb1)
(cherry picked from commit 971b9d9)
…rties (cherry picked from commit 2b1f2b1)
…ifacts The Gradle plugin accidentally removed all parent-first artifacts. The implementation mixed up optional vs removed vs parent-first artifacts. This changes fixes this behavior. Fixes quarkusio#33870 (cherry picked from commit b46341a)
(cherry picked from commit 4031d62)
(cherry picked from commit 9c4d044)
AppCDS files (`app-cds-jsa`) are created as read-only, which lets Gradle's copy+sync file operations fail, if the target file already exists (as read-only). Similar for Gradle's delete file system operation. This change handles this case by deleting existing target files that are read-only. Fixes quarkusio#33842 (cherry picked from commit 5ee63a0)
(cherry picked from commit b054fcb)
(cherry picked from commit e29f55c)
(cherry picked from commit 803f048)
* Fix quarkusio#33954 (cherry picked from commit 7a21970)
…dev.jna:jna (cherry picked from commit 633bd9d)
…axb-runtime (cherry picked from commit c8f764c)
Fixes: quarkusio#33930 (cherry picked from commit 2cbed4a)
(cherry picked from commit 83ebb2f)
- fixes quarkusio#33966 (cherry picked from commit 1cbfb46)
(cherry picked from commit b79f3a3)
(cherry picked from commit 1030f2d)
Fixes quarkusio#33961 (cherry picked from commit 7206ac0)
(cherry picked from commit e753b05)
Fixes quarkusio#33944 (cherry picked from commit 460df0d)
(cherry picked from commit 9bd940f)
(cherry picked from commit 6180545)
…sformers Fixes quarkusio#34005 Because static method transformers end up essentially changing the name of static methods (renaming them to *_orig and generating another method in their place), which can cause issues when Panache looks up the new name of transformed methods in Jandex (*_orig methods won't be in the index). (cherry picked from commit 0a6d909)
- fixes quarkusio#34001 (cherry picked from commit d5351de)
quarkus-bot
bot
added
area/arc
Issue related to ARC (dependency injection)
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/flyway
area/gradle
Gradle
area/health
area/kubernetes
area/liquibase
area/maven
area/oidc
area/panache
area/platform
Issues related to definition and interaction with Quarkus Platform
area/qute
The template engine
area/smallrye
area/vertx
labels
Jun 14, 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/arc
Issue related to ARC (dependency injection)
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/flyway
area/gradle
Gradle
area/health
area/infra
internal and infrastructure related issues
area/kubernetes
area/liquibase
area/maven
area/oidc
area/panache
area/platform
Issues related to definition and interaction with Quarkus Platform
area/qute
The template engine
area/smallrye
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.