-
Notifications
You must be signed in to change notification settings - Fork 3k
Bump hibernate-orm.version from 6.6.13.Final to 6.6.14.Final #47814
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
Bump hibernate-orm.version from 6.6.13.Final to 6.6.14.Final #47814
Conversation
Bumps `hibernate-orm.version` from 6.6.13.Final to 6.6.14.Final. Updates `org.hibernate.orm:hibernate-core` from 6.6.13.Final to 6.6.14.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.14/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.13...6.6.14) Updates `org.hibernate.orm:hibernate-graalvm` from 6.6.13.Final to 6.6.14.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.14/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.13...6.6.14) Updates `org.hibernate.orm:hibernate-envers` from 6.6.13.Final to 6.6.14.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.14/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.13...6.6.14) Updates `org.hibernate.orm:hibernate-jpamodelgen` from 6.6.13.Final to 6.6.14.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.14/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.13...6.6.14) Updates `org.hibernate:hibernate-jpamodelgen` from 6.6.13.Final to 6.6.14.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.14/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.13...6.6.14) Updates `org.hibernate.orm:hibernate-community-dialects` from 6.6.13.Final to 6.6.14.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.14/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.13...6.6.14) Updates `org.hibernate.orm:hibernate-vector` from 6.6.13.Final to 6.6.14.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.14/changelog.txt) - [Commits](hibernate/hibernate-orm@6.6.13...6.6.14) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 6.6.14.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-graalvm dependency-version: 6.6.14.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-envers dependency-version: 6.6.14.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-jpamodelgen dependency-version: 6.6.14.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate:hibernate-jpamodelgen dependency-version: 6.6.14.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-community-dialects dependency-version: 6.6.14.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-vector dependency-version: 6.6.14.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
/cc @gsmet (hibernate-orm) |
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✔️ | JVM Tests - JDK 17 | Logs | Raw logs | 🔍 | ||
✔️ | JVM Tests - JDK 21 | Logs | Raw logs | 🔍 | ||
✖ | JVM Tests - JDK 17 Windows | Build |
Failures | Logs | Raw logs | 🔍 |
Full information is available in the Build summary check run.
You can consult the Develocity build scans.
Failures
⚙️ JVM Tests - JDK 17 Windows #
- Failing: extensions/smallrye-reactive-messaging-amqp/deployment
📦 extensions/smallrye-reactive-messaging-amqp/deployment
✖ io.quarkus.smallrye.reactivemessaging.amqp.AnonymousAmqpTest.test
line 30
- History - More details - Source on GitHub
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.smallrye.reactivemessaging.amqp.AnonymousAmqpTest was not fulfilled within 1 minutes.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1129)
at io.quarkus.smallrye.reactivemessaging.amqp.AnonymousAmqpTest.test(AnonymousAmqpTest.java:30)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
✖ io.quarkus.smallrye.reactivemessaging.amqp.SecuredAmqpTest.test
line 28
- History - More details - Source on GitHub
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.smallrye.reactivemessaging.amqp.SecuredAmqpTest was not fulfilled within 10 seconds.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1129)
at io.quarkus.smallrye.reactivemessaging.amqp.SecuredAmqpTest.test(SecuredAmqpTest.java:28)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
✖ io.quarkus.smallrye.reactivemessaging.amqp.devmode.AmqpDevModeTest.testCodeUpdate
line 44
- History - More details - Source on GitHub
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.smallrye.reactivemessaging.amqp.devmode.AmqpDevModeTest was not fulfilled within 1 minutes.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1129)
at io.quarkus.smallrye.reactivemessaging.amqp.devmode.AmqpDevModeTest.testCodeUpdate(AmqpDevModeTest.java:44)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
✖ io.quarkus.smallrye.reactivemessaging.amqp.devmode.nohttp.AmqpDevModeNoHttpTest.testConsumerUpdate
line 77
- History - More details - Source on GitHub
org.awaitility.core.ConditionTimeoutException:
Assertion condition defined as a Lambda expression in io.quarkus.smallrye.reactivemessaging.amqp.devmode.nohttp.AmqpDevModeNoHttpTest
Expecting size of:
[]
to be greater than or equal to 5 but was 0 within 1 minutes.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)
at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31)
✖ io.quarkus.smallrye.reactivemessaging.amqp.devmode.nohttp.AmqpDevModeNoHttpTest.testProducerUpdate
line 48
- History - More details - Source on GitHub
org.awaitility.core.ConditionTimeoutException:
Assertion condition defined as a Lambda expression in io.quarkus.smallrye.reactivemessaging.amqp.devmode.nohttp.AmqpDevModeNoHttpTest
Expecting size of:
[]
to be greater than or equal to 5 but was 0 within 1 minutes.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)
at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31)
Flaky tests - Develocity
⚙️ JVM Tests - JDK 17
📦 extensions/websockets-next/deployment
✖ io.quarkus.websockets.next.test.errors.MultiClosedConnectionTest.testError
- History
expected: <true> but was: <false>
-org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:31)
at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:183)
at io.quarkus.websockets.next.test.errors.MultiClosedConnectionTest.testError(MultiClosedConnectionTest.java:50)
Bumps
hibernate-orm.version
from 6.6.13.Final to 6.6.14.Final.Updates
org.hibernate.orm:hibernate-core
from 6.6.13.Final to 6.6.14.FinalRelease notes
Sourced from org.hibernate.orm:hibernate-core's releases.
Changelog
Sourced from org.hibernate.orm:hibernate-core's changelog.
Commits
a306d4c
Pre-steps for release :6.6.14.Final
fd7a7c3
HHH-19314 Implement AnonymousTupleTableGroupProducer getJdbcTypeCount() and g...f7fc94c
HHH-19314 Fix fetch clause expression value retrieval774969d
HHH-19314 StackOverflowException when using onConflict with createCriteriaIns...c2ccca2
HHH-19314 Add test for issue92ac311
HHH-19341 Backport JReleaser config to 6.6b204fa2
HHH-19425 fix missing '.class' when annotations copied to repo implementations868035c
HHH-19374 make repositories always@Dependent-scoped
29b38ab
HHH-19375 improve test for whether we should use Quarkus injectionb84973a
Exclude Quarkus module that consumes too much memoryUpdates
org.hibernate.orm:hibernate-graalvm
from 6.6.13.Final to 6.6.14.FinalRelease notes
Sourced from org.hibernate.orm:hibernate-graalvm's releases.
Changelog
Sourced from org.hibernate.orm:hibernate-graalvm's changelog.
Commits
a306d4c
Pre-steps for release :6.6.14.Final
fd7a7c3
HHH-19314 Implement AnonymousTupleTableGroupProducer getJdbcTypeCount() and g...f7fc94c
HHH-19314 Fix fetch clause expression value retrieval774969d
HHH-19314 StackOverflowException when using onConflict with createCriteriaIns...c2ccca2
HHH-19314 Add test for issue92ac311
HHH-19341 Backport JReleaser config to 6.6b204fa2
HHH-19425 fix missing '.class' when annotations copied to repo implementations868035c
HHH-19374 make repositories always@Dependent-scoped
29b38ab
HHH-19375 improve test for whether we should use Quarkus injectionb84973a
Exclude Quarkus module that consumes too much memoryUpdates
org.hibernate.orm:hibernate-envers
from 6.6.13.Final to 6.6.14.FinalRelease notes
Sourced from org.hibernate.orm:hibernate-envers's releases.
Changelog
Sourced from org.hibernate.orm:hibernate-envers's changelog.
Commits
a306d4c
Pre-steps for release :6.6.14.Final
fd7a7c3
HHH-19314 Implement AnonymousTupleTableGroupProducer getJdbcTypeCount() and g...f7fc94c
HHH-19314 Fix fetch clause expression value retrieval774969d
HHH-19314 StackOverflowException when using onConflict with createCriteriaIns...c2ccca2
HHH-19314 Add test for issue92ac311
HHH-19341 Backport JReleaser config to 6.6b204fa2
HHH-19425 fix missing '.class' when annotations copied to repo implementations868035c
HHH-19374 make repositories always@Dependent-scoped
29b38ab
HHH-19375 improve test for whether we should use Quarkus injectionb84973a
Exclude Quarkus module that consumes too much memoryUpdates
org.hibernate.orm:hibernate-jpamodelgen
from 6.6.13.Final to 6.6.14.FinalRelease notes
Sourced from org.hibernate.orm:hibernate-jpamodelgen's releases.
Changelog
Sourced from org.hibernate.orm:hibernate-jpamodelgen's changelog.
Commits
a306d4c
Pre-steps for release :6.6.14.Final
fd7a7c3
HHH-19314 Implement AnonymousTupleTableGroupProducer getJdbcTypeCount() and g...f7fc94c
HHH-19314 Fix fetch clause expression value retrieval774969d
HHH-19314 StackOverflowException when using onConflict with createCriteriaIns...c2ccca2
HHH-19314 Add test for issue92ac311
HHH-19341 Backport JReleaser config to 6.6b204fa2
HHH-19425 fix missing '.class' when annotations copied to repo implementations868035c
HHH-19374 make repositories always@Dependent-scoped
29b38ab
HHH-19375 improve test for whether we should use Quarkus injectionb84973a
Exclude Quarkus module that consumes too much memoryUpdates
org.hibernate:hibernate-jpamodelgen
from 6.6.13.Final to 6.6.14.FinalRelease notes
Sourced from org.hibernate:hibernate-jpamodelgen's releases.
Changelog
Sourced from org.hibernate:hibernate-jpamodelgen's changelog.
Commits
a306d4c
Pre-steps for release :6.6.14.Final
fd7a7c3
HHH-19314 Implement AnonymousTupleTableGroupProducer getJdbcTypeCount() and g...f7fc94c
HHH-19314 Fix fetch clause expression value retrieval774969d
HHH-19314 StackOverflowException when using onConflict with createCriteriaIns...c2ccca2
HHH-19314 Add test for issue92ac311
HHH-19341 Backport JReleaser config to 6.6b204fa2
HHH-19425 fix missing '.class' when annotations copied to repo implementations868035c
HHH-19374 make repositories always@Dependent-scoped
29b38ab
HHH-19375 improve test for whether we should use Quarkus injectionb84973a
Exclude Quarkus module that consumes too much memoryUpdates
org.hibernate.orm:hibernate-community-dialects
from 6.6.13.Final to 6.6.14.FinalRelease notes
Sourced from org.hibernate.orm:hibernate-community-dialects's releases.
Changelog
Sourced from org.hibernate.orm:hibernate-community-dialects's changelog.
Commits
a306d4c
Pre-steps for release :6.6.14.Final
fd7a7c3
HHH-19314 Implement AnonymousTupleTableGroupProducer getJdbcTypeCount() and g...f7fc94c
HHH-19314 Fix fetch clause expression value retrieval774969d
HHH-19314 StackOverflowException when using onConflict with createCriteriaIns...c2ccca2
HHH-19314 Add test for issue92ac311
HHH-19341 Backport JReleaser config to 6.6b204fa2
HHH-19425 fix missing '.class' when annotations copied to repo implementations868035c
HHH-19374 make repositories always@Dependent-scoped
29b38ab
HHH-19375 improve test for whether we should use Quarkus injectionb84973a
Exclude Quarkus module that consumes too much memoryUpdates
org.hibernate.orm:hibernate-vector
from 6.6.13.Final to 6.6.14.FinalRelease notes
Sourced from org.hibernate.orm:hibernate-vector's releases.
Changelog
Sourced from org.hibernate.orm:hibernate-vector's changelog.
Commits
a306d4c
Pre-steps for release :6.6.14.Final
fd7a7c3
HHH-19314 Implement AnonymousTupleTableGroupProducer getJdbcTypeCount() and g...f7fc94c
HHH-19314 Fix fetch clause expression value retrieval774969d
HHH-19314 StackOverflowException when using onConflict with createCriteriaIns...c2ccca2
HHH-19314 Add test for issue92ac311
HHH-19341 Backport JReleaser config to 6.6b204fa2
HHH-19425 fix missing '.class' when annotations copied to repo implementations868035c
HHH-19374 make repositories always@Dependent-scoped
29b38ab
HHH-19375 improve test for whether we should use Quarkus injectionb84973a
Exclude Quarkus module that consumes too much memoryYou can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)