-
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.15] 3.15.4 backports 1 #45678
[3.15] 3.15.4 backports 1 #45678
Conversation
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)
(cherry picked from commit ed814fd)
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)
(cherry picked from commit 128186c)
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 b5755ed)
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)
🙈 The PR is closed and the preview is expired. |
Status for workflow
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good!
Status for workflow
|
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).