Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2025

Bumps the hibernate group with 9 updates:

Package From To
org.hibernate.orm:hibernate-core 7.1.1.Final 7.1.2.Final
org.hibernate.orm:hibernate-graalvm 7.1.1.Final 7.1.2.Final
org.hibernate.orm:hibernate-envers 7.1.1.Final 7.1.2.Final
org.hibernate.orm:hibernate-processor 7.1.1.Final 7.1.2.Final
org.hibernate.orm:hibernate-jpamodelgen 7.1.1.Final 7.1.2.Final
org.hibernate.orm:hibernate-community-dialects 7.1.1.Final 7.1.2.Final
org.hibernate.orm:hibernate-vector 7.1.1.Final 7.1.2.Final
org.hibernate.reactive:hibernate-reactive-core 3.1.3.Final 3.1.4.Final
org.hibernate.tool:hibernate-tools-language 7.1.1.Final 7.1.2.Final

Updates org.hibernate.orm:hibernate-core from 7.1.1.Final to 7.1.2.Final

Release notes

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

Hibernate ORM 7.1.2.Final released

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

You can find the full list of 7.1.2.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.2.Final (September 29, 2025)

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

** Bug * [HHH-19792] - Wrong query generated when an EmbeddedId is used in a WHERE clause using the IN operator and NativeParameterMarkerStrategy * [HHH-19784] - Bytecode enhancement generates wrong field access method for classes in different JARs but with same package name deployed in the same EAR * [HHH-19768] - Wrong supportsRowValueConstructorSyntaxInInSubQuery leads to bad performing queries * [HHH-19713] - Hibernate creates invalid SQLServer query when using pagination with Jakarta Data * [HHH-19681] - AssertionError on extract results from array containing jsonb values * [HHH-19276] - Native query with enum list param leads to OutOfMemory

Commits
  • 848043e Pre-steps for release : 7.1.2.Final
  • 893cdfd HHH-19681 - Add test for issue
  • 98cfad5 HHH-19681 - Fix for issue
  • 67637da Ensure plural types are resolved with the correct array SQL type
  • e343d19 HHH-19713 Store JD repository query in local variable for reuse
  • ae2db6b Add Quarkus testing to the 7.1 branch
  • a26e667 HHH-19768 Prefer values list rendering to emulate in-list tuples over select ...
  • 0e3ef8a HHH-19768 Make DB2Dialect return true for supportsRowValueConstructorSyntaxIn...
  • 25b1468 HHH-19792 Wrong query generated when an EmbeddedId is used in a WHERE clause ...
  • 2c0aee0 HHH-19792 Add test for issue
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-graalvm from 7.1.1.Final to 7.1.2.Final

Release notes

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

Hibernate ORM 7.1.2.Final released

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

You can find the full list of 7.1.2.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.2.Final (September 29, 2025)

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

** Bug * [HHH-19792] - Wrong query generated when an EmbeddedId is used in a WHERE clause using the IN operator and NativeParameterMarkerStrategy * [HHH-19784] - Bytecode enhancement generates wrong field access method for classes in different JARs but with same package name deployed in the same EAR * [HHH-19768] - Wrong supportsRowValueConstructorSyntaxInInSubQuery leads to bad performing queries * [HHH-19713] - Hibernate creates invalid SQLServer query when using pagination with Jakarta Data * [HHH-19681] - AssertionError on extract results from array containing jsonb values * [HHH-19276] - Native query with enum list param leads to OutOfMemory

Commits
  • 848043e Pre-steps for release : 7.1.2.Final
  • 893cdfd HHH-19681 - Add test for issue
  • 98cfad5 HHH-19681 - Fix for issue
  • 67637da Ensure plural types are resolved with the correct array SQL type
  • e343d19 HHH-19713 Store JD repository query in local variable for reuse
  • ae2db6b Add Quarkus testing to the 7.1 branch
  • a26e667 HHH-19768 Prefer values list rendering to emulate in-list tuples over select ...
  • 0e3ef8a HHH-19768 Make DB2Dialect return true for supportsRowValueConstructorSyntaxIn...
  • 25b1468 HHH-19792 Wrong query generated when an EmbeddedId is used in a WHERE clause ...
  • 2c0aee0 HHH-19792 Add test for issue
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-envers from 7.1.1.Final to 7.1.2.Final

Release notes

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

Hibernate ORM 7.1.2.Final released

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

You can find the full list of 7.1.2.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.2.Final (September 29, 2025)

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

** Bug * [HHH-19792] - Wrong query generated when an EmbeddedId is used in a WHERE clause using the IN operator and NativeParameterMarkerStrategy * [HHH-19784] - Bytecode enhancement generates wrong field access method for classes in different JARs but with same package name deployed in the same EAR * [HHH-19768] - Wrong supportsRowValueConstructorSyntaxInInSubQuery leads to bad performing queries * [HHH-19713] - Hibernate creates invalid SQLServer query when using pagination with Jakarta Data * [HHH-19681] - AssertionError on extract results from array containing jsonb values * [HHH-19276] - Native query with enum list param leads to OutOfMemory

Commits
  • 848043e Pre-steps for release : 7.1.2.Final
  • 893cdfd HHH-19681 - Add test for issue
  • 98cfad5 HHH-19681 - Fix for issue
  • 67637da Ensure plural types are resolved with the correct array SQL type
  • e343d19 HHH-19713 Store JD repository query in local variable for reuse
  • ae2db6b Add Quarkus testing to the 7.1 branch
  • a26e667 HHH-19768 Prefer values list rendering to emulate in-list tuples over select ...
  • 0e3ef8a HHH-19768 Make DB2Dialect return true for supportsRowValueConstructorSyntaxIn...
  • 25b1468 HHH-19792 Wrong query generated when an EmbeddedId is used in a WHERE clause ...
  • 2c0aee0 HHH-19792 Add test for issue
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-processor from 7.1.1.Final to 7.1.2.Final

Release notes

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

Hibernate ORM 7.1.2.Final released

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

You can find the full list of 7.1.2.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.2.Final (September 29, 2025)

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

** Bug * [HHH-19792] - Wrong query generated when an EmbeddedId is used in a WHERE clause using the IN operator and NativeParameterMarkerStrategy * [HHH-19784] - Bytecode enhancement generates wrong field access method for classes in different JARs but with same package name deployed in the same EAR * [HHH-19768] - Wrong supportsRowValueConstructorSyntaxInInSubQuery leads to bad performing queries * [HHH-19713] - Hibernate creates invalid SQLServer query when using pagination with Jakarta Data * [HHH-19681] - AssertionError on extract results from array containing jsonb values * [HHH-19276] - Native query with enum list param leads to OutOfMemory

Commits
  • 848043e Pre-steps for release : 7.1.2.Final
  • 893cdfd HHH-19681 - Add test for issue
  • 98cfad5 HHH-19681 - Fix for issue
  • 67637da Ensure plural types are resolved with the correct array SQL type
  • e343d19 HHH-19713 Store JD repository query in local variable for reuse
  • ae2db6b Add Quarkus testing to the 7.1 branch
  • a26e667 HHH-19768 Prefer values list rendering to emulate in-list tuples over select ...
  • 0e3ef8a HHH-19768 Make DB2Dialect return true for supportsRowValueConstructorSyntaxIn...
  • 25b1468 HHH-19792 Wrong query generated when an EmbeddedId is used in a WHERE clause ...
  • 2c0aee0 HHH-19792 Add test for issue
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-jpamodelgen from 7.1.1.Final to 7.1.2.Final

Release notes

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

Hibernate ORM 7.1.2.Final released

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

You can find the full list of 7.1.2.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.2.Final (September 29, 2025)

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

** Bug * [HHH-19792] - Wrong query generated when an EmbeddedId is used in a WHERE clause using the IN operator and NativeParameterMarkerStrategy * [HHH-19784] - Bytecode enhancement generates wrong field access method for classes in different JARs but with same package name deployed in the same EAR * [HHH-19768] - Wrong supportsRowValueConstructorSyntaxInInSubQuery leads to bad performing queries * [HHH-19713] - Hibernate creates invalid SQLServer query when using pagination with Jakarta Data * [HHH-19681] - AssertionError on extract results from array containing jsonb values * [HHH-19276] - Native query with enum list param leads to OutOfMemory

Commits
  • 848043e Pre-steps for release : 7.1.2.Final
  • 893cdfd HHH-19681 - Add test for issue
  • 98cfad5 HHH-19681 - Fix for issue
  • 67637da Ensure plural types are resolved with the correct array SQL type
  • e343d19 HHH-19713 Store JD repository query in local variable for reuse
  • ae2db6b Add Quarkus testing to the 7.1 branch
  • a26e667 HHH-19768 Prefer values list rendering to emulate in-list tuples over select ...
  • 0e3ef8a HHH-19768 Make DB2Dialect return true for supportsRowValueConstructorSyntaxIn...
  • 25b1468 HHH-19792 Wrong query generated when an EmbeddedId is used in a WHERE clause ...
  • 2c0aee0 HHH-19792 Add test for issue
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-community-dialects from 7.1.1.Final to 7.1.2.Final

Release notes

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

Hibernate ORM 7.1.2.Final released

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

You can find the full list of 7.1.2.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.2.Final (September 29, 2025)

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

** Bug * [HHH-19792] - Wrong query generated when an EmbeddedId is used in a WHERE clause using the IN operator and NativeParameterMarkerStrategy * [HHH-19784] - Bytecode enhancement generates wrong field access method for classes in different JARs but with same package name deployed in the same EAR * [HHH-19768] - Wrong supportsRowValueConstructorSyntaxInInSubQuery leads to bad performing queries * [HHH-19713] - Hibernate creates invalid SQLServer query when using pagination with Jakarta Data * [HHH-19681] - AssertionError on extract results from array containing jsonb values * [HHH-19276] - Native query with enum list param leads to OutOfMemory

Commits
  • 848043e Pre-steps for release : 7.1.2.Final
  • 893cdfd HHH-19681 - Add test for issue
  • 98cfad5 HHH-19681 - Fix for issue
  • 67637da Ensure plural types are resolved with the correct array SQL type
  • e343d19 HHH-19713 Store JD repository query in local variable for reuse
  • ae2db6b Add Quarkus testing to the 7.1 branch
  • a26e667 HHH-19768 Prefer values list rendering to emulate in-list tuples over select ...
  • 0e3ef8a HHH-19768 Make DB2Dialect return true for supportsRowValueConstructorSyntaxIn...
  • 25b1468 HHH-19792 Wrong query generated when an EmbeddedId is used in a WHERE clause ...
  • 2c0aee0 HHH-19792 Add test for issue
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-vector from 7.1.1.Final to 7.1.2.Final

Release notes

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

Hibernate ORM 7.1.2.Final released

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

You can find the full list of 7.1.2.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.2.Final (September 29, 2025)

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

** Bug * [HHH-19792] - Wrong query generated when an EmbeddedId is used in a WHERE clause using the IN operator and NativeParameterMarkerStrategy * [HHH-19784] - Bytecode enhancement generates wrong field access method for classes in different JARs but with same package name deployed in the same EAR * [HHH-19768] - Wrong supportsRowValueConstructorSyntaxInInSubQuery leads to bad performing queries * [HHH-19713] - Hibernate creates invalid SQLServer query when using pagination with Jakarta Data * [HHH-19681] - AssertionError on extract results from array containing jsonb values * [HHH-19276] - Native query with enum list param leads to OutOfMemory

Commits
  • 848043e Pre-steps for release : 7.1.2.Final
  • 893cdfd HHH-19681 - Add test for issue
  • 98cfad5 HHH-19681 - Fix for issue
  • 67637da Ensure plural types are resolved with the correct array SQL type
  • e343d19 HHH-19713 Store JD repository query in local variable for reuse
  • ae2db6b Add Quarkus testing to the 7.1 branch
  • a26e667 HHH-19768 Prefer values list rendering to emulate in-list tuples over select ...
  • 0e3ef8a HHH-19768 Make DB2Dialect return true for supportsRowValueConstructorSyntaxIn...
  • 25b1468 HHH-19792 Wrong query generated when an EmbeddedId is used in a WHERE clause ...
  • 2c0aee0 HHH-19792 Add test for issue
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-graalvm from 7.1.1.Final to 7.1.2.Final

Release notes

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

Hibernate ORM 7.1.2.Final released

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

You can find the full list of 7.1.2.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.2.Final (September 29, 2025)

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

** Bug * [HHH-19792] - Wrong query generated when an EmbeddedId is used in a WHERE clause using the IN operator and NativeParameterMarkerStrategy * [HHH-19784] - Bytecode enhancement generates wrong field access method for classes in different JARs but with same package name deployed in the same EAR * [HHH-19768] - Wrong supportsRowValueConstructorSyntaxInInSubQuery leads to bad performing queries * [HHH-19713] - Hibernate creates invalid SQLServer query when using pagination with Jakarta Data * [HHH-19681] - AssertionError on extract results from array containing jsonb values * [HHH-19276] - Native query with enum list param leads to OutOfMemory

Commits
  • 848043e Pre-steps for release : 7.1.2.Final
  • 893cdfd HHH-19681 - Add test for issue
  • 98cfad5 HHH-19681 - Fix for issue
  • 67637da Ensure plural types are resolved with the correct array SQL type
  • e343d19 HHH-19713 Store JD repository query in local variable for reuse
  • ae2db6b Add Quarkus testing to the 7.1 branch
  • a26e667 HHH-19768 Prefer values list rendering to emulate in-list tuples over select ...
  • 0e3ef8a HHH-19768 Make DB2Dialect return true for supportsRowValueConstructorSyntaxIn...
  • 25b1468 HHH-19792 Wrong query generated when an EmbeddedId is used in a WHERE clause ...
  • 2c0aee0 HHH-19792 Add test for issue
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-envers from 7.1.1.Final to 7.1.2.Final

Release notes

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

Hibernate ORM 7.1.2.Final released

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

You can find the full list of 7.1.2.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.2.Final (September 29, 2025)

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

** Bug * [HHH-19792] - Wrong query generated when an EmbeddedId is used in a WHERE clause using the IN operator and NativeParameterMarkerStrategy * [HHH-19784] - Bytecode enhancement generates wrong field access method for classes in different JARs but with same package name deployed in the same EAR * [HHH-19768] - Wrong supportsRowValueConstructorSyntaxInInSubQuery leads to bad performing queries * [HHH-19713] - Hibernate creates invalid SQLServer query when using pagination with Jakarta Data * [HHH-19681] - AssertionError on extract results from array containing jsonb values * [HHH-19276] - Native query with enum list param leads to OutOfMemory

Commits
  • 848043e Pre-steps for release : 7.1.2.Final
  • 893cdfd HHH-19681 - Add test for issue
  • 98cfad5 HHH-19681 - Fix for issue
  • 67637da Ensure plural types are resolved with the correct array SQL type
  • e343d19 HHH-19713 Store JD repository query in local variable for reuse
  • ae2db6b Add Quarkus testing to the 7.1 branch
  • a26e667 HHH-19768 Prefer values list rendering to emulate in-list tuples over select ...
  • 0e3ef8a HHH-19768 Make DB2Dialect return true for supportsRowValueConstructorSyntaxIn...
  • 25b1468 HHH-19792 Wrong query generated when an EmbeddedId is used in a WHERE clause ...
  • 2c0aee0 HHH-19792 Add test for issue
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-processor from 7.1.1.Final to 7.1.2.Final

Release notes

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

Hibernate ORM 7.1.2.Final released

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

You can find the full list of 7.1.2.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.2.Final (September 29, 2025)

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

** Bug * [HHH-19792] - Wrong query generated when an EmbeddedId is used in a WHERE clause using the IN operator and NativeParameterMarkerStrategy * [HHH-19784] - Bytecode enhancement generates wrong field access method for classes in different JARs but with same package name deployed in the same EAR * [HHH-19768] - Wrong supportsRowValueConstructorSyntaxInInSubQuery leads to bad performing queries * [HHH-19713] - Hibernate creates invalid SQLServer query when using pagination with Jakarta Data * [HHH-19681] - AssertionError on extract results from array containing jsonb values * [HHH-19276] - Native query with enum list param leads to OutOfMemory

Commits
  • 848043e Pre-steps for release : 7.1.2.Final
  • 893cdfd HHH-19681 - Add test for issue
  • 98cfad5 HHH-19681 - Fix for issue
  • 67637da Ensure plural types are resolved with the correct array SQL type
  • e343d19 HHH-19713 Store JD repository query in local variable for reuse
  • ae2db6b Add Quarkus testing to the 7.1 branch
  • a26e667 HHH-19768 Prefer values list rendering to emulate in-list tuples over select ...
  • 0e3ef8a HHH-19768 Make DB2Dialect return true for supportsRowValueConstructorSyntaxIn...
  • 25b1468 HHH-19792 Wrong query generated when an EmbeddedId is used in a WHERE clause ...
  • 2c0aee0 HHH-19792 Add test for issue
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-jpamodelgen from 7.1.1.Final to 7.1.2.Final

Release notes

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

Hibernate ORM 7.1.2.Final released

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

You can find the full list of 7.1.2.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.2.Final (September 29, 2025)

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

** Bug * [HHH-19792] - Wrong query generated when an EmbeddedId is used in a WHERE clause using the IN operator and NativeParameterMarkerStrategy * [HHH-19784] - Bytecode enhancement generates wrong field access method for classes in different JARs but with same package name deployed in the same EAR * [HHH-19768] - Wrong supportsRowValueConstructorSyntaxInInSubQuery leads to bad performing queries * [HHH-19713] - Hibernate creates invalid SQLServer query when using pagination with Jakarta Data * [HHH-19681] - AssertionError on extract results from array containing jsonb values * [HHH-19276] - Native query with enum list param leads to OutOfMemory

Commits
  • 848043e Pre-steps for release : 7.1.2.Final
  • 893cdfd HHH-19681 - Add test for issue
  • 98cfad5 HHH-19681 - Fix for issue
  • 67637da Ensure plural types are resolved with the correct array SQL type
  • e343d19 HHH-19713 Store JD repository query in local variable for reuse
  • ae2db6b Add Quarkus testing to the 7.1 branch
  • a26e667 HHH-19768 Prefer values list rendering to emulate in-list tuples over select ...
  • 0e3ef8a HHH-19768 Make DB2Dialect return true for supportsRowValueConstructorSyntaxIn...
  • 25b1468 HHH-19792 Wrong query generated when an EmbeddedId is used in a WHERE clause ...
  • 2c0aee0 HHH-19792 Add test for issue
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-community-dialects from 7.1.1.Final to 7.1.2.Final

Release notes

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

Hibernate ORM 7.1.2.Final released

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

You can find the full list of 7.1.2.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.2.Final (September 29, 2025)

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

** Bug * [HHH-19792] - Wrong query generated when an EmbeddedId is used in a WHERE clause using the IN operator and NativeParameterMarkerStrategy * [HHH-19784] - Bytecode enhancement generates wrong field access method for classes in dif...

Description has been truncated

Bumps the hibernate group with 9 updates:

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `org.hibernate.tool:hibernate-tools-language` from 7.1.1.Final to 7.1.2.Final
- [Commits](hibernate/hibernate-tools@7.1.1.Final...7.1.2.Final)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Sep 30, 2025

This comment has been minimized.

Copy link

quarkus-bot bot commented Sep 30, 2025

Status for workflow Quarkus CI

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

✅ 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.

@gsmet gsmet merged commit de98066 into main Sep 30, 2025
110 of 111 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.29 - main milestone Sep 30, 2025
@dependabot dependabot bot deleted the dependabot/maven/main/hibernate-75e604dadf branch September 30, 2025 09:24
@gsmet gsmet modified the milestones: 3.29 - main, 3.28.2 Sep 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant