-
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.18] 3.18.0 backports 1 #45759
[3.18] 3.18.0 backports 1 #45759
Conversation
(cherry picked from commit dbdc588)
(cherry picked from commit d21a1da)
(cherry picked from commit 8e09eb0)
Fixes: quarkusio#45627 (cherry picked from commit 30ee339)
This is done because I assume that was the original intent, but also because it avoids the non-zero cost incurred by Vert.x to look up the various supported options (cherry picked from commit cf6c2cd)
(cherry picked from commit e227b9c)
(cherry picked from commit 930d0f2)
(cherry picked from commit 9acf79d)
(cherry picked from commit 9e79265)
(cherry picked from commit d605c31)
Fix Otel logging message formating (cherry picked from commit 81f3e20)
It's marked as experimental in the metadata of the extension but not in the documentation. (cherry picked from commit 7f6a046)
(cherry picked from commit 5aa963b)
Fixes quarkusio#45472 (cherry picked from commit 2ed6293)
…classloader (cherry picked from commit c1c3bdf)
An IT is based on RestAssured only. The name should end by Test. (cherry picked from commit 7aa12cb)
Fixes quarkusio#45676 (cherry picked from commit 6adfaff)
Management URLs were prefixed twice when absolute: http://localhost:9000http://localhost:9000/q/health Which was defeating the logic removing the host when collecting suppressed URIs. Fixes quarkusio#36510 (cherry picked from commit 5da616b)
The name is used in the metrics if defined and thus we can pass a fully qualifier path for the route. (cherry picked from commit c377d4a)
(cherry picked from commit 9f806c0)
(cherry picked from commit ac983ac)
(cherry picked from commit 7c3e93a)
It's a detail but it's the contract we want and matching will be faster. (cherry picked from commit 9cd2b13)
The current condition is weird because we end up saying we want at least 1, and it only returns when there are 2. (cherry picked from commit 081c7b1)
While /q/dev-ui/* would exclude: - /q/dev-ui/ - /q/dev-ui/whatever it wouldn't exclude /q/dev-ui/whatever/whenever/, which was problematic. See additional tests. Note that I think this should be improved with a proper matcher that handles all our matching rules efficiently but for now, it will have to do. (cherry picked from commit 7615750)
(cherry picked from commit d76ade7)
We were always passing a <<ignored>> value for the native builder which is a problem. We now correctly get the values from the platform properties when possible. (cherry picked from commit 17d805a)
(cherry picked from commit be3edfa)
(cherry picked from commit a94d3ca)
This comment has been minimized.
This comment has been minimized.
🙈 The PR is closed and the preview is expired. |
(cherry picked from commit 051d47d)
Bumps `hibernate-orm.version` from 6.6.4.Final to 6.6.5.Final. Updates `org.hibernate.orm:hibernate-core` from 6.6.4.Final to 6.6.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.5/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.4...6.6.5) Updates `org.hibernate.orm:hibernate-graalvm` from 6.6.4.Final to 6.6.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.5/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.4...6.6.5) Updates `org.hibernate.orm:hibernate-envers` from 6.6.4.Final to 6.6.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.5/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.4...6.6.5) Updates `org.hibernate.orm:hibernate-jpamodelgen` from 6.6.4.Final to 6.6.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.5/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.4...6.6.5) Updates `org.hibernate:hibernate-jpamodelgen` from 6.6.4.Final to 6.6.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.5/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.4...6.6.5) Updates `org.hibernate.orm:hibernate-community-dialects` from 6.6.4.Final to 6.6.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.5/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.4...6.6.5) --- 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 37d0453)
(cherry picked from commit 46bb4cd)
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
It is not an extension so it shouldn't be treated as such. I have no idea why but it causes some issues when building with an empty repository so let's get rid of it given it's useless.
Status for workflow
|
Status for workflow
|
Please don't merge, I will merge it myself.