-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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.3.Final to 6.6.4.Final #45197
Bump hibernate-orm.version from 6.6.3.Final to 6.6.4.Final #45197
Conversation
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]>
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✖ | JVM Tests - JDK 17 | Build |
Failures | Logs | Raw logs | 🔍 |
✖ | JVM Tests - JDK 21 | Build |
Failures | Logs | Raw logs | 🔍 |
✖ | Native Tests - Data5 | 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 #
- Failing: integration-tests/hibernate-reactive-postgresql
📦 integration-tests/hibernate-reactive-postgresql
✖ io.quarkus.it.hibernate.reactive.postgresql.HibernateReactiveTest.reactiveFindNativeQuery
line 28
- History - More details - Source on GitHub
java.lang.AssertionError:
1 expectation failed.
Expected status code (is <200> or is <204>) but was <500>.
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
⚙️ JVM Tests - JDK 21 #
- Failing: integration-tests/hibernate-reactive-postgresql
📦 integration-tests/hibernate-reactive-postgresql
✖ io.quarkus.it.hibernate.reactive.postgresql.HibernateReactiveTest.reactiveFindNativeQuery
line 28
- History - More details - Source on GitHub
java.lang.AssertionError:
1 expectation failed.
Expected status code (is <200> or is <204>) but was <500>.
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:73)
⚙️ Native Tests - Data5 #
- Failing: integration-tests/hibernate-reactive-postgresql
📦 integration-tests/hibernate-reactive-postgresql
✖ io.quarkus.it.hibernate.reactive.postgresql.HibernateReactiveInGraalIT.reactiveFindNativeQuery
- History - More details - Source on GitHub
java.lang.AssertionError:
1 expectation failed.
Expected status code (is <200> or is <204>) but was <500>.
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:73)
at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:108)
I opened hibernate/hibernate-reactive#2041 for the Hibernate Reactive issue. |
Superseded by #45235 |
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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.FinalRelease notes
Sourced from org.hibernate.orm:hibernate-core's releases.
Changelog
Sourced from org.hibernate.orm:hibernate-core's changelog.
Commits
c22c25b
Pre-steps for release :6.6.4.Final
0afa745
HHH-18912 - ORM release process8956c0a
HHH-18912 - ORM release process376dbb1
Try fixing publishing9c4d33b
Various release script fixese685425
don't generate "auxiliary" members for Jakarta Data static metamodel103b2f8
HHH-14725 Fixed test0b61cc3
HHH-14725 Fix reset handling on BlobProxy0b28e2c
HHH-14725 Fixed test6300c34
HHH-14725 Adjust test to use byte array, update JavadocUpdates
org.hibernate.orm:hibernate-graalvm
from 6.6.3.Final to 6.6.4.FinalRelease notes
Sourced from org.hibernate.orm:hibernate-graalvm's releases.
Changelog
Sourced from org.hibernate.orm:hibernate-graalvm's changelog.
Commits
c22c25b
Pre-steps for release :6.6.4.Final
0afa745
HHH-18912 - ORM release process8956c0a
HHH-18912 - ORM release process376dbb1
Try fixing publishing9c4d33b
Various release script fixese685425
don't generate "auxiliary" members for Jakarta Data static metamodel103b2f8
HHH-14725 Fixed test0b61cc3
HHH-14725 Fix reset handling on BlobProxy0b28e2c
HHH-14725 Fixed test6300c34
HHH-14725 Adjust test to use byte array, update JavadocUpdates
org.hibernate.orm:hibernate-envers
from 6.6.3.Final to 6.6.4.FinalRelease notes
Sourced from org.hibernate.orm:hibernate-envers's releases.
Changelog
Sourced from org.hibernate.orm:hibernate-envers's changelog.
Commits
c22c25b
Pre-steps for release :6.6.4.Final
0afa745
HHH-18912 - ORM release process8956c0a
HHH-18912 - ORM release process376dbb1
Try fixing publishing9c4d33b
Various release script fixese685425
don't generate "auxiliary" members for Jakarta Data static metamodel103b2f8
HHH-14725 Fixed test0b61cc3
HHH-14725 Fix reset handling on BlobProxy0b28e2c
HHH-14725 Fixed test6300c34
HHH-14725 Adjust test to use byte array, update JavadocUpdates
org.hibernate.orm:hibernate-jpamodelgen
from 6.6.3.Final to 6.6.4.FinalRelease notes
Sourced from org.hibernate.orm:hibernate-jpamodelgen's releases.
Changelog
Sourced from org.hibernate.orm:hibernate-jpamodelgen's changelog.
Commits
c22c25b
Pre-steps for release :6.6.4.Final
0afa745
HHH-18912 - ORM release process8956c0a
HHH-18912 - ORM release process376dbb1
Try fixing publishing9c4d33b
Various release script fixese685425
don't generate "auxiliary" members for Jakarta Data static metamodel103b2f8
HHH-14725 Fixed test0b61cc3
HHH-14725 Fix reset handling on BlobProxy0b28e2c
HHH-14725 Fixed test6300c34
HHH-14725 Adjust test to use byte array, update JavadocUpdates
org.hibernate:hibernate-jpamodelgen
from 6.6.3.Final to 6.6.4.FinalRelease notes
Sourced from org.hibernate:hibernate-jpamodelgen's releases.
Changelog
Sourced from org.hibernate:hibernate-jpamodelgen's changelog.
Commits
c22c25b
Pre-steps for release :6.6.4.Final
0afa745
HHH-18912 - ORM release process8956c0a
HHH-18912 - ORM release process376dbb1
Try fixing publishing9c4d33b
Various release script fixese685425
don't generate "auxiliary" members for Jakarta Data static metamodel103b2f8
HHH-14725 Fixed test0b61cc3
HHH-14725 Fix reset handling on BlobProxy0b28e2c
HHH-14725 Fixed test6300c34
HHH-14725 Adjust test to use byte array, update JavadocUpdates
org.hibernate.orm:hibernate-community-dialects
from 6.6.3.Final to 6.6.4.FinalRelease notes
Sourced from org.hibernate.orm:hibernate-community-dialects's releases.
Changelog
Sourced from org.hibernate.orm:hibernate-community-dialects's changelog.
Commits
c22c25b
Pre-steps for release :6.6.4.Final
0afa745
HHH-18912 - ORM release process8956c0a
HHH-18912 - ORM release process376dbb1
Try fixing publishing9c4d33b
Various release script fixese685425
don't generate "auxiliary" members for Jakarta Data static metamodel103b2f8
HHH-14725 Fixed test0b61cc3
HHH-14725 Fix reset handling on BlobProxy0b28e2c
HHH-14725 Fixed test6300c34
HHH-14725 Adjust test to use byte array, update JavadocYou 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)