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.15] 3.15.4 backports 1 #45678

Merged
merged 15 commits into from
Jan 17, 2025
Merged

[3.15] 3.15.4 backports 1 #45678

merged 15 commits into from
Jan 17, 2025

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Jan 17, 2025

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

@gastaldi @aloubyansky @rsvoboda @jmartisk here is the upgrade of Hibernate ORM we talked about.

I also handled the typo fixes and some infra fixes (don't worry about the Ubuntu 24 thing, we kept Ubuntu 22 but I think it was working because we were lucky so I preferred being safe when calculating the matrix).

dependabot bot and others added 15 commits January 17, 2025 09:54
Bumps [io.quarkus.develocity:quarkus-project-develocity-extension](https://github.com/quarkusio/quarkus-project-develocity-extension) from 1.1.5 to 1.1.6.
- [Commits](quarkusio/quarkus-project-develocity-extension@1.1.5...1.1.6)

---
updated-dependencies:
- dependency-name: io.quarkus.develocity:quarkus-project-develocity-extension
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit e2fa52c)
Bumps [io.quarkus.develocity:quarkus-project-develocity-extension](https://github.com/quarkusio/quarkus-project-develocity-extension) from 1.1.6 to 1.1.7.
- [Commits](quarkusio/quarkus-project-develocity-extension@1.1.6...1.1.7)

---
updated-dependencies:
- dependency-name: io.quarkus.develocity:quarkus-project-develocity-extension
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 6ddd2d4)
Bumps com.gradle:develocity-maven-extension from 1.22.2 to 1.23.

---
updated-dependencies:
- dependency-name: com.gradle:develocity-maven-extension
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 90c98ce)
Signed-off-by: Maciej Lisowski <[email protected]>
(cherry picked from commit 732833d)
(cherry picked from commit 38f44a7)
Bumps `hibernate-orm.version` from 6.6.3.Final to 6.6.4.Final.

Updates `org.hibernate.orm:hibernate-core` from 6.6.3.Final to 6.6.4.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.4/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.3...6.6.4)

Updates `org.hibernate.orm:hibernate-graalvm` from 6.6.3.Final to 6.6.4.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.4/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.3...6.6.4)

Updates `org.hibernate.orm:hibernate-envers` from 6.6.3.Final to 6.6.4.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.4/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.3...6.6.4)

Updates `org.hibernate.orm:hibernate-jpamodelgen` from 6.6.3.Final to 6.6.4.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.4/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.3...6.6.4)

Updates `org.hibernate:hibernate-jpamodelgen` from 6.6.3.Final to 6.6.4.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.4/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.3...6.6.4)

Updates `org.hibernate.orm:hibernate-community-dialects` from 6.6.3.Final to 6.6.4.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.4/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.3...6.6.4)

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm:hibernate-graalvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm:hibernate-envers
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm:hibernate-jpamodelgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate:hibernate-jpamodelgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm:hibernate-community-dialects
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 760c5c9)
HTTP documentation includes guidance for configuring a reverse proxy. It states that the proxy should strip "X-Forwarded" and "X-Forwarded-*" headers, but I believe it meant "Forwarded" and "X-Forwarded-*" headers.

(cherry picked from commit ab5ac96)
`X-Forwarded` means to refer to `Forwarded`

(cherry picked from commit 0b097eb)
Signed-off-by: Maciej Lisowski <[email protected]>
(cherry picked from commit 7cc9849)
(cherry picked from commit 42ccd17)
(cherry picked from commit c7f68ae)
grep -q exits as soon as it matches which can cause broken pipes if echo
is not finished with the output.

It should hopefully fix the issues with calculating the matrix in Ubuntu
24 (no idea why the Ubuntu 24 runners are more sensitive...).

(cherry picked from commit 1937736)
@gsmet gsmet added the area/infra internal and infrastructure related issues label Jan 17, 2025
@gsmet gsmet self-assigned this Jan 17, 2025
@quarkus-bot quarkus-bot bot changed the title 3.15.4 backports 1 [3.15] 3.15.4 backports 1 Jan 17, 2025
@quarkus-bot quarkus-bot bot added area/documentation area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure area/vertx labels Jan 17, 2025
Copy link

github-actions bot commented Jan 17, 2025

🙈 The PR is closed and the preview is expired.

Copy link

quarkus-bot bot commented Jan 17, 2025

Status for workflow Quarkus Documentation CI

This is the status report for running Quarkus Documentation CI on commit e5b5219.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

Warning

There are other workflow runs running, you probably need to wait for their status before merging.

Copy link
Member

@rsvoboda rsvoboda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good!

Copy link

quarkus-bot bot commented Jan 17, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit e5b5219.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

@gsmet gsmet merged commit 7e37d3c into quarkusio:3.15 Jan 17, 2025
55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation area/infra internal and infrastructure related issues area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure area/vertx
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants