Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2025

Bumps org.hibernate.orm:hibernate-core from 7.0.6.Final to 7.1.0.Final.

Release notes

Sourced from org.hibernate.orm:hibernate-core's releases.

Hibernate ORM 7.1.0.Final released

Today, we published a new release of Hibernate ORM 7.1: 7.1.0.Final.

You can find the full list of 7.1.0.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration from version 7.0 to 7.1.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Hibernate ORM 7.1.0.CR2 released

Today, we published a new release of Hibernate ORM 7.1: 7.1.0.CR2.

You can find the full list of 7.1.0.CR2 changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration from version 7.0 to 7.1.

Conclusion

For additional details, see:

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-core's changelog.

Changes in 7.1.0.Final (August 08, 2025)

https://hibernate.atlassian.net/projects/HHH/versions/34726

** Improvement * [HHH-19693] - Upgrade Oracle JDBC driver to version 23.9.0.25.07

** New Feature * [HHH-19682] - Add Support for GaussDB Lock Timeout (lockwait_timeout)

Changes in 7.1.0.CR2 (August 06, 2025)

https://hibernate.atlassian.net/projects/HHH/versions/34594

** Bug * [HHH-19673] - hibernate-gradle-plugin 7.0.0.CR1 wrongly requires Java 21+ * [HHH-19669] - hql insert fails for entity with join inheritance on Oracle

** Improvement * [HHH-19686] - Add implementation dependency to agroal-pool from hibernate-agroal * [HHH-19685] - Rework multi-table handling code to allow caching and help Hibernate Reactive * [HHH-19672] - Add overloads of #find accepting entity-name

** Task * [HHH-19683] - Add method in AbstractEntityPersister to check if field name is not lazy * [HHH-19670] - Upgrade MySQL testing to 9.4

Changes in 7.1.0.CR1 (July 30, 2025)

https://hibernate.atlassian.net/projects/HHH/versions/32362

** Bug * [HHH-19649] - QualifiedNameParser inconsistent between parsing and formatting * [HHH-19645] - Some database specific tests are missing RequiresDialect annotation * [HHH-19640] - @​UpdateTimestamp behavior change between Hibernate 5.6 and 6.6 * [HHH-19631] - NPE in AbstractPersistentCollection because "persister" is null, when accessing unfetched lazy collection in event * [HHH-19626] - Hibernate processor may fail to process entities with generics * [HHH-19616] - @​ManyToOne(optional=false) results in a not null constraint for SINGLE_TABLE subclass * [HHH-19604] - Session.isDirty always return true when @​Immutable entity is loaded * [HHH-19585] - Object relationship mapping issues | java.lang.NullPointerException: Cannot invoke "java.lang.Comparable.compareTo(Object)" because "one" is null * [HHH-19583] - JsonJavaType is missing parameterized info on the type arguments * [HHH-19579] - Criteria update join - Column 'code' in SET is ambiguous * [HHH-19578] - @​Delete queries for reactive repositories * [HHH-19574] - metamodel population for inner classes * [HHH-19572] - NullPointerException when using where(List restrictions) method

... (truncated)

Commits
  • 02eb1ac Pre-steps for release : 7.1.0.Final
  • 513bbb7 HHH-19693 - Upgrade Oracle JDBC driver to version 23.9.0.25.07
  • 88f2a06 HHH-19682 - Add Support for GaussDB Lock Timeout (lockwait_timeout)
  • 91c3c25 HHH-19682 - Add Support for GaussDB Lock Timeout (lockwait_timeout)
  • 5acb4fe Correct release process notes
  • ceda032 tiny fix to error message
  • aee9adc add a tip about fetch size and MySQL
  • ab9ad65 mention 'org.hibernate.orm:hibernate-hikaricp' in doc
  • a7f2f8e Post-steps for release : 7.1.0.CR2
  • 94b2448 Pre-steps for release : 7.1.0.CR2
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) from 7.0.6.Final to 7.1.0.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.0.6...7.1.0)

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-version: 7.1.0.Final
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 10, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 14, 2025

Superseded by #1279.

@dependabot dependabot bot closed this Sep 14, 2025
@dependabot dependabot bot deleted the dependabot/maven/org.hibernate.orm-hibernate-core-7.1.0.Final branch September 14, 2025 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants