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.1.2 backports 1 #34033

Merged
merged 33 commits into from
Jun 14, 2023
Merged

3.1.2 backports 1 #34033

merged 33 commits into from
Jun 14, 2023

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Jun 14, 2023

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

dmlloyd and others added 30 commits June 14, 2023 11:05
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)
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)
…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)
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 803f048)
sberyozkin and others added 3 commits June 14, 2023 11:21
…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)
@gsmet gsmet added the area/infra internal and infrastructure related issues label Jun 14, 2023
@gsmet gsmet self-assigned this Jun 14, 2023
@quarkus-bot 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
@github-actions
Copy link

github-actions bot commented Jun 14, 2023

🙈 The PR is closed and the preview is expired.

@gsmet gsmet merged commit 0c16302 into quarkusio:3.1 Jun 14, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.