Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2025

Bumps the hibernate group with 9 updates:

Package From To
org.hibernate.orm:hibernate-core 7.1.6.Final 7.1.10.Final
org.hibernate.orm:hibernate-graalvm 7.1.6.Final 7.1.10.Final
org.hibernate.orm:hibernate-envers 7.1.6.Final 7.1.10.Final
org.hibernate.orm:hibernate-processor 7.1.6.Final 7.1.10.Final
org.hibernate.orm:hibernate-jpamodelgen 7.1.6.Final 7.1.10.Final
org.hibernate.orm:hibernate-community-dialects 7.1.6.Final 7.1.10.Final
org.hibernate.orm:hibernate-vector 7.1.6.Final 7.1.10.Final
org.hibernate.reactive:hibernate-reactive-core 3.1.8.Final 3.1.9.Final
org.hibernate.tool:hibernate-tools-language 7.1.6.Final 7.1.10.Final

Updates org.hibernate.orm:hibernate-core from 7.1.6.Final to 7.1.10.Final

Release notes

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

Release 7.1.10

Hibernate ORM 7.1.10.Final released

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

You can find the full list of 7.1.10.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.

Release 7.1.9

Hibernate ORM 7.1.9.Final released

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

You can find the full list of 7.1.9.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

... (truncated)

Changelog

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

Changes in 7.1.10.Final (November 23, 2025)

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

** Bug * HHH-19038 Hibernate.get does not work on detached entities * HHH-16991 EnhancedUserType cannot be used when defining relations

Changes in 7.1.9.Final (November 20, 2025)

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

** Bug * HHH-19936 Parameter casts for by-id lookups don't take column definition into account * HHH-19926 NullPointerException when executing JPQL IN clause with null parameter on entity association * HHH-19922 org.hibernate.orm:hibernate-platform:pom:7.1.7.Final is missing * HHH-19910 EntityInitializer#resolveInstance wrongly initializes existing detached instance * HHH-19908 'this' implicit alias should be case-insensitive * HHH-19905 Implicit join re-use with nested inner and left joins causes ParsingException * HHH-19857 When one of the lazy attributes is null the other ones may not get initialized correctly * HHH-19805 PersistentCollection may get uninitialized entity injected

** Task * HHH-19940 Include maven plugin in the release staging directory

Changes in 7.1.8.Final (November 16, 2025)

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

** Bug * HHH-19932 NullPointerException in SqmInterpretationsKey::toString * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19914 JPA_COMPLIANCE setting ignored in @​Jpa * HHH-19906 JsonGeneratingVisitor#visit doesn't handle plural types correctly * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19749 [Oracle] Merge with @​SecondaryTable may generate invalid NUMERIC type casts * HHH-19739 Exceptions during load of entity with different persistent fields with same name * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6 * HHH-18860 Updates on SecondaryTable cause incorrect cast for BigDecimal

7.1.7.Final (November 06, 2025)

... (truncated)

Commits
  • 325bb22 [Jenkins release job] Preparing release 7.1.10.Final
  • fcd0c7c [Jenkins release job] changelog.txt updated by release build 7.1.10.Final
  • b235e4c HHH-19038 - Evaluate the session validity in AbstractPersistentCollection bef...
  • 8abad90 HHH-16991 Fix array based id restriction with EnhanceUserType
  • 19bd58c [Jenkins release job] Preparing next development iteration
  • 975ba92 [Jenkins release job] Preparing release 7.1.9.Final
  • a015fbe [Jenkins release job] changelog.txt updated by release build 7.1.9.Final
  • df3368d HHH-19857 Account for nested initialization when loading lazy property
  • 6c2ab22 HHH-19857 Add test for issue
  • 7852724 HHH-19805 Update unfetched attributes of already initialized entity when data...
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-graalvm from 7.1.6.Final to 7.1.10.Final

Release notes

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

Release 7.1.10

Hibernate ORM 7.1.10.Final released

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

You can find the full list of 7.1.10.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.

Release 7.1.9

Hibernate ORM 7.1.9.Final released

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

You can find the full list of 7.1.9.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

... (truncated)

Changelog

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

Changes in 7.1.10.Final (November 23, 2025)

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

** Bug * HHH-19038 Hibernate.get does not work on detached entities * HHH-16991 EnhancedUserType cannot be used when defining relations

Changes in 7.1.9.Final (November 20, 2025)

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

** Bug * HHH-19936 Parameter casts for by-id lookups don't take column definition into account * HHH-19926 NullPointerException when executing JPQL IN clause with null parameter on entity association * HHH-19922 org.hibernate.orm:hibernate-platform:pom:7.1.7.Final is missing * HHH-19910 EntityInitializer#resolveInstance wrongly initializes existing detached instance * HHH-19908 'this' implicit alias should be case-insensitive * HHH-19905 Implicit join re-use with nested inner and left joins causes ParsingException * HHH-19857 When one of the lazy attributes is null the other ones may not get initialized correctly * HHH-19805 PersistentCollection may get uninitialized entity injected

** Task * HHH-19940 Include maven plugin in the release staging directory

Changes in 7.1.8.Final (November 16, 2025)

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

** Bug * HHH-19932 NullPointerException in SqmInterpretationsKey::toString * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19914 JPA_COMPLIANCE setting ignored in @​Jpa * HHH-19906 JsonGeneratingVisitor#visit doesn't handle plural types correctly * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19749 [Oracle] Merge with @​SecondaryTable may generate invalid NUMERIC type casts * HHH-19739 Exceptions during load of entity with different persistent fields with same name * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6 * HHH-18860 Updates on SecondaryTable cause incorrect cast for BigDecimal

7.1.7.Final (November 06, 2025)

... (truncated)

Commits
  • 325bb22 [Jenkins release job] Preparing release 7.1.10.Final
  • fcd0c7c [Jenkins release job] changelog.txt updated by release build 7.1.10.Final
  • b235e4c HHH-19038 - Evaluate the session validity in AbstractPersistentCollection bef...
  • 8abad90 HHH-16991 Fix array based id restriction with EnhanceUserType
  • 19bd58c [Jenkins release job] Preparing next development iteration
  • 975ba92 [Jenkins release job] Preparing release 7.1.9.Final
  • a015fbe [Jenkins release job] changelog.txt updated by release build 7.1.9.Final
  • df3368d HHH-19857 Account for nested initialization when loading lazy property
  • 6c2ab22 HHH-19857 Add test for issue
  • 7852724 HHH-19805 Update unfetched attributes of already initialized entity when data...
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-envers from 7.1.6.Final to 7.1.10.Final

Release notes

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

Release 7.1.10

Hibernate ORM 7.1.10.Final released

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

You can find the full list of 7.1.10.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.

Release 7.1.9

Hibernate ORM 7.1.9.Final released

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

You can find the full list of 7.1.9.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

... (truncated)

Changelog

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

Changes in 7.1.10.Final (November 23, 2025)

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

** Bug * HHH-19038 Hibernate.get does not work on detached entities * HHH-16991 EnhancedUserType cannot be used when defining relations

Changes in 7.1.9.Final (November 20, 2025)

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

** Bug * HHH-19936 Parameter casts for by-id lookups don't take column definition into account * HHH-19926 NullPointerException when executing JPQL IN clause with null parameter on entity association * HHH-19922 org.hibernate.orm:hibernate-platform:pom:7.1.7.Final is missing * HHH-19910 EntityInitializer#resolveInstance wrongly initializes existing detached instance * HHH-19908 'this' implicit alias should be case-insensitive * HHH-19905 Implicit join re-use with nested inner and left joins causes ParsingException * HHH-19857 When one of the lazy attributes is null the other ones may not get initialized correctly * HHH-19805 PersistentCollection may get uninitialized entity injected

** Task * HHH-19940 Include maven plugin in the release staging directory

Changes in 7.1.8.Final (November 16, 2025)

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

** Bug * HHH-19932 NullPointerException in SqmInterpretationsKey::toString * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19914 JPA_COMPLIANCE setting ignored in @​Jpa * HHH-19906 JsonGeneratingVisitor#visit doesn't handle plural types correctly * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19749 [Oracle] Merge with @​SecondaryTable may generate invalid NUMERIC type casts * HHH-19739 Exceptions during load of entity with different persistent fields with same name * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6 * HHH-18860 Updates on SecondaryTable cause incorrect cast for BigDecimal

7.1.7.Final (November 06, 2025)

... (truncated)

Commits
  • 325bb22 [Jenkins release job] Preparing release 7.1.10.Final
  • fcd0c7c [Jenkins release job] changelog.txt updated by release build 7.1.10.Final
  • b235e4c HHH-19038 - Evaluate the session validity in AbstractPersistentCollection bef...
  • 8abad90 HHH-16991 Fix array based id restriction with EnhanceUserType
  • 19bd58c [Jenkins release job] Preparing next development iteration
  • 975ba92 [Jenkins release job] Preparing release 7.1.9.Final
  • a015fbe [Jenkins release job] changelog.txt updated by release build 7.1.9.Final
  • df3368d HHH-19857 Account for nested initialization when loading lazy property
  • 6c2ab22 HHH-19857 Add test for issue
  • 7852724 HHH-19805 Update unfetched attributes of already initialized entity when data...
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-processor from 7.1.6.Final to 7.1.10.Final

Release notes

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

Release 7.1.10

Hibernate ORM 7.1.10.Final released

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

You can find the full list of 7.1.10.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.

Release 7.1.9

Hibernate ORM 7.1.9.Final released

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

You can find the full list of 7.1.9.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

... (truncated)

Changelog

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

Changes in 7.1.10.Final (November 23, 2025)

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

** Bug * HHH-19038 Hibernate.get does not work on detached entities * HHH-16991 EnhancedUserType cannot be used when defining relations

Changes in 7.1.9.Final (November 20, 2025)

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

** Bug * HHH-19936 Parameter casts for by-id lookups don't take column definition into account * HHH-19926 NullPointerException when executing JPQL IN clause with null parameter on entity association * HHH-19922 org.hibernate.orm:hibernate-platform:pom:7.1.7.Final is missing * HHH-19910 EntityInitializer#resolveInstance wrongly initializes existing detached instance * HHH-19908 'this' implicit alias should be case-insensitive * HHH-19905 Implicit join re-use with nested inner and left joins causes ParsingException * HHH-19857 When one of the lazy attributes is null the other ones may not get initialized correctly * HHH-19805 PersistentCollection may get uninitialized entity injected

** Task * HHH-19940 Include maven plugin in the release staging directory

Changes in 7.1.8.Final (November 16, 2025)

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

** Bug * HHH-19932 NullPointerException in SqmInterpretationsKey::toString * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19914 JPA_COMPLIANCE setting ignored in @​Jpa * HHH-19906 JsonGeneratingVisitor#visit doesn't handle plural types correctly * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19749 [Oracle] Merge with @​SecondaryTable may generate invalid NUMERIC type casts * HHH-19739 Exceptions during load of entity with different persistent fields with same name * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6 * HHH-18860 Updates on SecondaryTable cause incorrect cast for BigDecimal

7.1.7.Final (November 06, 2025)

... (truncated)

Commits
  • 325bb22 [Jenkins release job] Preparing release 7.1.10.Final
  • fcd0c7c [Jenkins release job] changelog.txt updated by release build 7.1.10.Final
  • b235e4c HHH-19038 - Evaluate the session validity in AbstractPersistentCollection bef...
  • 8abad90 HHH-16991 Fix array based id restriction with EnhanceUserType
  • 19bd58c [Jenkins release job] Preparing next development iteration
  • 975ba92 [Jenkins release job] Preparing release 7.1.9.Final
  • a015fbe [Jenkins release job] changelog.txt updated by release build 7.1.9.Final
  • df3368d HHH-19857 Account for nested initialization when loading lazy property
  • 6c2ab22 HHH-19857 Add test for issue
  • 7852724 HHH-19805 Update unfetched attributes of already initialized entity when data...
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-jpamodelgen from 7.1.6.Final to 7.1.10.Final

Release notes

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

Release 7.1.10

Hibernate ORM 7.1.10.Final released

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

You can find the full list of 7.1.10.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.

Release 7.1.9

Hibernate ORM 7.1.9.Final released

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

You can find the full list of 7.1.9.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

... (truncated)

Changelog

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

Changes in 7.1.10.Final (November 23, 2025)

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

** Bug * HHH-19038 Hibernate.get does not work on detached entities * HHH-16991 EnhancedUserType cannot be used when defining relations

Changes in 7.1.9.Final (November 20, 2025)

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

** Bug * HHH-19936 Parameter casts for by-id lookups don't take column definition into account * HHH-19926 NullPointerException when executing JPQL IN clause with null parameter on entity association * HHH-19922 org.hibernate.orm:hibernate-platform:pom:7.1.7.Final is missing * HHH-19910 EntityInitializer#resolveInstance wrongly initializes existing detached instance * HHH-19908 'this' implicit alias should be case-insensitive * HHH-19905 Implicit join re-use with nested inner and left joins causes ParsingException * HHH-19857 When one of the lazy attributes is null the other ones may not get initialized correctly * HHH-19805 PersistentCollection may get uninitialized entity injected

** Task * HHH-19940 Include maven plugin in the release staging directory

Changes in 7.1.8.Final (November 16, 2025)

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

** Bug * HHH-19932 NullPointerException in SqmInterpretationsKey::toString * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19914 JPA_COMPLIANCE setting ignored in @​Jpa * HHH-19906 JsonGeneratingVisitor#visit doesn't handle plural types correctly * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19749 [Oracle] Merge with @​SecondaryTable may generate invalid NUMERIC type casts * HHH-19739 Exceptions during load of entity with different persistent fields with same name * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6 * HHH-18860 Updates on SecondaryTable cause incorrect cast for BigDecimal

7.1.7.Final (November 06, 2025)

... (truncated)

Commits
  • 325bb22 [Jenkins release job] Preparing release 7.1.10.Final
  • fcd0c7c [Jenkins release job] changelog.txt updated by release build 7.1.10.Final
  • b235e4c HHH-19038 - Evaluate the session validity in AbstractPersistentCollection bef...
  • 8abad90 HHH-16991 Fix array based id restriction with EnhanceUserType
  • 19bd58c [Jenkins release job] Preparing next development iteration
  • 975ba92 [Jenkins release job] Preparing release 7.1.9.Final
  • a015fbe [Jenkins release job] changelog.txt updated by release build 7.1.9.Final
  • df3368d HHH-19857 Account for nested initialization when loading lazy property
  • 6c2ab22 HHH-19857 Add test for issue
  • 7852724 HHH-19805 Update unfetched attributes of already initialized entity when data...
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-community-dialects from 7.1.6.Final to 7.1.10.Final

Release notes

Sourced from org.hibernate.orm:hibernate-community-dialects's releases.

Release 7.1.10

Hibernate ORM 7.1.10.Final released

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

You can find the full list of 7.1.10.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.

Release 7.1.9

Hibernate ORM 7.1.9.Final released

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

You can find the full list of 7.1.9.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

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-community-dialects's changelog.

Changes in 7.1.10.Final (November 23, 2025)

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

** Bug * HHH-19038 Hibernate.get does not work on detached entities * HHH-16991 EnhancedUserType cannot be used when defining relations

Changes in 7.1.9.Final (November 20, 2025)

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

** Bug * HHH-19936 Parameter casts for by-id lookups don't take column definition into account * HHH-19926 NullPointerException when executing JPQL IN clause with null parameter on entity association * HHH-19922 org.hibernate.orm:hibernate-platform:pom:7.1.7.Final is missing * HHH-19910 EntityInitializer#resolveInstance wrongly initializes existing detached instance * HHH-19908 'this' implicit alias should be case-insensitive * HHH-19905 Implicit join re-use with nested inner and left joins causes ParsingException * HHH-19857 When one of the lazy attributes is null the other ones may not get initialized correctly * HHH-19805 PersistentCollection may get uninitialized entity injected

** Task * HHH-19940 Include maven plugin in the release staging directory

Changes in 7.1.8.Final (November 16, 2025)

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

** Bug * HHH-19932 NullPointerException in SqmInterpretationsKey::toString * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19914 JPA_COMPLIANCE setting ignored in @​Jpa * HHH-19906 JsonGeneratingVisitor#visit doesn't handle plural types correctly * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19749 [Oracle] Merge with @​SecondaryTable may generate invalid NUMERIC type casts * HHH-19739 Exceptions during load of entity with different persistent fields with same name * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6 * HHH-18860 Updates on SecondaryTable cause incorrect cast for BigDecimal

7.1.7.Final (November 06, 2025)

... (truncated)

Commits
  • 325bb22 [Jenkins release job] Preparing release 7.1.10.Final
  • fcd0c7c [Jenkins release job] changelog.txt updated by release build 7.1.10.Final
  • b235e4c HHH-19038 - Evaluate the session validity in AbstractPersistentCollection bef...
  • 8abad90 HHH-16991 Fix array based id restriction with EnhanceUserType
  • 19bd58c [Jenkins release job] Preparing next development iteration
  • 975ba92 [Jenkins release job] Preparing release 7.1.9.Final
  • a015fbe [Jenkins release job] changelog.txt updated by release build 7.1.9.Final
  • df3368d HHH-19857 Account for nested initialization when loading lazy property
  • 6c2ab22 HHH-19857 Add test for issue
  • 7852724 HHH-19805 Update unfetched attributes of already initialized entity when data...
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-vector from 7.1.6.Final to 7.1.10.Final

Release notes

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

Release 7.1.10

Hibernate ORM 7.1.10.Final released

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

You can find the full list of 7.1.10.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.

Release 7.1.9

Hibernate ORM 7.1.9.Final released

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

You can find the full list of 7.1.9.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

... (truncated)

Changelog

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

Changes in 7.1.10.Final (November 23, 2025)

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

** Bug * HHH-19038 Hibernate.get does not work on detached entities * HHH-16991 EnhancedUserType cannot be used when defining relations

Changes in 7.1.9.Final (November 20, 2025)

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

** Bug * HHH-19936 Parameter casts for by-id lookups don't take column definition into account * HHH-19926 NullPointerException when executing JPQL IN clause with null parameter on entity association * HHH-19922 org.hibernate.orm:hibernate-platform:pom:7.1.7.Final is missing * HHH-19910 EntityInitializer#resolveInstance wrongly initializes existing detached instance * HHH-19908 'this' implicit alias should be case-insensitive * HHH-19905 Implicit join re-use with nested inner and left joins causes ParsingException * HHH-19857 When one of the lazy attributes is null the other ones may not get initialized correctly * HHH-19805 PersistentCollection may get uninitialized entity injected

** Task * HHH-19940 Include maven plugin in the release staging directory

Changes in 7.1.8.Final (November 16, 2025)

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

** Bug * HHH-19932 NullPointerException in SqmInterpretationsKey::toString * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19914 JPA_COMPLIANCE setting ignored in @​Jpa * HHH-19906 JsonGeneratingVisitor#visit doesn't handle plural types correctly * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19749 [Oracle] Merge with @​SecondaryTable may generate invalid NUMERIC type casts * HHH-19739 Exceptions during load of entity with different persistent fields with same name * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6 * HHH-18860 Updates on SecondaryTable cause incorrect cast for BigDecimal

7.1.7.Final (November 06, 2025)

... (truncated)

Commits
  • 325bb22 [Jenkins release job] Preparing release 7.1.10.Final
  • fcd0c7c [Jenkins release job] changelog.txt updated by release build 7.1.10.Final
  • b235e4c HHH-19038 - Evaluate the session validity in AbstractPersistentCollection bef...
  • 8abad90 HHH-16991 Fix array based id restriction with EnhanceUserType
  • 19bd58c [Jenkins release job] Preparing next development iteration
  • 975ba92 [Jenkins release job] Preparing release 7.1.9.Final
  • a015fbe [Jenkins release job] changelog.txt updated by release build 7.1.9.Final
  • df3368d HHH-19857 Account for nested initialization when loading lazy property
  • 6c2ab22 HHH-19857 Add test for issue
  • 7852724 HHH-19805 Update unfetched attributes of already initialized entity when data...
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-graalvm from 7.1.6.Final to 7.1.10.Final

Release notes

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

Release 7.1.10

Hibernate ORM 7.1.10.Final released

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

You can find the full list of 7.1.10.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.

Release 7.1.9

Hibernate ORM 7.1.9.Final released

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

You can find the full list of 7.1.9.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

... (truncated)

Changelog

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

Changes in 7.1.10.Final (November 23, 2025)

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

** Bug * HHH-19038 Hibernate.get does not work on detached entities * HHH-16991 EnhancedUserType cannot be used when defining relations

Changes in 7.1.9.Final (November 20, 2025)

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

** Bug * HHH-19936 Parameter casts for by-id lookups don't take column definition into account * HHH-19926 NullPointerException when executing JPQL IN clause with null parameter on entity association * HHH-19922 org.hibernate.orm:hibernate-platform:pom:7.1.7.Final is missing * HHH-19910 EntityInitializer#resolveInstance wrongly initializes existing detached instance * HHH-19908 'this' implicit alias should be case-insensitive * HHH-19905 Implicit join re-use with nested inner and left joins causes ParsingException * HHH-19857 When one of the lazy attributes is null the other ones may not get initialized correctly * HHH-19805 PersistentCollection may get uninitialized entity injected

** Task * HHH-19940 Include maven plugin in the release staging directory

Changes in 7.1.8.Final (November 16, 2025)

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

** Bug * HHH-19932 NullPointerException in SqmInterpretationsKey::toString * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19914 JPA_COMPLIANCE setting ignored in @​Jpa * HHH-19906 JsonGeneratingVisitor#visit doesn't handle plural types correctly * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19749 [Oracle] Merge with @​SecondaryTable may generate invalid NUMERIC type casts * HHH-19739 Exceptions during load of entity with different persistent fields with same name * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6 * HHH-18860 Updates on SecondaryTable cause incorrect cast for BigDecimal

7.1.7.Final (November 06, 2025)

... (truncated)

Commits
  • 325bb22 [Jenkins release job] Preparing release 7.1.10.Final
  • fcd0c7c [Jenkins release job] changelog.txt updated by release build 7.1.10.Final
  • b235e4c HHH-19038 - Evaluate the session validity in AbstractPersistentCollection bef...

@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Nov 26, 2025
@quarkus-bot

This comment has been minimized.

Bumps the hibernate group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `7.1.6.Final` | `7.1.10.Final` |
| [org.hibernate.orm:hibernate-graalvm](https://github.com/hibernate/hibernate-orm) | `7.1.6.Final` | `7.1.10.Final` |
| [org.hibernate.orm:hibernate-envers](https://github.com/hibernate/hibernate-orm) | `7.1.6.Final` | `7.1.10.Final` |
| [org.hibernate.orm:hibernate-processor](https://github.com/hibernate/hibernate-orm) | `7.1.6.Final` | `7.1.10.Final` |
| [org.hibernate.orm:hibernate-jpamodelgen](https://github.com/hibernate/hibernate-orm) | `7.1.6.Final` | `7.1.10.Final` |
| [org.hibernate.orm:hibernate-community-dialects](https://github.com/hibernate/hibernate-orm) | `7.1.6.Final` | `7.1.10.Final` |
| [org.hibernate.orm:hibernate-vector](https://github.com/hibernate/hibernate-orm) | `7.1.6.Final` | `7.1.10.Final` |
| [org.hibernate.reactive:hibernate-reactive-core](https://github.com/hibernate/hibernate-reactive) | `3.1.8.Final` | `3.1.9.Final` |
| [org.hibernate.tool:hibernate-tools-language](https://github.com/hibernate/hibernate-tools) | `7.1.6.Final` | `7.1.10.Final` |


Updates `org.hibernate.orm:hibernate-core` from 7.1.6.Final to 7.1.10.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.10/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.10)

Updates `org.hibernate.orm:hibernate-graalvm` from 7.1.6.Final to 7.1.10.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.10/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.10)

Updates `org.hibernate.orm:hibernate-envers` from 7.1.6.Final to 7.1.10.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.10/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.10)

Updates `org.hibernate.orm:hibernate-processor` from 7.1.6.Final to 7.1.10.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.10/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.10)

Updates `org.hibernate.orm:hibernate-jpamodelgen` from 7.1.6.Final to 7.1.10.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.10/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.10)

Updates `org.hibernate.orm:hibernate-community-dialects` from 7.1.6.Final to 7.1.10.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.10/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.10)

Updates `org.hibernate.orm:hibernate-vector` from 7.1.6.Final to 7.1.10.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.10/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.10)

Updates `org.hibernate.orm:hibernate-graalvm` from 7.1.6.Final to 7.1.10.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.10/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.10)

Updates `org.hibernate.orm:hibernate-envers` from 7.1.6.Final to 7.1.10.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.10/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.10)

Updates `org.hibernate.orm:hibernate-processor` from 7.1.6.Final to 7.1.10.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.10/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.10)

Updates `org.hibernate.orm:hibernate-jpamodelgen` from 7.1.6.Final to 7.1.10.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.10/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.10)

Updates `org.hibernate.orm:hibernate-community-dialects` from 7.1.6.Final to 7.1.10.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.10/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.10)

Updates `org.hibernate.orm:hibernate-vector` from 7.1.6.Final to 7.1.10.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.10/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.10)

Updates `org.hibernate.reactive:hibernate-reactive-core` from 3.1.8.Final to 3.1.9.Final
- [Release notes](https://github.com/hibernate/hibernate-reactive/releases)
- [Changelog](https://github.com/hibernate/hibernate-reactive/blob/main/github_release_notes.md)
- [Commits](hibernate/hibernate-reactive@3.1.8...3.1.9)

Updates `org.hibernate.tool:hibernate-tools-language` from 7.1.6.Final to 7.1.10.Final
- [Release notes](https://github.com/hibernate/hibernate-tools/releases)
- [Commits](hibernate/hibernate-tools@7.1.6.Final...7.1.10.Final)

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-version: 7.1.10.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-graalvm
  dependency-version: 7.1.10.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-envers
  dependency-version: 7.1.10.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-processor
  dependency-version: 7.1.10.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-jpamodelgen
  dependency-version: 7.1.10.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-community-dialects
  dependency-version: 7.1.10.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-vector
  dependency-version: 7.1.10.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-graalvm
  dependency-version: 7.1.10.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-envers
  dependency-version: 7.1.10.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-processor
  dependency-version: 7.1.10.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-jpamodelgen
  dependency-version: 7.1.10.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-community-dialects
  dependency-version: 7.1.10.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-vector
  dependency-version: 7.1.10.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.reactive:hibernate-reactive-core
  dependency-version: 3.1.9.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.tool:hibernate-tools-language
  dependency-version: 7.1.10.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/main/hibernate-85b5d51d2e branch from ccf5e16 to 2a9c5ef Compare November 27, 2025 22:23
@quarkus-bot
Copy link

quarkus-bot bot commented Nov 28, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 2a9c5ef.

Failing Jobs

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 21 Semeru Logs Raw logs 🚧
✔️ JVM Tests - JDK 25 Logs Raw logs 🚧
JVM Tests - JDK 17 Windows 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 Windows #

- Failing: devtools/gradle/gradle-application-plugin 

📦 devtools/gradle/gradle-application-plugin

Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.6.2:exec (gradle) on project io.quarkus.gradle.plugin: Command execution failed.


⚙️ Native Tests - Data5 #

- Failing: integration-tests/jpa-postgresql 

📦 integration-tests/jpa-postgresql

io.quarkus.it.jpa.postgresql.JPAFunctionalityInGraalITCase.json - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.
Expected: is "OK"
  Actual: {"details":"Error id 1f6f52fe-8acb-44e6-8825-ffdfe8bc7420-1","stack":""}

	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)

Flaky tests - Develocity

⚙️ JVM Tests - JDK 21 Semeru

📦 core/deployment

io.quarkus.deployment.dev.FileSystemWatcherTestCase.testFileSystemWatcher - History

  • expected: not <null> - org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: expected: not <null>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:152)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
	at org.junit.jupiter.api.AssertNotNull.failNull(AssertNotNull.java:49)
	at org.junit.jupiter.api.AssertNotNull.assertNotNull(AssertNotNull.java:35)
	at org.junit.jupiter.api.AssertNotNull.assertNotNull(AssertNotNull.java:30)
	at org.junit.jupiter.api.Assertions.assertNotNull(Assertions.java:304)
	at io.quarkus.deployment.dev.FileSystemWatcherTestCase.consumeEvents(FileSystemWatcherTestCase.java:169)

⚙️ MicroProfile TCKs Tests

📦 tcks/microprofile-lra

org.eclipse.microprofile.lra.tck.TckRecoveryTests.testCancelWhenParticipantIsUnavailable - History

  • Expecting the metric Compensated callback was called Expected: a value equal to or greater than <1> but: <0> was less than <1> - java.lang.AssertionError
java.lang.AssertionError: 
Expecting the metric Compensated callback was called
Expected: a value equal to or greater than <1>
     but: <0> was less than <1>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.eclipse.microprofile.lra.tck.TckRecoveryTests.assertMetricCallbackCalled(TckRecoveryTests.java:210)
	at org.eclipse.microprofile.lra.tck.TckRecoveryTests.testCancelWhenParticipantIsUnavailable(TckRecoveryTests.java:195)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependencies Pull requests that update a dependency file triage/flaky-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant