-
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.10] 3.10.1 backports 1 #40561
[3.10] 3.10.1 backports 1 #40561
Conversation
(cherry picked from commit a58c5a0)
Bumps `hibernate-orm.version` from 6.4.4.Final to 6.4.5.Final. Updates `org.hibernate.orm:hibernate-core` from 6.4.4.Final to 6.4.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.4.5/changelog.txt) - [Commits](hibernate/hibernate-orm@6.4.4...6.4.5) Updates `org.hibernate.orm:hibernate-graalvm` from 6.4.4.Final to 6.4.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.4.5/changelog.txt) - [Commits](hibernate/hibernate-orm@6.4.4...6.4.5) Updates `org.hibernate.orm:hibernate-envers` from 6.4.4.Final to 6.4.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.4.5/changelog.txt) - [Commits](hibernate/hibernate-orm@6.4.4...6.4.5) Updates `org.hibernate.orm:hibernate-jpamodelgen` from 6.4.4.Final to 6.4.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.4.5/changelog.txt) - [Commits](hibernate/hibernate-orm@6.4.4...6.4.5) Updates `org.hibernate:hibernate-jpamodelgen` from 6.4.4.Final to 6.4.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.4.5/changelog.txt) - [Commits](hibernate/hibernate-orm@6.4.4...6.4.5) Updates `org.hibernate.orm:hibernate-community-dialects` from 6.4.4.Final to 6.4.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.4.5/changelog.txt) - [Commits](hibernate/hibernate-orm@6.4.4...6.4.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 4411438)
(cherry picked from commit 288a54d)
Vert.x is not a dependency of netty, meaning that the classes may not always be on the classpath. Fixes quarkusio#40243 Supersedes quarkusio#40248 (cherry picked from commit c610a8b)
(cherry picked from commit 2a995a7)
Bumps `hibernate-search.version` from 7.1.0.Final to 7.1.1.Final. Updates `org.hibernate.search:hibernate-search-bom` from 7.1.0.Final to 7.1.1.Final - [Release notes](https://github.com/hibernate/hibernate-search/releases) - [Changelog](https://github.com/hibernate/hibernate-search/blob/main/changelog.txt) - [Commits](hibernate/hibernate-search@7.1.0.Final...7.1.1.Final) Updates `org.hibernate.search:hibernate-search-mapper-orm` from 7.1.0.Final to 7.1.1.Final - [Release notes](https://github.com/hibernate/hibernate-search/releases) - [Changelog](https://github.com/hibernate/hibernate-search/blob/main/changelog.txt) - [Commits](hibernate/hibernate-search@7.1.0.Final...7.1.1.Final) Updates `org.hibernate.search:hibernate-search-engine` from 7.1.0.Final to 7.1.1.Final - [Release notes](https://github.com/hibernate/hibernate-search/releases) - [Changelog](https://github.com/hibernate/hibernate-search/blob/main/changelog.txt) - [Commits](hibernate/hibernate-search@7.1.0.Final...7.1.1.Final) Updates `org.hibernate.search:hibernate-search-mapper-pojo-base` from 7.1.0.Final to 7.1.1.Final - [Release notes](https://github.com/hibernate/hibernate-search/releases) - [Changelog](https://github.com/hibernate/hibernate-search/blob/main/changelog.txt) - [Commits](hibernate/hibernate-search@7.1.0.Final...7.1.1.Final) Updates `org.hibernate.search:hibernate-search-util-common` from 7.1.0.Final to 7.1.1.Final - [Release notes](https://github.com/hibernate/hibernate-search/releases) - [Changelog](https://github.com/hibernate/hibernate-search/blob/main/changelog.txt) - [Commits](hibernate/hibernate-search@7.1.0.Final...7.1.1.Final) --- updated-dependencies: - dependency-name: org.hibernate.search:hibernate-search-bom dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.search:hibernate-search-mapper-orm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.search:hibernate-search-engine dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.search:hibernate-search-mapper-pojo-base dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.search:hibernate-search-util-common dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 014d60f)
(cherry picked from commit 6ecefbe)
Bumps commons-io:commons-io from 2.16.0 to 2.16.1. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 3d70ef1)
Bumps `hibernate-orm.version` from 6.4.5.Final to 6.4.7.Final. Updates `org.hibernate.orm:hibernate-core` from 6.4.5.Final to 6.4.7.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.4.7/changelog.txt) - [Commits](hibernate/hibernate-orm@6.4.5...6.4.7) Updates `org.hibernate.orm:hibernate-graalvm` from 6.4.5.Final to 6.4.7.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.4.7/changelog.txt) - [Commits](hibernate/hibernate-orm@6.4.5...6.4.7) Updates `org.hibernate.orm:hibernate-envers` from 6.4.5.Final to 6.4.7.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.4.7/changelog.txt) - [Commits](hibernate/hibernate-orm@6.4.5...6.4.7) Updates `org.hibernate.orm:hibernate-jpamodelgen` from 6.4.5.Final to 6.4.7.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.4.7/changelog.txt) - [Commits](hibernate/hibernate-orm@6.4.5...6.4.7) Updates `org.hibernate:hibernate-jpamodelgen` from 6.4.5.Final to 6.4.7.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.4.7/changelog.txt) - [Commits](hibernate/hibernate-orm@6.4.5...6.4.7) Updates `org.hibernate.orm:hibernate-community-dialects` from 6.4.5.Final to 6.4.7.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.4.7/changelog.txt) - [Commits](hibernate/hibernate-orm@6.4.5...6.4.7) --- 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 f390aae)
(cherry picked from commit 7750df9)
…asier and more clear matching (cherry picked from commit b02a75d)
Fixes: quarkusio#40167 (cherry picked from commit 730c2a5)
(cherry picked from commit 4647370)
In particular, make it clear that the Flyway initialization feature is really just about that: initializing the Flyway config. (cherry picked from commit 24faf1c)
(cherry picked from commit 69ad3fd)
This is done purely to aid testing Closes: quarkusio#40152 (cherry picked from commit a40c1c2)
Bumps [org.eclipse.parsson:parsson](https://github.com/eclipse-ee4j/parsson) from 1.1.5 to 1.1.6. - [Release notes](https://github.com/eclipse-ee4j/parsson/releases) - [Commits](eclipse-ee4j/parsson@1.1.5...1.1.6) --- updated-dependencies: - dependency-name: org.eclipse.parsson:parsson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit f81e22e)
(cherry picked from commit 62615a6)
Closes: quarkusio#40305 (cherry picked from commit 8694c5c)
(cherry picked from commit dcbcdbd)
…match the description Signed-off-by: Lin Gao <[email protected]> (cherry picked from commit f1bb65a)
(cherry picked from commit bb5f27c)
(cherry picked from commit fa38c1c)
(cherry picked from commit 3bc2f38)
(cherry picked from commit 1524537)
…erties This was missed in quarkusio#39295. Fixes quarkusio#40272. (cherry picked from commit 21ce678)
Change deprecated busy port detection command with the utility to dump socket statistics. (cherry picked from commit b0eacd4)
Fixes quarkusio#37323 (cherry picked from commit 23f07ab)
(cherry picked from commit 9e484f2)
Previously if the resources were in the same PathTree only one would be returned. Fixes quarkusio#40371 (cherry picked from commit 9daa467)
Status for workflow
|
🙈 The PR is closed and the preview is expired. |
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✖ | MicroProfile TCKs Tests | Verify |
Failures | Logs | Raw logs | 🔍 |
Full information is available in the Build summary check run.
You can consult the Develocity build scans.
Failures
⚙️ MicroProfile TCKs Tests #
- Failing: tcks/microprofile-opentelemetry
📦 tcks/microprofile-opentelemetry
✖ org.eclipse.microprofile.telemetry.tracing.tck.async.JaxRsClientAsyncTest.testIntegrationWithJaxRsClientAsync
- History - More details - Source on GitHub
java.util.concurrent.RejectedExecutionException: event executor terminated
at io.netty.util.concurrent.SingleThreadEventExecutor.reject(SingleThreadEventExecutor.java:934)
at io.netty.util.concurrent.SingleThreadEventExecutor.offerTask(SingleThreadEventExecutor.java:351)
at io.netty.util.concurrent.SingleThreadEventExecutor.addTask(SingleThreadEventExecutor.java:344)
at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:836)
at io.netty.util.concurrent.SingleThreadEventExecutor.execute0(SingleThreadEventExecutor.java:827)
at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:817)
at io.vertx.core.impl.EventLoopExecutor.execute(EventLoopExecutor.java:35)
Please don't merge, I will merge it myself.