Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Bumps the hibernate group with 9 updates:

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

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

Release notes

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

Release 7.1.11

Hibernate ORM 7.1.11.Final released

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

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

Changelog

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

Changes in 7.1.11.Final (December 01, 2025)

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

** Bug * HHH-19843 Bean Validation may fail on operations with stateless session * HHH-18871 Nested NativeQuery mappings causing 'Could not locate TableGroup' exception after migration * HHH-14082 Hibernate cannot determine it's core version in modular configuration

** Improvement * HHH-19953 Relax scopes of methods in EntityInitializerImpl (for Hibernate Reactive)

Commits
  • 1d9ac25 [Jenkins release job] Preparing release 7.1.11.Final
  • cef64dc [Jenkins release job] changelog.txt updated by release build 7.1.11.Final
  • 3abfc54 Update version-injection plugin to 2.2.0
  • 687ce39 HHH-14082 Apply version injection plugin
  • 8dc6b85 HHH-18871 allow collections to be mapped correctly while determining navigati...
  • a6e9cb7 Change how release_notes are discovered
  • a2ffc53 Do not require hibernate.filemgmt.jboss.org in the builds
  • 2f521ef Point to docs.hibernate.org instead of docs.jboss.org/hibernate in various docs
  • 794eea1 HHH-19843 Get persister from session factory if session is not available
  • d563d19 HHH-19953 Relax scope of methods in EntityInitializerImpl
  • Additional commits viewable in compare view

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

Release notes

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

Release 7.1.11

Hibernate ORM 7.1.11.Final released

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

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

Changelog

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

Changes in 7.1.11.Final (December 01, 2025)

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

** Bug * HHH-19843 Bean Validation may fail on operations with stateless session * HHH-18871 Nested NativeQuery mappings causing 'Could not locate TableGroup' exception after migration * HHH-14082 Hibernate cannot determine it's core version in modular configuration

** Improvement * HHH-19953 Relax scopes of methods in EntityInitializerImpl (for Hibernate Reactive)

Commits
  • 1d9ac25 [Jenkins release job] Preparing release 7.1.11.Final
  • cef64dc [Jenkins release job] changelog.txt updated by release build 7.1.11.Final
  • 3abfc54 Update version-injection plugin to 2.2.0
  • 687ce39 HHH-14082 Apply version injection plugin
  • 8dc6b85 HHH-18871 allow collections to be mapped correctly while determining navigati...
  • a6e9cb7 Change how release_notes are discovered
  • a2ffc53 Do not require hibernate.filemgmt.jboss.org in the builds
  • 2f521ef Point to docs.hibernate.org instead of docs.jboss.org/hibernate in various docs
  • 794eea1 HHH-19843 Get persister from session factory if session is not available
  • d563d19 HHH-19953 Relax scope of methods in EntityInitializerImpl
  • Additional commits viewable in compare view

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

Release notes

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

Release 7.1.11

Hibernate ORM 7.1.11.Final released

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

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

Changelog

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

Changes in 7.1.11.Final (December 01, 2025)

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

** Bug * HHH-19843 Bean Validation may fail on operations with stateless session * HHH-18871 Nested NativeQuery mappings causing 'Could not locate TableGroup' exception after migration * HHH-14082 Hibernate cannot determine it's core version in modular configuration

** Improvement * HHH-19953 Relax scopes of methods in EntityInitializerImpl (for Hibernate Reactive)

Commits
  • 1d9ac25 [Jenkins release job] Preparing release 7.1.11.Final
  • cef64dc [Jenkins release job] changelog.txt updated by release build 7.1.11.Final
  • 3abfc54 Update version-injection plugin to 2.2.0
  • 687ce39 HHH-14082 Apply version injection plugin
  • 8dc6b85 HHH-18871 allow collections to be mapped correctly while determining navigati...
  • a6e9cb7 Change how release_notes are discovered
  • a2ffc53 Do not require hibernate.filemgmt.jboss.org in the builds
  • 2f521ef Point to docs.hibernate.org instead of docs.jboss.org/hibernate in various docs
  • 794eea1 HHH-19843 Get persister from session factory if session is not available
  • d563d19 HHH-19953 Relax scope of methods in EntityInitializerImpl
  • Additional commits viewable in compare view

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

Release notes

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

Release 7.1.11

Hibernate ORM 7.1.11.Final released

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

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

Changelog

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

Changes in 7.1.11.Final (December 01, 2025)

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

** Bug * HHH-19843 Bean Validation may fail on operations with stateless session * HHH-18871 Nested NativeQuery mappings causing 'Could not locate TableGroup' exception after migration * HHH-14082 Hibernate cannot determine it's core version in modular configuration

** Improvement * HHH-19953 Relax scopes of methods in EntityInitializerImpl (for Hibernate Reactive)

Commits
  • 1d9ac25 [Jenkins release job] Preparing release 7.1.11.Final
  • cef64dc [Jenkins release job] changelog.txt updated by release build 7.1.11.Final
  • 3abfc54 Update version-injection plugin to 2.2.0
  • 687ce39 HHH-14082 Apply version injection plugin
  • 8dc6b85 HHH-18871 allow collections to be mapped correctly while determining navigati...
  • a6e9cb7 Change how release_notes are discovered
  • a2ffc53 Do not require hibernate.filemgmt.jboss.org in the builds
  • 2f521ef Point to docs.hibernate.org instead of docs.jboss.org/hibernate in various docs
  • 794eea1 HHH-19843 Get persister from session factory if session is not available
  • d563d19 HHH-19953 Relax scope of methods in EntityInitializerImpl
  • Additional commits viewable in compare view

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

Release notes

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

Release 7.1.11

Hibernate ORM 7.1.11.Final released

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

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

Changelog

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

Changes in 7.1.11.Final (December 01, 2025)

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

** Bug * HHH-19843 Bean Validation may fail on operations with stateless session * HHH-18871 Nested NativeQuery mappings causing 'Could not locate TableGroup' exception after migration * HHH-14082 Hibernate cannot determine it's core version in modular configuration

** Improvement * HHH-19953 Relax scopes of methods in EntityInitializerImpl (for Hibernate Reactive)

Commits
  • 1d9ac25 [Jenkins release job] Preparing release 7.1.11.Final
  • cef64dc [Jenkins release job] changelog.txt updated by release build 7.1.11.Final
  • 3abfc54 Update version-injection plugin to 2.2.0
  • 687ce39 HHH-14082 Apply version injection plugin
  • 8dc6b85 HHH-18871 allow collections to be mapped correctly while determining navigati...
  • a6e9cb7 Change how release_notes are discovered
  • a2ffc53 Do not require hibernate.filemgmt.jboss.org in the builds
  • 2f521ef Point to docs.hibernate.org instead of docs.jboss.org/hibernate in various docs
  • 794eea1 HHH-19843 Get persister from session factory if session is not available
  • d563d19 HHH-19953 Relax scope of methods in EntityInitializerImpl
  • Additional commits viewable in compare view

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

Release notes

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

Release 7.1.11

Hibernate ORM 7.1.11.Final released

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

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

Changelog

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

Changes in 7.1.11.Final (December 01, 2025)

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

** Bug * HHH-19843 Bean Validation may fail on operations with stateless session * HHH-18871 Nested NativeQuery mappings causing 'Could not locate TableGroup' exception after migration * HHH-14082 Hibernate cannot determine it's core version in modular configuration

** Improvement * HHH-19953 Relax scopes of methods in EntityInitializerImpl (for Hibernate Reactive)

Commits
  • 1d9ac25 [Jenkins release job] Preparing release 7.1.11.Final
  • cef64dc [Jenkins release job] changelog.txt updated by release build 7.1.11.Final
  • 3abfc54 Update version-injection plugin to 2.2.0
  • 687ce39 HHH-14082 Apply version injection plugin
  • 8dc6b85 HHH-18871 allow collections to be mapped correctly while determining navigati...
  • a6e9cb7 Change how release_notes are discovered
  • a2ffc53 Do not require hibernate.filemgmt.jboss.org in the builds
  • 2f521ef Point to docs.hibernate.org instead of docs.jboss.org/hibernate in various docs
  • 794eea1 HHH-19843 Get persister from session factory if session is not available
  • d563d19 HHH-19953 Relax scope of methods in EntityInitializerImpl
  • Additional commits viewable in compare view

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

Release notes

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

Release 7.1.11

Hibernate ORM 7.1.11.Final released

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

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

Changelog

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

Changes in 7.1.11.Final (December 01, 2025)

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

** Bug * HHH-19843 Bean Validation may fail on operations with stateless session * HHH-18871 Nested NativeQuery mappings causing 'Could not locate TableGroup' exception after migration * HHH-14082 Hibernate cannot determine it's core version in modular configuration

** Improvement * HHH-19953 Relax scopes of methods in EntityInitializerImpl (for Hibernate Reactive)

Commits
  • 1d9ac25 [Jenkins release job] Preparing release 7.1.11.Final
  • cef64dc [Jenkins release job] changelog.txt updated by release build 7.1.11.Final
  • 3abfc54 Update version-injection plugin to 2.2.0
  • 687ce39 HHH-14082 Apply version injection plugin
  • 8dc6b85 HHH-18871 allow collections to be mapped correctly while determining navigati...
  • a6e9cb7 Change how release_notes are discovered
  • a2ffc53 Do not require hibernate.filemgmt.jboss.org in the builds
  • 2f521ef Point to docs.hibernate.org instead of docs.jboss.org/hibernate in various docs
  • 794eea1 HHH-19843 Get persister from session factory if session is not available
  • d563d19 HHH-19953 Relax scope of methods in EntityInitializerImpl
  • Additional commits viewable in compare view

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

Release notes

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

Release 7.1.11

Hibernate ORM 7.1.11.Final released

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

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

Changelog

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

Changes in 7.1.11.Final (December 01, 2025)

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

** Bug * HHH-19843 Bean Validation may fail on operations with stateless session * HHH-18871 Nested NativeQuery mappings causing 'Could not locate TableGroup' exception after migration * HHH-14082 Hibernate cannot determine it's core version in modular configuration

** Improvement * HHH-19953 Relax scopes of methods in EntityInitializerImpl (for Hibernate Reactive)

Commits
  • 1d9ac25 [Jenkins release job] Preparing release 7.1.11.Final
  • cef64dc [Jenkins release job] changelog.txt updated by release build 7.1.11.Final
  • 3abfc54 Update version-injection plugin to 2.2.0
  • 687ce39 HHH-14082 Apply version injection plugin
  • 8dc6b85 HHH-18871 allow collections to be mapped correctly while determining navigati...
  • a6e9cb7 Change how release_notes are discovered
  • a2ffc53 Do not require hibernate.filemgmt.jboss.org in the builds
  • 2f521ef Point to docs.hibernate.org instead of docs.jboss.org/hibernate in various docs
  • 794eea1 HHH-19843 Get persister from session factory if session is not available
  • d563d19 HHH-19953 Relax scope of methods in EntityInitializerImpl
  • Additional commits viewable in compare view

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

Release notes

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

Release 7.1.11

Hibernate ORM 7.1.11.Final released

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

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

Changelog

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

Changes in 7.1.11.Final (December 01, 2025)

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

** Bug * HHH-19843 Bean Validation may fail on operations with stateless session * HHH-18871 Nested NativeQuery mappings causing 'Could not locate TableGroup' exception after migration * HHH-14082 Hibernate cannot determine it's core version in modular configuration

** Improvement * HHH-19953 Relax scopes of methods in EntityInitializerImpl (for Hibernate Reactive)

Commits
  • 1d9ac25 [Jenkins release job] Preparing release 7.1.11.Final
  • cef64dc [Jenkins release job] changelog.txt updated by release build 7.1.11.Final
  • 3abfc54 Update version-injection plugin to 2.2.0
  • 687ce39 HHH-14082 Apply version injection plugin
  • 8dc6b85 HHH-18871 allow collections to be mapped correctly while determining navigati...
  • a6e9cb7 Change how release_notes are discovered
  • a2ffc53 Do not require hibernate.filemgmt.jboss.org in the builds
  • 2f521ef Point to docs.hibernate.org instead of docs.jboss.org/hibernate in various docs
  • 794eea1 HHH-19843 Get persister from session factory if session is not available
  • d563d19 HHH-19953 Relax scope of methods in EntityInitializerImpl
  • Additional commits viewable in compare view

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

Release notes

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

Release 7.1.11

Hibernate ORM 7.1.11.Final released

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

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

Changelog

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

Changes in 7.1.11.Final (December 01, 2025)

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

** Bug * HHH-19843 Bean Validation may fail on operations with stateless session * HHH-18871 Nested NativeQuery mappings causing 'Could not locate TableGroup' exception after migration * HHH-14082 Hibernate cannot determine it's core version in modular configuration

** Improvement * HHH-19953 Relax scopes of methods in EntityInitializerImpl (for Hibernate Reactive)

Commits
  • 1d9ac25 [Jenkins release job] Preparing release 7.1.11.Final
  • cef64dc [Jenkins release job] changelog.txt updated by release build 7.1.11.Final
  • 3abfc54 Update version-injection plugin to 2.2.0
  • 687ce39 HHH-14082 Apply version injection plugin
  • 8dc6b85 HHH-18871 allow collections to be mapped correctly while determining navigati...
  • a6e9cb7 Change how release_notes are discovered
  • a2ffc53 Do not require hibernate.filemgmt.jboss.org in the builds
  • 2f521ef Point to docs.hibernate.org instead of docs.jboss.org/hibernate in various docs
  • 794eea1 HHH-19843 Get persister from session factory if session is not available
  • d563d19 HHH-19953 Relax scope of methods in EntityInitializerImpl
  • Additional commits viewable in compare view

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

Release notes

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

Release 7.1.11

Hibernate ORM 7.1.11.Final released

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

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

Changelog

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

Changes in 7.1.11.Final (December 01, 2025)

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

** Bug * HHH-19843 Bean Validation may fail on operations with stateless session * HHH-18871 Nested NativeQuery mappings causing 'Could not locate TableGroup' exception after migration * HHH-14082 Hibernate cannot determine it's core version in modular configuration

** Improvement * HHH-19953 Relax scopes of methods in EntityInitializerImpl (for Hibernate Reactive)

Commits
  • 1d9ac25 [Jenkins release job] Preparing release 7.1.11.Final
  • cef64dc [Jenkins release job] changelog.txt updated by release build 7.1.11.Final
  • 3abfc54 Update version-injection plugin to 2.2.0
  • 687ce39 HHH-14082 Apply version injection plugin
  • 8dc6b85 HHH-18871 allow collections to be mapped correctly while determining navigati...
  • a6e9cb7 Change how release_notes are discovered
  • a2ffc53 Do not require hibernate.filemgmt.jboss.org in the builds
  • 2f521ef Point to docs.hibernate.org instead of docs.jboss.org/hibernate in various docs
  • 794eea1 HHH-19843 Get persister from session factory if session is not available
  • d563d19 HHH-19953 Relax scope of methods in EntityInitializerImpl
  • Additional commits viewable in compare view

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

Release notes

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

Release 7.1.11

Hibernate ORM 7.1.11.Final released

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

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

Changelog

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

Changes in 7.1.11.Final (December 01, 2025)

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

** Bug * HHH-19843 Bean Validation may fail on operations with stateless session * HHH-18871 Nested NativeQuery mappings causing 'Could not locate TableGroup' exception after migration * HHH-14082 Hibernate cannot determine it's core version in modular configuration

** Improvement * HHH-19953 Relax scopes of methods in EntityInitializerImpl (for Hibernate Reactive)

Commits
  • 1d9ac25 [Jenkins release job] Preparing release 7.1.11.Final
  • cef64dc [Jenkins release job] changelog.txt updated by release build 7.1.11.Final
  • 3abfc54 Update version-injection plugin to 2.2.0
  • 687ce39 HHH-14082 Apply version injection plugin
  • 8dc6b85 HHH-18871 allow collections to be mapped correctly while determining navigati...
  • a6e9cb7 Change how release_notes are discovered
  • a2ffc53 Do not require hibernate.filemgmt.jboss.org in the builds
  • 2f521ef Point to docs.hibernate.org instead of docs.jboss.org/hibernate in various docs
  • 794eea1 HHH-19843 Get persister from session factory if session is not available
  • d563d19 HHH-19953 Relax scope of methods in EntityInitializerImpl
  • Additional commits viewable in compare view

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

Release notes

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

Release 7.1.11

Hibernate ORM 7.1.11.Final released

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

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

What's new

  • See the

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

This comment has been minimized.

Copy link
Member

@mbellade mbellade left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OpenAPI test failures look unrelated, no Quarkus issues fixed by this update

@nh2297
Copy link

nh2297 commented Dec 3, 2025

@mbellade this issue seems to be related to the Hibernate 7.1.11 update: #50298

@mbellade
Copy link
Member

mbellade commented Dec 3, 2025

Indeed, thanks @nh2297

Bumps the hibernate group with 9 updates:

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


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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `org.hibernate.reactive:hibernate-reactive-core` from 3.1.9.Final to 3.1.10.Final
- [Release notes](https://github.com/hibernate/hibernate-reactive/releases)
- [Commits](hibernate/hibernate-reactive@3.1.9...3.1.10)

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

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-version: 7.1.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.10.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.11.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/main/hibernate-ba409266c7 branch from 67058ea to e6f8e29 Compare December 3, 2025 22:26
@quarkus-bot
Copy link

quarkus-bot bot commented Dec 4, 2025

Status for workflow Quarkus CI

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

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.


Flaky tests - Develocity

⚙️ JVM Tests - JDK 21 Semeru

📦 extensions/smallrye-fault-tolerance/deployment

io.quarkus.smallrye.faulttolerance.test.config.RateLimitConfigTest.window - History

  • Expecting code to raise a throwable. - java.lang.AssertionError
java.lang.AssertionError: 

Expecting code to raise a throwable.
	at io.quarkus.smallrye.faulttolerance.test.config.RateLimitConfigTest.window(RateLimitConfigTest.java:50)
	at java.base/java.lang.reflect.Method.invoke(Method.java:586)
	at io.quarkus.test.QuarkusUnitTest.runExtensionMethod(QuarkusUnitTest.java:532)
	at io.quarkus.test.QuarkusUnitTest.interceptTestMethod(QuarkusUnitTest.java:446)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)

⚙️ 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.

3 participants