Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hibernate.version from 7.0.0.Beta1 to 7.0.0.Beta3 #876

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2025

Bumps hibernate.version from 7.0.0.Beta1 to 7.0.0.Beta3.
Updates org.hibernate.orm:hibernate-core from 7.0.0.Beta1 to 7.0.0.Beta3

Release notes

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

Hibernate ORM 7.0.0.Beta3 released

Today, we published a new release of Hibernate ORM 7.0: 7.0.0.Beta3.

You can find the full list of 7.0.0.Beta3 changes here.

What's new

Jakarta Persistence 3.2

7.0 migrates to Jakarta Persistence 3.2 which can be fairly disruptive. See the Migration Guide for details.

See this blog post for a summary of the changes in 3.2

Java 17

Version 3.2 of Jakarta Persistence requires Java 17.
Hibernate 7.0 therefore baselines on Java 17 whereas previous versions baseline on Java 11.

Domain Model Validations

7.0 does much more validation of an application's domain model and especially its mapping details, e.g.

  • illegal combinations such as @Basic and @ManyToOne on the same attribute
  • misplaced annotations such as an annotated getter method with FIELD access
  • stricter following of JavaBean conventions

See the Migration Guide for details.

mapping.xsd

Hibernate 7.0 provides a new XSD that represents an "extension" of the Jakarta Persistence orm.xsd weaving in Hibernate-specific mapping features.
The namespace for this extended mapping is http://www.hibernate.org/xsd/orm/mapping

For applications using Hibernate's legacy hbm.xml format, we provide a tool to help with the transformation. See the Migration Guide for details.

Hibernate Models

7.0 migrates from Hibernate Commons Annotations (HCANN) to the new Hibernate Models project for low-level processing of an application domain model, reading annotations and weaving in XML mapping documents. See the Migration Guide for details.

... (truncated)

Changelog

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

Changes in 7.0.0.Beta3 (December 05, 2024)

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

** Bug * [HHH-18912] - Fix ORM release process * [HHH-18881] - In MySQL, array of dates are not converted correctly * [HHH-18872] - ConcreteProxy type not restored from 2LC when loading a ManyToOne * [HHH-18862] - Group by error due to subselect using foreign key reference instead of primary key in HQL query * [HHH-18859] - slice operator and @​ElementCollection * [HHH-18851] - ArrayContainsArgumentTypeResolver wrongly infers array type for needle argument * [HHH-18850] - createCountQuery with Hibernate 6.6.2 * [HHH-18848] - JAR for org.hibernate.orm:hibernate-scan-jandex:7.0.0.Beta2 at Maven Central * [HHH-18842] - Regression: CollectionType.replace() breaks if target is PersistentCollection, but not instance of Collection (e.g. PersistentMap) * [HHH-18832] - Bytecode enhancement skipped for entities with "compute-only" @​Transient properties * [HHH-18830] - extraneous SQL UPDATE statements for unowned collection with @​OrderColumn * [HHH-18826] - mappedBy validation in Processor * [HHH-18765] - Error in the booleanarray_to_string auxiliary function * [HHH-18709] - CriteriaUpdate involving JSON field containing Map results in SemanticException * [HHH-18705] - Hibernate processor creates bad TypedReferenceQuery when @​Entity have name attribute * [HHH-18692] - Hibernate attempts to close batched statements multiple times * [HHH-18629] - Inconsistent column alias generated while result class is used for placeholder * [HHH-18610] - "SQLGrammarException: Unable to find column position by name:" when using Single Table Inheritance with a strict JDBC driver such as PostgreSQL * [HHH-18583] - Joined + discriminator inheritance treat in where clause not restricting to subtype * [HHH-18274] - Problems with generics in queries; proposed partial solution * [HHH-18069] - NullPointerException when unioning partition results * [HHH-17838] - @​OneToOne relationship + @​Embeddable keys + FetchType.LAZY fail in most recent version * [HHH-16054] - JPA / Hibernate, duplicate pkey error when updating entity that is a subclass of a base class that uses IdClass for composite primary key * [HHH-14119] - IN clause parameter padding not working for criteria query in conjunction with LiteralHandlingMode.BIND

** Improvement * [HHH-18875] - Stop using Array.newInstance in org.hibernate.internal.util.collections.StandardStack * [HHH-18861] - Improve GitHub release announcement body for automated releases * [HHH-18847] - Organize the org.hibernate.query.results package * [HHH-18844] - Run preVerifyRelease task as part of h2 CI job * [HHH-18841] - Make _identifierMapper property added for a IdClass synthetic * [HHH-18840] - detect and report incorrect usage of @​OrderColumn, @​MapKeyColumn, and @​MapKey * [HHH-18683] - The method Metamodel#entity(String) should throw IllegalArgumentException for non-entities * [HHH-18534] - Remove the org.hibernate.boot.models.categorize package * [HHH-17246] - Guard against Sybase being configured for truncating trailing zeros. * [HHH-16160] - XML aggregate support for more databases * [HHH-14020] - Allow Hibernate Types to have access to ServiceRegistry during initialization * [HHH-7913] - Catalog and schema replacement in / @​Subselect

** New Feature * [HHH-18644] - New and improved hibernate-maven-plugin

** Remove Feature * [HHH-18843] - remove deprecated @​OrderBy annotation

... (truncated)

Commits
  • f925a80 HHH-18912 - Fix ORM release process
  • e4e1b59 HHH-18863 allow index creation to be disabled in processor
  • 83110b4 HHH-18863 allow index creation to be disabled in processor
  • 3cf2bc8 HHH-18912 - Fix ORM release process
  • 6354326 HHH-18912 - Fix ORM release process
  • 60ff229 HHH-18912 - Fix ORM release process
  • 9eb6cdd Revert "fix release publishing"
  • 58a4a4d HHH-953 / HHH-15667 Test cases for these issues
  • fdae11f clean up some minor formatting / code style issues
  • 23109af HHH-1914 - test case for UnsupportedOperationException upon merge of unmodifi...
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-envers from 7.0.0.Beta1 to 7.0.0.Beta3

Release notes

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

Hibernate ORM 7.0.0.Beta3 released

Today, we published a new release of Hibernate ORM 7.0: 7.0.0.Beta3.

You can find the full list of 7.0.0.Beta3 changes here.

What's new

Jakarta Persistence 3.2

7.0 migrates to Jakarta Persistence 3.2 which can be fairly disruptive. See the Migration Guide for details.

See this blog post for a summary of the changes in 3.2

Java 17

Version 3.2 of Jakarta Persistence requires Java 17.
Hibernate 7.0 therefore baselines on Java 17 whereas previous versions baseline on Java 11.

Domain Model Validations

7.0 does much more validation of an application's domain model and especially its mapping details, e.g.

  • illegal combinations such as @Basic and @ManyToOne on the same attribute
  • misplaced annotations such as an annotated getter method with FIELD access
  • stricter following of JavaBean conventions

See the Migration Guide for details.

mapping.xsd

Hibernate 7.0 provides a new XSD that represents an "extension" of the Jakarta Persistence orm.xsd weaving in Hibernate-specific mapping features.
The namespace for this extended mapping is http://www.hibernate.org/xsd/orm/mapping

For applications using Hibernate's legacy hbm.xml format, we provide a tool to help with the transformation. See the Migration Guide for details.

Hibernate Models

7.0 migrates from Hibernate Commons Annotations (HCANN) to the new Hibernate Models project for low-level processing of an application domain model, reading annotations and weaving in XML mapping documents. See the Migration Guide for details.

... (truncated)

Changelog

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

Changes in 7.0.0.Beta3 (December 05, 2024)

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

** Bug * [HHH-18912] - Fix ORM release process * [HHH-18881] - In MySQL, array of dates are not converted correctly * [HHH-18872] - ConcreteProxy type not restored from 2LC when loading a ManyToOne * [HHH-18862] - Group by error due to subselect using foreign key reference instead of primary key in HQL query * [HHH-18859] - slice operator and @​ElementCollection * [HHH-18851] - ArrayContainsArgumentTypeResolver wrongly infers array type for needle argument * [HHH-18850] - createCountQuery with Hibernate 6.6.2 * [HHH-18848] - JAR for org.hibernate.orm:hibernate-scan-jandex:7.0.0.Beta2 at Maven Central * [HHH-18842] - Regression: CollectionType.replace() breaks if target is PersistentCollection, but not instance of Collection (e.g. PersistentMap) * [HHH-18832] - Bytecode enhancement skipped for entities with "compute-only" @​Transient properties * [HHH-18830] - extraneous SQL UPDATE statements for unowned collection with @​OrderColumn * [HHH-18826] - mappedBy validation in Processor * [HHH-18765] - Error in the booleanarray_to_string auxiliary function * [HHH-18709] - CriteriaUpdate involving JSON field containing Map results in SemanticException * [HHH-18705] - Hibernate processor creates bad TypedReferenceQuery when @​Entity have name attribute * [HHH-18692] - Hibernate attempts to close batched statements multiple times * [HHH-18629] - Inconsistent column alias generated while result class is used for placeholder * [HHH-18610] - "SQLGrammarException: Unable to find column position by name:" when using Single Table Inheritance with a strict JDBC driver such as PostgreSQL * [HHH-18583] - Joined + discriminator inheritance treat in where clause not restricting to subtype * [HHH-18274] - Problems with generics in queries; proposed partial solution * [HHH-18069] - NullPointerException when unioning partition results * [HHH-17838] - @​OneToOne relationship + @​Embeddable keys + FetchType.LAZY fail in most recent version * [HHH-16054] - JPA / Hibernate, duplicate pkey error when updating entity that is a subclass of a base class that uses IdClass for composite primary key * [HHH-14119] - IN clause parameter padding not working for criteria query in conjunction with LiteralHandlingMode.BIND

** Improvement * [HHH-18875] - Stop using Array.newInstance in org.hibernate.internal.util.collections.StandardStack * [HHH-18861] - Improve GitHub release announcement body for automated releases * [HHH-18847] - Organize the org.hibernate.query.results package * [HHH-18844] - Run preVerifyRelease task as part of h2 CI job * [HHH-18841] - Make _identifierMapper property added for a IdClass synthetic * [HHH-18840] - detect and report incorrect usage of @​OrderColumn, @​MapKeyColumn, and @​MapKey * [HHH-18683] - The method Metamodel#entity(String) should throw IllegalArgumentException for non-entities * [HHH-18534] - Remove the org.hibernate.boot.models.categorize package * [HHH-17246] - Guard against Sybase being configured for truncating trailing zeros. * [HHH-16160] - XML aggregate support for more databases * [HHH-14020] - Allow Hibernate Types to have access to ServiceRegistry during initialization * [HHH-7913] - Catalog and schema replacement in / @​Subselect

** New Feature * [HHH-18644] - New and improved hibernate-maven-plugin

** Remove Feature * [HHH-18843] - remove deprecated @​OrderBy annotation

... (truncated)

Commits
  • f925a80 HHH-18912 - Fix ORM release process
  • e4e1b59 HHH-18863 allow index creation to be disabled in processor
  • 83110b4 HHH-18863 allow index creation to be disabled in processor
  • 3cf2bc8 HHH-18912 - Fix ORM release process
  • 6354326 HHH-18912 - Fix ORM release process
  • 60ff229 HHH-18912 - Fix ORM release process
  • 9eb6cdd Revert "fix release publishing"
  • 58a4a4d HHH-953 / HHH-15667 Test cases for these issues
  • fdae11f clean up some minor formatting / code style issues
  • 23109af HHH-1914 - test case for UnsupportedOperationException upon merge of unmodifi...
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-community-dialects from 7.0.0.Beta1 to 7.0.0.Beta3

Release notes

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

Hibernate ORM 7.0.0.Beta3 released

Today, we published a new release of Hibernate ORM 7.0: 7.0.0.Beta3.

You can find the full list of 7.0.0.Beta3 changes here.

What's new

Jakarta Persistence 3.2

7.0 migrates to Jakarta Persistence 3.2 which can be fairly disruptive. See the Migration Guide for details.

See this blog post for a summary of the changes in 3.2

Java 17

Version 3.2 of Jakarta Persistence requires Java 17.
Hibernate 7.0 therefore baselines on Java 17 whereas previous versions baseline on Java 11.

Domain Model Validations

7.0 does much more validation of an application's domain model and especially its mapping details, e.g.

  • illegal combinations such as @Basic and @ManyToOne on the same attribute
  • misplaced annotations such as an annotated getter method with FIELD access
  • stricter following of JavaBean conventions

See the Migration Guide for details.

mapping.xsd

Hibernate 7.0 provides a new XSD that represents an "extension" of the Jakarta Persistence orm.xsd weaving in Hibernate-specific mapping features.
The namespace for this extended mapping is http://www.hibernate.org/xsd/orm/mapping

For applications using Hibernate's legacy hbm.xml format, we provide a tool to help with the transformation. See the Migration Guide for details.

Hibernate Models

7.0 migrates from Hibernate Commons Annotations (HCANN) to the new Hibernate Models project for low-level processing of an application domain model, reading annotations and weaving in XML mapping documents. See the Migration Guide for details.

... (truncated)

Changelog

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

Changes in 7.0.0.Beta3 (December 05, 2024)

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

** Bug * [HHH-18912] - Fix ORM release process * [HHH-18881] - In MySQL, array of dates are not converted correctly * [HHH-18872] - ConcreteProxy type not restored from 2LC when loading a ManyToOne * [HHH-18862] - Group by error due to subselect using foreign key reference instead of primary key in HQL query * [HHH-18859] - slice operator and @​ElementCollection * [HHH-18851] - ArrayContainsArgumentTypeResolver wrongly infers array type for needle argument * [HHH-18850] - createCountQuery with Hibernate 6.6.2 * [HHH-18848] - JAR for org.hibernate.orm:hibernate-scan-jandex:7.0.0.Beta2 at Maven Central * [HHH-18842] - Regression: CollectionType.replace() breaks if target is PersistentCollection, but not instance of Collection (e.g. PersistentMap) * [HHH-18832] - Bytecode enhancement skipped for entities with "compute-only" @​Transient properties * [HHH-18830] - extraneous SQL UPDATE statements for unowned collection with @​OrderColumn * [HHH-18826] - mappedBy validation in Processor * [HHH-18765] - Error in the booleanarray_to_string auxiliary function * [HHH-18709] - CriteriaUpdate involving JSON field containing Map results in SemanticException * [HHH-18705] - Hibernate processor creates bad TypedReferenceQuery when @​Entity have name attribute * [HHH-18692] - Hibernate attempts to close batched statements multiple times * [HHH-18629] - Inconsistent column alias generated while result class is used for placeholder * [HHH-18610] - "SQLGrammarException: Unable to find column position by name:" when using Single Table Inheritance with a strict JDBC driver such as PostgreSQL * [HHH-18583] - Joined + discriminator inheritance treat in where clause not restricting to subtype * [HHH-18274] - Problems with generics in queries; proposed partial solution * [HHH-18069] - NullPointerException when unioning partition results * [HHH-17838] - @​OneToOne relationship + @​Embeddable keys + FetchType.LAZY fail in most recent version * [HHH-16054] - JPA / Hibernate, duplicate pkey error when updating entity that is a subclass of a base class that uses IdClass for composite primary key * [HHH-14119] - IN clause parameter padding not working for criteria query in conjunction with LiteralHandlingMode.BIND

** Improvement * [HHH-18875] - Stop using Array.newInstance in org.hibernate.internal.util.collections.StandardStack * [HHH-18861] - Improve GitHub release announcement body for automated releases * [HHH-18847] - Organize the org.hibernate.query.results package * [HHH-18844] - Run preVerifyRelease task as part of h2 CI job * [HHH-18841] - Make _identifierMapper property added for a IdClass synthetic * [HHH-18840] - detect and report incorrect usage of @​OrderColumn, @​MapKeyColumn, and @​MapKey * [HHH-18683] - The method Metamodel#entity(String) should throw IllegalArgumentException for non-entities * [HHH-18534] - Remove the org.hibernate.boot.models.categorize package * [HHH-17246] - Guard against Sybase being configured for truncating trailing zeros. * [HHH-16160] - XML aggregate support for more databases * [HHH-14020] - Allow Hibernate Types to have access to ServiceRegistry during initialization * [HHH-7913] - Catalog and schema replacement in / @​Subselect

** New Feature * [HHH-18644] - New and improved hibernate-maven-plugin

** Remove Feature * [HHH-18843] - remove deprecated @​OrderBy annotation

... (truncated)

Commits
  • f925a80 HHH-18912 - Fix ORM release process
  • e4e1b59 HHH-18863 allow index creation to be disabled in processor
  • 83110b4 HHH-18863 allow index creation to be disabled in processor
  • 3cf2bc8 HHH-18912 - Fix ORM release process
  • 6354326 HHH-18912 - Fix ORM release process
  • 60ff229 HHH-18912 - Fix ORM release process
  • 9eb6cdd Revert "fix release publishing"
  • 58a4a4d HHH-953 / HHH-15667 Test cases for these issues
  • fdae11f clean up some minor formatting / code style issues
  • 23109af HHH-1914 - test case for UnsupportedOperationException upon merge of unmodifi...
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-c3p0 from 7.0.0.Beta1 to 7.0.0.Beta3

Release notes

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

Hibernate ORM 7.0.0.Beta3 released

Today, we published a new release of Hibernate ORM 7.0: 7.0.0.Beta3.

You can find the full list of 7.0.0.Beta3 changes here.

What's new

Jakarta Persistence 3.2

7.0 migrates to Jakarta Persistence 3.2 which can be fairly disruptive. See the Migration Guide for details.

See this blog post for a summary of the changes in 3.2

Java 17

Version 3.2 of Jakarta Persistence requires Java 17.
Hibernate 7.0 therefore baselines on Java 17 whereas previous versions baseline on Java 11.

Domain Model Validations

7.0 does much more validation of an application's domain model and especially its mapping details, e.g.

  • illegal combinations such as @Basic and @ManyToOne on the same attribute
  • misplaced annotations such as an annotated getter method with FIELD access
  • stricter following of JavaBean conventions

See the Migration Guide for details.

mapping.xsd

Hibernate 7.0 provides a new XSD that represents an "extension" of the Jakarta Persistence orm.xsd weaving in Hibernate-specific mapping features.
The namespace for this extended mapping is http://www.hibernate.org/xsd/orm/mapping

For applications using Hibernate's legacy hbm.xml format, we provide a tool to help with the transformation. See the Migration Guide for details.

Hibernate Models

7.0 migrates from Hibernate Commons Annotations (HCANN) to the new Hibernate Models project for low-level processing of an application domain model, reading annotations and weaving in XML mapping documents. See the Migration Guide for details.

... (truncated)

Changelog

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

Changes in 7.0.0.Beta3 (December 05, 2024)

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

** Bug * [HHH-18912] - Fix ORM release process * [HHH-18881] - In MySQL, array of dates are not converted correctly * [HHH-18872] - ConcreteProxy type not restored from 2LC when loading a ManyToOne * [HHH-18862] - Group by error due to subselect using foreign key reference instead of primary key in HQL query * [HHH-18859] - slice operator and @​ElementCollection * [HHH-18851] - ArrayContainsArgumentTypeResolver wrongly infers array type for needle argument * [HHH-18850] - createCountQuery with Hibernate 6.6.2 * [HHH-18848] - JAR for org.hibernate.orm:hibernate-scan-jandex:7.0.0.Beta2 at Maven Central * [HHH-18842] - Regression: CollectionType.replace() breaks if target is PersistentCollection, but not instance of Collection (e.g. PersistentMap) * [HHH-18832] - Bytecode enhancement skipped for entities with "compute-only" @​Transient properties * [HHH-18830] - extraneous SQL UPDATE statements for unowned collection with @​OrderColumn * [HHH-18826] - mappedBy validation in Processor * [HHH-18765] - Error in the booleanarray_to_string auxiliary function * [HHH-18709] - CriteriaUpdate involving JSON field containing Map results in SemanticException * [HHH-18705] - Hibernate processor creates bad TypedReferenceQuery when @​Entity have name attribute * [HHH-18692] - Hibernate attempts to close batched statements multiple times * [HHH-18629] - Inconsistent column alias generated while result class is used for placeholder * [HHH-18610] - "SQLGrammarException: Unable to find column position by name:" when using Single Table Inheritance with a strict JDBC driver such as PostgreSQL * [HHH-18583] - Joined + discriminator inheritance treat in where clause not restricting to subtype * [HHH-18274] - Problems with generics in queries; proposed partial solution * [HHH-18069] - NullPointerException when unioning partition results * [HHH-17838] - @​OneToOne relationship + @​Embeddable keys + FetchType.LAZY fail in most recent version * [HHH-16054] - JPA / Hibernate, duplicate pkey error when updating entity that is a subclass of a base class that uses IdClass for composite primary key * [HHH-14119] - IN clause parameter padding not working for criteria query in conjunction with LiteralHandlingMode.BIND

** Improvement * [HHH-18875] - Stop using Array.newInstance in org.hibernate.internal.util.collections.StandardStack * [HHH-18861] - Improve GitHub release announcement body for automated releases * [HHH-18847] - Organize the org.hibernate.query.results package * [HHH-18844] - Run preVerifyRelease task as part of h2 CI job * [HHH-18841] - Make _identifierMapper property added for a IdClass synthetic * [HHH-18840] - detect and report incorrect usage of @​OrderColumn, @​MapKeyColumn, and @​MapKey * [HHH-18683] - The method Metamodel#entity(String) should throw IllegalArgumentException for non-entities * [HHH-18534] - Remove the org.hibernate.boot.models.categorize package * [HHH-17246] - Guard against Sybase being configured for truncating trailing zeros. * [HHH-16160] - XML aggregate support for more databases * [HHH-14020] - Allow Hibernate Types to have access to ServiceRegistry during initialization * [HHH-7913] - Catalog and schema replacement in / @​Subselect

** New Feature * [HHH-18644] - New and improved hibernate-maven-plugin

** Remove Feature * [HHH-18843] - remove deprecated @​OrderBy annotation

... (truncated)

Commits
  • f925a80 HHH-18912 - Fix ORM release process
  • e4e1b59 HHH-18863 allow index creation to be disabled in processor
  • 83110b4 HHH-18863 allow index creation to be disabled in processor
  • 3cf2bc8 HHH-18912 - Fix ORM release process
  • 6354326 HHH-18912 - Fix ORM release process
  • 60ff229 HHH-18912 - Fix ORM release process
  • 9eb6cdd Revert "fix release publishing"
  • 58a4a4d HHH-953 / HHH-15667 Test cases for these issues
  • fdae11f clean up some minor formatting / code style issues
  • 23109af HHH-1914 - test case for UnsupportedOperationException upon merge of unmodifi...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

velo and others added 30 commits December 12, 2024 08:56
Something changed on circle CI side and it's no longer possible to start
sqlserver

```
Failed to execute SystemTaskEntryPoint: unable to allocate MsqlXactManager2024-12-12 12:06:20.80 Server      Error: 17300, Severity: 16, State: 1. (Params:). The error is printed in terse mode because there was error during formatting. Tracing, ETW, notifications etc are skipped.
Failed to start system task System Task
2024-12-12 12:06:20.80 Server      Error: 17300, Severity: 16, State: 1. (Params:). The error is printed in terse mode because there was error during formatting. Tracing, ETW, notifications etc are skipped.
Failed to start system task System Task
Failed to execute SystemTaskEntryPoint: unable to allocate MsqlXactManagerFailed to execute SystemTaskEntryPoint: unable to allocate MsqlXactManagerFailed to execute SystemTaskEntryPoint: unable to allocate MsqlXactManager2024-12-12 12:06:47.73 spid48s     Error: 701, Severity: 17, State: 123.
2024-12-12 12:06:47.73 spid48s     There is insufficient system memory in resource pool 'internal' to run this query.

There is insufficient system memory in resource pool 'internal' to run this query.

```

Signed-off-by: Marvin Froeder <[email protected]>
Signed-off-by: Marvin Froeder <[email protected]>
Bumps [org.eclipse.jdt:ecj](https://github.com/eclipse-jdt/eclipse.jdt.core) from 3.33.0 to 3.40.0.
- [Commits](https://github.com/eclipse-jdt/eclipse.jdt.core/commits)

---
updated-dependencies:
- dependency-name: org.eclipse.jdt:ecj
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps org.apache.logging.log4j:log4j-core from 2.24.2 to 2.24.3.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) from 8.0.1.Final to 8.0.2.Final.
- [Changelog](https://github.com/hibernate/hibernate-validator/blob/8.0.2.Final/changelog.txt)
- [Commits](hibernate/hibernate-validator@8.0.1.Final...8.0.2.Final)

---
updated-dependencies:
- dependency-name: org.hibernate.validator:hibernate-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps
[org.eclipse.jdt:ecj](https://github.com/eclipse-jdt/eclipse.jdt.core)
from 3.33.0 to 3.40.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/eclipse-jdt/eclipse.jdt.core/commits">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.jdt:ecj&package-manager=maven&previous-version=3.33.0&new-version=3.40.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
Bumps org.apache.logging.log4j:log4j-core from 2.24.2 to 2.24.3.


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-core&package-manager=maven&previous-version=2.24.2&new-version=2.24.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
…8.0.2.Final (#727)

Bumps
[org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator)
from 8.0.1.Final to 8.0.2.Final.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-validator/blob/8.0.2.Final/changelog.txt">org.hibernate.validator:hibernate-validator's
changelog</a>.</em></p>
<blockquote>
<h2>8.0.2.Final (2024-12-13)</h2>
<p>** Bug
* HV-2067 UUID version not correctly validated
* HV-2002 Brazilian Titulo Eleitoral not correctly validating on some
scenarios
* HV-1959 Typo fix for Ukrainian localization
* HV-1829 Hibernate docs still reference ConstraintDefinitionContributor
which was removed in 5.3</p>
<p>** Improvement
* HV-2066 update document section 3.1.1
* HV-1981 Use Maven 3.9.6 in CI builds and as a required minimum version
for the build
* HV-1943 Some french validation messages are not quite accurate</p>
<p>** Task
* HV-1990 Test Hibernate Validator against JDK 24
* HV-1989 Update documentation examples to use the min required Java
version where applicable
* HV-1980 Update gpg plugin configuration
* HV-1969 Test Hibernate Validator against JDK 23
* HV-1968 Force user.country when testing</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-validator/commit/8420c55108f5b033600b6a7d246b6671ffbd6b27"><code>8420c55</code></a>
[Jenkins release job] Preparing release 8.0.2.Final</li>
<li><a
href="https://github.com/hibernate/hibernate-validator/commit/a188186881020df56ed8a3a8ddee7e5844cbc64a"><code>a188186</code></a>
[Jenkins release job] changelog.txt updated by release build
8.0.2.Final</li>
<li><a
href="https://github.com/hibernate/hibernate-validator/commit/5b8eb7d00c226fc3bbf9d3697830278655f6c591"><code>5b8eb7d</code></a>
[Jenkins release job] README.md updated by release build
8.0.2.Final</li>
<li><a
href="https://github.com/hibernate/hibernate-validator/commit/24ccce70132f37d7cc280646b87a56e3836f8594"><code>24ccce7</code></a>
Specify an explicit plexus-utils dependency for
<code>copy-maven-plugin</code></li>
<li><a
href="https://github.com/hibernate/hibernate-validator/commit/0a9bfaaa51da2b6583e4cb81f995b27b519eb37a"><code>0a9bfaa</code></a>
Add more rules to gitignore</li>
<li><a
href="https://github.com/hibernate/hibernate-validator/commit/ad8e0b17af2435156e4ea6812ed0e966b02a9573"><code>ad8e0b1</code></a>
Include maven wrapper</li>
<li><a
href="https://github.com/hibernate/hibernate-validator/commit/d4b82106550fc6e7d8b3fd2dd6830c9cf288cace"><code>d4b8210</code></a>
HV-2067 Adjust UUID's version/variant validation</li>
<li><a
href="https://github.com/hibernate/hibernate-validator/commit/bb039fd9c7ead2d5376a9181a6191f3e492bc4ee"><code>bb039fd</code></a>
HV-1829 Remove mentions of the ConstraintDefinitionContributor from the
docs</li>
<li><a
href="https://github.com/hibernate/hibernate-validator/commit/87335234b9a80ff1191cc700bf4c35357ad89323"><code>8733523</code></a>
HV-2066 Update documentation section 3.1.1</li>
<li><a
href="https://github.com/hibernate/hibernate-validator/commit/b23a4c481b783994d18388830cd6f7bbfcd93421"><code>b23a4c4</code></a>
HV-1989 Fix spec version in the CDI extension manifest</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-validator/compare/8.0.1.Final...8.0.2.Final">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.hibernate.validator:hibernate-validator&package-manager=maven&previous-version=8.0.1.Final&new-version=8.0.2.Final)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
updated-dependencies:
- dependency-name: jakarta.persistence:jakarta.persistence-api
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Marvin Froeder <[email protected]>
velo and others added 22 commits December 14, 2024 13:51
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.15.10 to 1.15.11.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.15.10...byte-buddy-1.15.11)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy)
from 1.15.10 to 1.15.11.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/raphw/byte-buddy/releases">net.bytebuddy:byte-buddy's
releases</a>.</em></p>
<blockquote>
<h2>Byte Buddy 1.15.11</h2>
<ul>
<li>Avoid dependency of <code>CachedReturnPlugin</code> on precompiled
class files.</li>
<li>Add <code>NOP</code> instruction when <code>Advice</code> is used on
<code>void</code> methods as those might be empty which results on a
frame being written to the same offset, causing an exception.</li>
<li>Allow <code>Plugin.Enging</code> to link files instead of
copying.</li>
<li>Adjust validator code to avoid compiler bug that was reported by
multiple users.</li>
<li>Allow injection of class path as <code>File[]</code> to
<code>Plugin</code> constructors.</li>
<li>Allow for configuring variants when using the Android Gradle
plugin.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/raphw/byte-buddy/blob/master/release-notes.md">net.bytebuddy:byte-buddy's
changelog</a>.</em></p>
<blockquote>
<h2>Byte Buddy release notes</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/raphw/byte-buddy/commit/08578b9b02c9837ef811fdbe1ec55949bc522fee"><code>08578b9</code></a>
[maven-release-plugin] prepare release byte-buddy-1.15.11</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/8b4485f34205f47a4c9e797eee43dbfc4c750db5"><code>8b4485f</code></a>
[release] Release new version</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/e9bde621ea67f47436818264aa713c3ef1640fc8"><code>e9bde62</code></a>
Add checksums for new release plugin.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/268bf967378d9194a244a87423c7e15392a869f9"><code>268bf96</code></a>
[release] Release new version</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/c15c880139bc434d8d8df246402b6ee540b307e6"><code>c15c880</code></a>
Clean up build and remove access to projects from Maven and Gradle
plugins as...</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/efbd6cb453a8c37ec610bbdaeb8c382c0eaac139"><code>efbd6cb</code></a>
Remove debug output.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/5237719ef1bd7c33f6bc0017dbb66299e476fb69"><code>5237719</code></a>
Clean up code according to existing conventions.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/ea9ad3df1aa256cdc2db0f373b0899b93603fdd7"><code>ea9ad3d</code></a>
Config avoidance (<a
href="https://redirect.github.com/raphw/byte-buddy/issues/1737">#1737</a>)</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/f071a02cb82229bdfe1a97042eff538b6569d641"><code>f071a02</code></a>
Add additional arguments to plugins.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/01d06f97b1207d4f4d72c97e157233ada56bdd8c"><code>01d06f9</code></a>
Avoid JIT compilation bug in validator.</li>
<li>Additional commits viewable in <a
href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.15.10...byte-buddy-1.15.11">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.bytebuddy:byte-buddy&package-manager=maven&previous-version=1.15.10&new-version=1.15.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
…ven/querydsl-7.0/hibernate.version-7.0.0.Beta3
…747)

Bumps org.eclipse.persistence:eclipselink from 5.0.0-B04 to 5.0.0-B05.

---
updated-dependencies:
- dependency-name: org.eclipse.persistence:eclipselink
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `hibernate.version` from 7.0.0.Beta1 to 7.0.0.Beta3.
Updates `org.hibernate.orm:hibernate-core` from 7.0.0.Beta1 to
7.0.0.Beta3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-core's
releases</a>.</em></p>
<blockquote>
<h1>Hibernate ORM 7.0.0.Beta3 released</h1>
<p>Today, we published a new release of Hibernate ORM 7.0:
7.0.0.Beta3.</p>
<p>You can find the full list of 7.0.0.Beta3 changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.0.Beta3">here</a>.</p>
<h2>What's new</h2>
<h3><!-- raw HTML omitted --><!-- raw HTML omitted --> Jakarta
Persistence 3.2</h3>
<p>7.0 migrates to Jakarta Persistence 3.2 which can be fairly
disruptive.
See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html#jpa-32">Migration
Guide</a> for details.</p>
<p>See <a
href="https://in.relation.to/2024/04/01/jakarta-persistence-3/">this
blog post</a> for a summary of the changes in 3.2</p>
<ul>
<li><a
href="https://ci.hibernate.org/view/ORM/job/hibernate-orm-tck-3.2/job/wip%252F7.0/24/">TCK
Results</a> with Java 17</li>
<li><a
href="https://ci.hibernate.org/view/ORM/job/hibernate-orm-tck-3.2/job/wip%252F7.0/25/">TCK
Results</a> with Java 21</li>
</ul>
<h3><!-- raw HTML omitted --><!-- raw HTML omitted --> Java 17</h3>
<p>Version 3.2 of Jakarta Persistence requires Java 17.<br />
Hibernate 7.0 therefore baselines on Java 17 whereas previous versions
baseline on Java 11.</p>
<h3><!-- raw HTML omitted --><!-- raw HTML omitted --> Domain Model
Validations</h3>
<p>7.0 does much more validation of an application's domain model and
especially its mapping details, e.g.</p>
<ul>
<li>illegal combinations such as <code>@basic</code> and
<code>@manytoone</code> on the same attribute</li>
<li>misplaced annotations such as an annotated getter method with FIELD
access</li>
<li>stricter following of JavaBean conventions</li>
</ul>
<p>See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html#model-validation">Migration
Guide</a> for details.</p>
<h3><!-- raw HTML omitted --><!-- raw HTML omitted --> mapping.xsd</h3>
<p>Hibernate 7.0 provides a new XSD that represents an
&quot;extension&quot; of the Jakarta Persistence orm.xsd weaving in
Hibernate-specific mapping features.<br />
The namespace for this extended mapping is
<code>http://www.hibernate.org/xsd/orm/mapping</code></p>
<p>For applications using Hibernate's legacy <code>hbm.xml</code>
format, we provide a tool to help with the transformation.
See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html#hbm-transform">Migration
Guide</a> for details.</p>
<h3><!-- raw HTML omitted --><!-- raw HTML omitted --> Hibernate
Models</h3>
<p>7.0 migrates from <a
href="https://github.com/hibernate/hibernate-commons-annotations/">Hibernate
Commons Annotations</a> (HCANN) to the new <a
href="https://github.com/hibernate/hibernate-models">Hibernate
Models</a> project for low-level processing of an application domain
model, reading annotations and weaving in XML mapping documents.
See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html#hibernate-models">Migration
Guide</a> for details.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt">org.hibernate.orm:hibernate-core's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 7.0.0.Beta3 (December 05, 2024)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/32364">https://hibernate.atlassian.net/projects/HHH/versions/32364</a></p>
<p>** Bug
* [HHH-18912] - Fix ORM release process
* [HHH-18881] - In MySQL, array of dates are not converted correctly
* [HHH-18872] - ConcreteProxy type not restored from 2LC when loading a
ManyToOne
* [HHH-18862] - Group by error due to subselect using foreign key
reference instead of primary key in HQL query
* [HHH-18859] - slice operator and <a
href="https://github.com/ElementCollection"><code>@​ElementCollection</code></a>
* [HHH-18851] - ArrayContainsArgumentTypeResolver wrongly infers array
type for needle argument
* [HHH-18850] - createCountQuery with Hibernate 6.6.2
* [HHH-18848] - JAR for
org.hibernate.orm:hibernate-scan-jandex:7.0.0.Beta2 at Maven Central
* [HHH-18842] - Regression: CollectionType.replace() breaks if target is
PersistentCollection, but not instance of Collection (e.g.
PersistentMap)
* [HHH-18832] - Bytecode enhancement skipped for entities with
&quot;compute-only&quot; <a
href="https://github.com/Transient"><code>@​Transient</code></a>
properties
* [HHH-18830] - extraneous SQL UPDATE statements for unowned collection
with <a
href="https://github.com/OrderColumn"><code>@​OrderColumn</code></a>
* [HHH-18826] - mappedBy validation in Processor
* [HHH-18765] - Error in the booleanarray_to_string auxiliary function
* [HHH-18709] - CriteriaUpdate involving JSON field containing Map<!--
raw HTML omitted --> results in SemanticException
* [HHH-18705] - Hibernate processor creates bad TypedReferenceQuery when
<a href="https://github.com/Entity"><code>@​Entity</code></a> have name
attribute
* [HHH-18692] - Hibernate attempts to close batched statements multiple
times
* [HHH-18629] - Inconsistent column alias generated while result class
is used for placeholder
* [HHH-18610] - &quot;SQLGrammarException: Unable to find column
position by name:&quot; when using Single Table Inheritance with a
strict JDBC driver such as PostgreSQL
* [HHH-18583] - Joined + discriminator inheritance treat in where clause
not restricting to subtype
* [HHH-18274] - Problems with generics in queries; proposed partial
solution
* [HHH-18069] - NullPointerException when unioning partition results
* [HHH-17838] - <a
href="https://github.com/OneToOne"><code>@​OneToOne</code></a>
relationship + <a
href="https://github.com/Embeddable"><code>@​Embeddable</code></a> keys
+ FetchType.LAZY fail in most recent version
* [HHH-16054] - JPA / Hibernate, duplicate pkey error when updating
entity that is a subclass of a base class that uses IdClass for
composite primary key
* [HHH-14119] - IN clause parameter padding not working for criteria
query in conjunction with LiteralHandlingMode.BIND</p>
<p>** Improvement
* [HHH-18875] - Stop using <code>Array.newInstance</code> in
<code>org.hibernate.internal.util.collections.StandardStack</code>
* [HHH-18861] - Improve GitHub release announcement body for automated
releases
* [HHH-18847] - Organize the org.hibernate.query.results package
* [HHH-18844] - Run preVerifyRelease task as part of h2 CI job
* [HHH-18841] - Make <code>_identifierMapper</code> property added for a
IdClass synthetic
* [HHH-18840] - detect and report incorrect usage of <a
href="https://github.com/OrderColumn"><code>@​OrderColumn</code></a>, <a
href="https://github.com/MapKeyColumn"><code>@​MapKeyColumn</code></a>,
and <a href="https://github.com/MapKey"><code>@​MapKey</code></a>
* [HHH-18683] - The method Metamodel#entity(String) should throw
IllegalArgumentException for non-entities
* [HHH-18534] - Remove the org.hibernate.boot.models.categorize package
* [HHH-17246] - Guard against Sybase being configured for truncating
trailing zeros.
* [HHH-16160] - XML aggregate support for more databases
* [HHH-14020] - Allow Hibernate Types to have access to ServiceRegistry
during initialization
* [HHH-7913] - Catalog and schema replacement in <!-- raw HTML omitted
--> / <a
href="https://github.com/Subselect"><code>@​Subselect</code></a></p>
<p>** New Feature
* [HHH-18644] - New and improved hibernate-maven-plugin</p>
<p>** Remove Feature
* [HHH-18843] - remove deprecated <a
href="https://github.com/OrderBy"><code>@​OrderBy</code></a>
annotation</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/f925a800a7da9222434cd782db0f540fb8f44493"><code>f925a80</code></a>
HHH-18912 - Fix ORM release process</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/e4e1b59a1d3553e5822552bb83dc2767fb14249d"><code>e4e1b59</code></a>
HHH-18863 allow index creation to be disabled in processor</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/83110b46382720bf1a997d75cd02ac75863d6f6f"><code>83110b4</code></a>
HHH-18863 allow index creation to be disabled in processor</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/3cf2bc88e09acf9e0be8ad03300ccd1044ab3aba"><code>3cf2bc8</code></a>
HHH-18912 - Fix ORM release process</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/63543262573b1909aa342ebd1d47ba91ddbc129e"><code>6354326</code></a>
HHH-18912 - Fix ORM release process</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/60ff229ca108b64a5d593a411d911d2c9f99ad88"><code>60ff229</code></a>
HHH-18912 - Fix ORM release process</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/9eb6cdd786c9dcee5d07e55ac3eb368690ab0aeb"><code>9eb6cdd</code></a>
Revert &quot;fix release publishing&quot;</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/58a4a4dd73fe0660f9d6f02e573328d275dfefc7"><code>58a4a4d</code></a>
HHH-953 / HHH-15667 Test cases for these issues</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/fdae11f7910e66bcbd2c75516b4d2437e8918e93"><code>fdae11f</code></a>
clean up some minor formatting / code style issues</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/23109af6e4cd012b145da07e7d635fbd7823b61e"><code>23109af</code></a>
HHH-1914 - test case for UnsupportedOperationException upon merge of
unmodifi...</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/7.0.0.Beta1...7.0.0.Beta3">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.hibernate.orm:hibernate-envers` from 7.0.0.Beta1 to
7.0.0.Beta3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-envers's
releases</a>.</em></p>
<blockquote>
<h1>Hibernate ORM 7.0.0.Beta3 released</h1>
<p>Today, we published a new release of Hibernate ORM 7.0:
7.0.0.Beta3.</p>
<p>You can find the full list of 7.0.0.Beta3 changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.0.Beta3">here</a>.</p>
<h2>What's new</h2>
<h3><!-- raw HTML omitted --><!-- raw HTML omitted --> Jakarta
Persistence 3.2</h3>
<p>7.0 migrates to Jakarta Persistence 3.2 which can be fairly
disruptive.
See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html#jpa-32">Migration
Guide</a> for details.</p>
<p>See <a
href="https://in.relation.to/2024/04/01/jakarta-persistence-3/">this
blog post</a> for a summary of the changes in 3.2</p>
<ul>
<li><a
href="https://ci.hibernate.org/view/ORM/job/hibernate-orm-tck-3.2/job/wip%252F7.0/24/">TCK
Results</a> with Java 17</li>
<li><a
href="https://ci.hibernate.org/view/ORM/job/hibernate-orm-tck-3.2/job/wip%252F7.0/25/">TCK
Results</a> with Java 21</li>
</ul>
<h3><!-- raw HTML omitted --><!-- raw HTML omitted --> Java 17</h3>
<p>Version 3.2 of Jakarta Persistence requires Java 17.<br />
Hibernate 7.0 therefore baselines on Java 17 whereas previous versions
baseline on Java 11.</p>
<h3><!-- raw HTML omitted --><!-- raw HTML omitted --> Domain Model
Validations</h3>
<p>7.0 does much more validation of an application's domain model and
especially its mapping details, e.g.</p>
<ul>
<li>illegal combinations such as <code>@basic</code> and
<code>@manytoone</code> on the same attribute</li>
<li>misplaced annotations such as an annotated getter method with FIELD
access</li>
<li>stricter following of JavaBean conventions</li>
</ul>
<p>See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html#model-validation">Migration
Guide</a> for details.</p>
<h3><!-- raw HTML omitted --><!-- raw HTML omitted --> mapping.xsd</h3>
<p>Hibernate 7.0 provides a new XSD that represents an
&quot;extension&quot; of the Jakarta Persistence orm.xsd weaving in
Hibernate-specific mapping features.<br />
The namespace for this extended mapping is
<code>http://www.hibernate.org/xsd/orm/mapping</code></p>
<p>For applications using Hibernate's legacy <code>hbm.xml</code>
format, we provide a tool to help with the transformation.
See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html#hbm-transform">Migration
Guide</a> for details.</p>
<h3><!-- raw HTML omitted --><!-- raw HTML omitted --> Hibernate
Models</h3>
<p>7.0 migrates from <a
href="https://github.com/hibernate/hibernate-commons-annotations/">Hibernate
Commons Annotations</a> (HCANN) to the new <a
href="https://github.com/hibernate/hibernate-models">Hibernate
Models</a> project for low-level processing of an application domain
model, reading annotations and weaving in XML mapping documents.
See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html#hibernate-models">Migration
Guide</a> for details.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt">org.hibernate.orm:hibernate-envers's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 7.0.0.Beta3 (December 05, 2024)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/32364">https://hibernate.atlassian.net/projects/HHH/versions/32364</a></p>
<p>** Bug
* [HHH-18912] - Fix ORM release process
* [HHH-18881] - In MySQL, array of dates are not converted correctly
* [HHH-18872] - ConcreteProxy type not restored from 2LC when loading a
ManyToOne
* [HHH-18862] - Group by error due to subselect using foreign key
reference instead of primary key in HQL query
* [HHH-18859] - slice operator and <a
href="https://github.com/ElementCollection"><code>@​ElementCollection</code></a>
* [HHH-18851] - ArrayContainsArgumentTypeResolver wrongly infers array
type for needle argument
* [HHH-18850] - createCountQuery with Hibernate 6.6.2
* [HHH-18848] - JAR for
org.hibernate.orm:hibernate-scan-jandex:7.0.0.Beta2 at Maven Central
* [HHH-18842] - Regression: CollectionType.replace() breaks if target is
PersistentCollection, but not instance of Collection (e.g.
PersistentMap)
* [HHH-18832] - Bytecode enhancement skipped for entities with
&quot;compute-only&quot; <a
href="https://github.com/Transient"><code>@​Transient</code></a>
properties
* [HHH-18830] - extraneous SQL UPDATE statements for unowned collection
with <a
href="https://github.com/OrderColumn"><code>@​OrderColumn</code></a>
* [HHH-18826] - mappedBy validation in Processor
* [HHH-18765] - Error in the booleanarray_to_string auxiliary function
* [HHH-18709] - CriteriaUpdate involving JSON field containing Map<!--
raw HTML omitted --> results in SemanticException
* [HHH-18705] - Hibernate processor creates bad TypedReferenceQuery when
<a href="https://github.com/Entity"><code>@​Entity</code></a> have name
attribute
* [HHH-18692] - Hibernate attempts to close batched statements multiple
times
* [HHH-18629] - Inconsistent column alias generated while result class
is used for placeholder
* [HHH-18610] - &quot;SQLGrammarException: Unable to find column
position by name:&quot; when using Single Table Inheritance with a
strict JDBC driver such as PostgreSQL
* [HHH-18583] - Joined + discriminator inheritance treat in where clause
not restricting to subtype
* [HHH-18274] - Problems with generics in queries; proposed partial
solution
* [HHH-18069] - NullPointerException when unioning partition results
* [HHH-17838] - <a
href="https://github.com/OneToOne"><code>@​OneToOne</code></a>
relationship + <a
href="https://github.com/Embeddable"><code>@​Embeddable</code></a> keys
+ FetchType.LAZY fail in most recent version
* [HHH-16054] - JPA / Hibernate, duplicate pkey error when updating
entity that is a subclass of a base class that uses IdClass for
composite primary key
* [HHH-14119] - IN clause parameter padding not working for criteria
query in conjunction with LiteralHandlingMode.BIND</p>
<p>** Improvement
* [HHH-18875] - Stop using <code>Array.newInstance</code> in
<code>org.hibernate.internal.util.collections.StandardStack</code>
* [HHH-18861] - Improve GitHub release announcement body for automated
releases
* [HHH-18847] - Organize the org.hibernate.query.results package
* [HHH-18844] - Run preVerifyRelease task as part of h2 CI job
* [HHH-18841] - Make <code>_identifierMapper</code> property added for a
IdClass synthetic
* [HHH-18840] - detect and report incorrect usage of <a
href="https://github.com/OrderColumn"><code>@​OrderColumn</code></a>, <a
href="https://github.com/MapKeyColumn"><code>@​MapKeyColumn</code></a>,
and <a href="https://github.com/MapKey"><code>@​MapKey</code></a>
* [HHH-18683] - The method Metamodel#entity(String) should throw
IllegalArgumentException for non-entities
* [HHH-18534] - Remove the org.hibernate.boot.models.categorize package
* [HHH-17246] - Guard against Sybase being configured for truncating
trailing zeros.
* [HHH-16160] - XML aggregate support for more databases
* [HHH-14020] - Allow Hibernate Types to have access to ServiceRegistry
during initialization
* [HHH-7913] - Catalog and schema replacement in <!-- raw HTML omitted
--> / <a
href="https://github.com/Subselect"><code>@​Subselect</code></a></p>
<p>** New Feature
* [HHH-18644] - New and improved hibernate-maven-plugin</p>
<p>** Remove Feature
* [HHH-18843] - remove deprecated <a
href="https://github.com/OrderBy"><code>@​OrderBy</code></a>
annotation</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/f925a800a7da9222434cd782db0f540fb8f44493"><code>f925a80</code></a>
HHH-18912 - Fix ORM release process</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/e4e1b59a1d3553e5822552bb83dc2767fb14249d"><code>e4e1b59</code></a>
HHH-18863 allow index creation to be disabled in processor</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/83110b46382720bf1a997d75cd02ac75863d6f6f"><code>83110b4</code></a>
HHH-18863 allow index creation to be disabled in processor</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/3cf2bc88e09acf9e0be8ad03300ccd1044ab3aba"><code>3cf2bc8</code></a>
HHH-18912 - Fix ORM release process</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/63543262573b1909aa342ebd1d47ba91ddbc129e"><code>6354326</code></a>
HHH-18912 - Fix ORM release process</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/60ff229ca108b64a5d593a411d911d2c9f99ad88"><code>60ff229</code></a>
HHH-18912 - Fix ORM release process</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/9eb6cdd786c9dcee5d07e55ac3eb368690ab0aeb"><code>9eb6cdd</code></a>
Revert &quot;fix release publishing&quot;</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/58a4a4dd73fe0660f9d6f02e573328d275dfefc7"><code>58a4a4d</code></a>
HHH-953 / HHH-15667 Test cases for these issues</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/fdae11f7910e66bcbd2c75516b4d2437e8918e93"><code>fdae11f</code></a>
clean up some minor formatting / code style issues</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/23109af6e4cd012b145da07e7d635fbd7823b61e"><code>23109af</code></a>
HHH-1914 - test case for UnsupportedOperationException upon merge of
unmodifi...</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/7.0.0.Beta1...7.0.0.Beta3">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.hibernate.orm:hibernate-community-dialects` from
7.0.0.Beta1 to 7.0.0.Beta3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-community-dialects's
releases</a>.</em></p>
<blockquote>
<h1>Hibernate ORM 7.0.0.Beta3 released</h1>
<p>Today, we published a new release of Hibernate ORM 7.0:
7.0.0.Beta3.</p>
<p>You can find the full list of 7.0.0.Beta3 changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.0.Beta3">here</a>.</p>
<h2>What's new</h2>
<h3><!-- raw HTML omitted --><!-- raw HTML omitted --> Jakarta
Persistence 3.2</h3>
<p>7.0 migrates to Jakarta Persistence 3.2 which can be fairly
disruptive.
See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html#jpa-32">Migration
Guide</a> for details.</p>
<p>See <a
href="https://in.relation.to/2024/04/01/jakarta-persistence-3/">this
blog post</a> for a summary of the changes in 3.2</p>
<ul>
<li><a
href="https://ci.hibernate.org/view/ORM/job/hibernate-orm-tck-3.2/job/wip%252F7.0/24/">TCK
Results</a> with Java 17</li>
<li><a
href="https://ci.hibernate.org/view/ORM/job/hibernate-orm-tck-3.2/job/wip%252F7.0/25/">TCK
Results</a> with Java 21</li>
</ul>
<h3><!-- raw HTML omitted --><!-- raw HTML omitted --> Java 17</h3>
<p>Version 3.2 of Jakarta Persistence requires Java 17.<br />
Hibernate 7.0 therefore baselines on Java 17 whereas previous versions
baseline on Java 11.</p>
<h3><!-- raw HTML omitted --><!-- raw HTML omitted --> Domain Model
Validations</h3>
<p>7.0 does much more validation of an application's domain model and
especially its mapping details, e.g.</p>
<ul>
<li>illegal combinations such as <code>@basic</code> and
<code>@manytoone</code> on the same attribute</li>
<li>misplaced annotations such as an annotated getter method with FIELD
access</li>
<li>stricter following of JavaBean conventions</li>
</ul>
<p>See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html#model-validation">Migration
Guide</a> for details.</p>
<h3><!-- raw HTML omitted --><!-- raw HTML omitted --> mapping.xsd</h3>
<p>Hibernate 7.0 provides a new XSD that represents an
&quot;extension&quot; of the Jakarta Persistence orm.xsd weaving in
Hibernate-specific mapping features.<br />
The namespace for this extended mapping is
<code>http://www.hibernate.org/xsd/orm/mapping</code></p>
<p>For applications using Hibernate's legacy <code>hbm.xml</code>
format, we provide a tool to help with the transformation.
See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html#hbm-transform">Migration
Guide</a> for details.</p>
<h3><!-- raw HTML omitted --><!-- raw HTML omitted --> Hibernate
Models</h3>
<p>7.0 migrates from <a
href="https://github.com/hibernate/hibernate-commons-annotations/">Hibernate
Commons Annotations</a> (HCANN) to the new <a
href="https://github.com/hibernate/hibernate-models">Hibernate
Models</a> project for low-level processing of an application domain
model, reading annotations and weaving in XML mapping documents.
See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html#hibernate-models">Migration
Guide</a> for details.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt">org.hibernate.orm:hibernate-community-dialects's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 7.0.0.Beta3 (December 05, 2024)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/32364">https://hibernate.atlassian.net/projects/HHH/versions/32364</a></p>
<p>** Bug
* [HHH-18912] - Fix ORM release process
* [HHH-18881] - In MySQL, array of dates are not converted correctly
* [HHH-18872] - ConcreteProxy type not restored from 2LC when loading a
ManyToOne
* [HHH-18862] - Group by error due to subselect using foreign key
reference instead of primary key in HQL query
* [HHH-18859] - slice operator and <a
href="https://github.com/ElementCollection"><code>@​ElementCollection</code></a>
* [HHH-18851] - ArrayContainsArgumentTypeResolver wrongly infers array
type for needle argument
* [HHH-18850] - createCountQuery with Hibernate 6.6.2
* [HHH-18848] - JAR for
org.hibernate.orm:hibernate-scan-jandex:7.0.0.Beta2 at Maven Central
* [HHH-18842] - Regression: CollectionType.replace() breaks if target is
PersistentCollection, but not instance of Collection (e.g.
PersistentMap)
* [HHH-18832] - Bytecode enhancement skipped for entities with
&quot;compute-only&quot; <a
href="https://github.com/Transient"><code>@​Transient</code></a>
properties
* [HHH-18830] - extraneous SQL UPDATE statements for unowned collection
with <a
href="https://github.com/OrderColumn"><code>@​OrderColumn</code></a>
* [HHH-18826] - mappedBy validation in Processor
* [HHH-18765] - Error in the booleanarray_to_string auxiliary function
* [HHH-18709] - CriteriaUpdate involving JSON field containing Map<!--
raw HTML omitted --> results in SemanticException
* [HHH-18705] - Hibernate processor creates bad TypedReferenceQuery when
<a href="https://github.com/Entity"><code>@​Entity</code></a> have name
attribute
* [HHH-18692] - Hibernate attempts to close batched statements multiple
times
* [HHH-18629] - Inconsistent column alias generated while result class
is used for placeholder
* [HHH-18610] - &quot;SQLGrammarException: Unable to find column
position by name:&quot; when using Single Table Inheritance with a
strict JDBC driver such as PostgreSQL
* [HHH-18583] - Joined + discriminator inheritance treat in where clause
not restricting to subtype
* [HHH-18274] - Problems with generics in queries; proposed partial
solution
* [HHH-18069] - NullPointerException when unioning partition results
* [HHH-17838] - <a
href="https://github.com/OneToOne"><code>@​OneToOne</code></a>
relationship + <a
href="https://github.com/Embeddable"><code>@​Embeddable</code></a> keys
+ FetchType.LAZY fail in most recent version
* [HHH-16054] - JPA / Hibernate, duplicate pkey error when updating
entity that is a subclass of a base class that uses IdClass for
composite primary key
* [HHH-14119] - IN clause parameter padding not working for criteria
query in conjunction with LiteralHandlingMode.BIND</p>
<p>** Improvement
* [HHH-18875] - Stop using <code>Array.newInstance</code> in
<code>org.hibernate.internal.util.collections.StandardStack</code>
* [HHH-18861] - Improve GitHub release announcement body for automated
releases
* [HHH-18847] - Organize the org.hibernate.query.results package
* [HHH-18844] - Run preVerifyRelease task as part of h2 CI job
* [HHH-18841] - Make <code>_identifierMapper</code> property added for a
IdClass synthetic
* [HHH-18840] - detect and report incorrect usage of <a
href="https://github.com/OrderColumn"><code>@​OrderColumn</code></a>, <a
href="https://github.com/MapKeyColumn"><code>@​MapKeyColumn</code></a>,
and <a href="https://github.com/MapKey"><code>@​MapKey</code></a>
* [HHH-18683] - The method Metamodel#entity(String) should throw
IllegalArgumentException for non-entities
* [HHH-18534] - Remove the org.hibernate.boot.models.categorize package
* [HHH-17246] - Guard against Sybase being configured for truncating
trailing zeros.
* [HHH-16160] - XML aggregate support for more databases
* [HHH-14020] - Allow Hibernate Types to have access to ServiceRegistry
during initialization
* [HHH-7913] - Catalog and schema replacement in <!-- raw HTML omitted
--> / <a
href="https://github.com/Subselect"><code>@​Subselect</code></a></p>
<p>** New Feature
* [HHH-18644] - New and improved hibernate-maven-plugin</p>
<p>** Remove Feature
* [HHH-18843] - remove deprecated <a
href="https://github.com/OrderBy"><code>@​OrderBy</code></a>
annotation</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/f925a800a7da9222434cd782db0f540fb8f44493"><code>f925a80</code></a>
HHH-18912 - Fix ORM release process</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/e4e1b59a1d3553e5822552bb83dc2767fb14249d"><code>e4e1b59</code></a>
HHH-18863 allow index creation to be disabled in processor</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/83110b46382720bf1a997d75cd02ac75863d6f6f"><code>83110b4</code></a>
HHH-18863 allow index creation to be disabled in processor</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/3cf2bc88e09acf9e0be8ad03300ccd1044ab3aba"><code>3cf2bc8</code></a>
HHH-18912 - Fix ORM release process</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/63543262573b1909aa342ebd1d47ba91ddbc129e"><code>6354326</code></a>
HHH-18912 - Fix ORM release process</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/60ff229ca108b64a5d593a411d911d2c9f99ad88"><code>60ff229</code></a>
HHH-18912 - Fix ORM release process</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/9eb6cdd786c9dcee5d07e55ac3eb368690ab0aeb"><code>9eb6cdd</code></a>
Revert &quot;fix release publishing&quot;</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/58a4a4dd73fe0660f9d6f02e573328d275dfefc7"><code>58a4a4d</code></a>
HHH-953 / HHH-15667 Test cases for these issues</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/fdae11f7910e66bcbd2c75516b4d2437e8918e93"><code>fdae11f</code></a>
clean up some minor formatting / code style issues</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/23109af6e4cd012b145da07e7d635fbd7823b61e"><code>23109af</code></a>
HHH-1914 - test case for UnsupportedOperationException upon merge of
unmodifi...</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/7.0.0.Beta1...7.0.0.Beta3">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.hibernate.orm:hibernate-c3p0` from 7.0.0.Beta1 to
7.0.0.Beta3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-c3p0's
releases</a>.</em></p>
<blockquote>
<h1>Hibernate ORM 7.0.0.Beta3 released</h1>
<p>Today, we published a new release of Hibernate ORM 7.0:
7.0.0.Beta3.</p>
<p>You can find the full list of 7.0.0.Beta3 changes <a
href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.0.0.Beta3">here</a>.</p>
<h2>What's new</h2>
<h3><!-- raw HTML omitted --><!-- raw HTML omitted --> Jakarta
Persistence 3.2</h3>
<p>7.0 migrates to Jakarta Persistence 3.2 which can be fairly
disruptive.
See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html#jpa-32">Migration
Guide</a> for details.</p>
<p>See <a
href="https://in.relation.to/2024/04/01/jakarta-persistence-3/">this
blog post</a> for a summary of the changes in 3.2</p>
<ul>
<li><a
href="https://ci.hibernate.org/view/ORM/job/hibernate-orm-tck-3.2/job/wip%252F7.0/24/">TCK
Results</a> with Java 17</li>
<li><a
href="https://ci.hibernate.org/view/ORM/job/hibernate-orm-tck-3.2/job/wip%252F7.0/25/">TCK
Results</a> with Java 21</li>
</ul>
<h3><!-- raw HTML omitted --><!-- raw HTML omitted --> Java 17</h3>
<p>Version 3.2 of Jakarta Persistence requires Java 17.<br />
Hibernate 7.0 therefore baselines on Java 17 whereas previous versions
baseline on Java 11.</p>
<h3><!-- raw HTML omitted --><!-- raw HTML omitted --> Domain Model
Validations</h3>
<p>7.0 does much more validation of an application's domain model and
especially its mapping details, e.g.</p>
<ul>
<li>illegal combinations such as <code>@basic</code> and
<code>@manytoone</code> on the same attribute</li>
<li>misplaced annotations such as an annotated getter method with FIELD
access</li>
<li>stricter following of JavaBean conventions</li>
</ul>
<p>See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html#model-validation">Migration
Guide</a> for details.</p>
<h3><!-- raw HTML omitted --><!-- raw HTML omitted --> mapping.xsd</h3>
<p>Hibernate 7.0 provides a new XSD that represents an
&quot;extension&quot; of the Jakarta Persistence orm.xsd weaving in
Hibernate-specific mapping features.<br />
The namespace for this extended mapping is
<code>http://www.hibernate.org/xsd/orm/mapping</code></p>
<p>For applications using Hibernate's legacy <code>hbm.xml</code>
format, we provide a tool to help with the transformation.
See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html#hbm-transform">Migration
Guide</a> for details.</p>
<h3><!-- raw HTML omitted --><!-- raw HTML omitted --> Hibernate
Models</h3>
<p>7.0 migrates from <a
href="https://github.com/hibernate/hibernate-commons-annotations/">Hibernate
Commons Annotations</a> (HCANN) to the new <a
href="https://github.com/hibernate/hibernate-models">Hibernate
Models</a> project for low-level processing of an application domain
model, reading annotations and weaving in XML mapping documents.
See the <a
href="https://docs.jboss.org/hibernate/orm/7.0/migration-guide/migration-guide.html#hibernate-models">Migration
Guide</a> for details.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt">org.hibernate.orm:hibernate-c3p0's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in 7.0.0.Beta3 (December 05, 2024)</h2>
<p><a
href="https://hibernate.atlassian.net/projects/HHH/versions/32364">https://hibernate.atlassian.net/projects/HHH/versions/32364</a></p>
<p>** Bug
* [HHH-18912] - Fix ORM release process
* [HHH-18881] - In MySQL, array of dates are not converted correctly
* [HHH-18872] - ConcreteProxy type not restored from 2LC when loading a
ManyToOne
* [HHH-18862] - Group by error due to subselect using foreign key
reference instead of primary key in HQL query
* [HHH-18859] - slice operator and <a
href="https://github.com/ElementCollection"><code>@​ElementCollection</code></a>
* [HHH-18851] - ArrayContainsArgumentTypeResolver wrongly infers array
type for needle argument
* [HHH-18850] - createCountQuery with Hibernate 6.6.2
* [HHH-18848] - JAR for
org.hibernate.orm:hibernate-scan-jandex:7.0.0.Beta2 at Maven Central
* [HHH-18842] - Regression: CollectionType.replace() breaks if target is
PersistentCollection, but not instance of Collection (e.g.
PersistentMap)
* [HHH-18832] - Bytecode enhancement skipped for entities with
&quot;compute-only&quot; <a
href="https://github.com/Transient"><code>@​Transient</code></a>
properties
* [HHH-18830] - extraneous SQL UPDATE statements for unowned collection
with <a
href="https://github.com/OrderColumn"><code>@​OrderColumn</code></a>
* [HHH-18826] - mappedBy validation in Processor
* [HHH-18765] - Error in the booleanarray_to_string auxiliary function
* [HHH-18709] - CriteriaUpdate involving JSON field containing Map<!--
raw HTML omitted --> results in SemanticException
* [HHH-18705] - Hibernate processor creates bad TypedReferenceQuery when
<a href="https://github.com/Entity"><code>@​Entity</code></a> have name
attribute
* [HHH-18692] - Hibernate attempts to close batched statements multiple
times
* [HHH-18629] - Inconsistent column alias generated while result class
is used for placeholder
* [HHH-18610] - &quot;SQLGrammarException: Unable to find column
position by name:&quot; when using Single Table Inheritance with a
strict JDBC driver such as PostgreSQL
* [HHH-18583] - Joined + discriminator inheritance treat in where clause
not restricting to subtype
* [HHH-18274] - Problems with generics in queries; proposed partial
solution
* [HHH-18069] - NullPointerException when unioning partition results
* [HHH-17838] - <a
href="https://github.com/OneToOne"><code>@​OneToOne</code></a>
relationship + <a
href="https://github.com/Embeddable"><code>@​Embeddable</code></a> keys
+ FetchType.LAZY fail in most recent version
* [HHH-16054] - JPA / Hibernate, duplicate pkey error when updating
entity that is a subclass of a base class that uses IdClass for
composite primary key
* [HHH-14119] - IN clause parameter padding not working for criteria
query in conjunction with LiteralHandlingMode.BIND</p>
<p>** Improvement
* [HHH-18875] - Stop using <code>Array.newInstance</code> in
<code>org.hibernate.internal.util.collections.StandardStack</code>
* [HHH-18861] - Improve GitHub release announcement body for automated
releases
* [HHH-18847] - Organize the org.hibernate.query.results package
* [HHH-18844] - Run preVerifyRelease task as part of h2 CI job
* [HHH-18841] - Make <code>_identifierMapper</code> property added for a
IdClass synthetic
* [HHH-18840] - detect and report incorrect usage of <a
href="https://github.com/OrderColumn"><code>@​OrderColumn</code></a>, <a
href="https://github.com/MapKeyColumn"><code>@​MapKeyColumn</code></a>,
and <a href="https://github.com/MapKey"><code>@​MapKey</code></a>
* [HHH-18683] - The method Metamodel#entity(String) should throw
IllegalArgumentException for non-entities
* [HHH-18534] - Remove the org.hibernate.boot.models.categorize package
* [HHH-17246] - Guard against Sybase being configured for truncating
trailing zeros.
* [HHH-16160] - XML aggregate support for more databases
* [HHH-14020] - Allow Hibernate Types to have access to ServiceRegistry
during initialization
* [HHH-7913] - Catalog and schema replacement in <!-- raw HTML omitted
--> / <a
href="https://github.com/Subselect"><code>@​Subselect</code></a></p>
<p>** New Feature
* [HHH-18644] - New and improved hibernate-maven-plugin</p>
<p>** Remove Feature
* [HHH-18843] - remove deprecated <a
href="https://github.com/OrderBy"><code>@​OrderBy</code></a>
annotation</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/f925a800a7da9222434cd782db0f540fb8f44493"><code>f925a80</code></a>
HHH-18912 - Fix ORM release process</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/e4e1b59a1d3553e5822552bb83dc2767fb14249d"><code>e4e1b59</code></a>
HHH-18863 allow index creation to be disabled in processor</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/83110b46382720bf1a997d75cd02ac75863d6f6f"><code>83110b4</code></a>
HHH-18863 allow index creation to be disabled in processor</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/3cf2bc88e09acf9e0be8ad03300ccd1044ab3aba"><code>3cf2bc8</code></a>
HHH-18912 - Fix ORM release process</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/63543262573b1909aa342ebd1d47ba91ddbc129e"><code>6354326</code></a>
HHH-18912 - Fix ORM release process</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/60ff229ca108b64a5d593a411d911d2c9f99ad88"><code>60ff229</code></a>
HHH-18912 - Fix ORM release process</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/9eb6cdd786c9dcee5d07e55ac3eb368690ab0aeb"><code>9eb6cdd</code></a>
Revert &quot;fix release publishing&quot;</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/58a4a4dd73fe0660f9d6f02e573328d275dfefc7"><code>58a4a4d</code></a>
HHH-953 / HHH-15667 Test cases for these issues</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/fdae11f7910e66bcbd2c75516b4d2437e8918e93"><code>fdae11f</code></a>
clean up some minor formatting / code style issues</li>
<li><a
href="https://github.com/hibernate/hibernate-orm/commit/23109af6e4cd012b145da07e7d635fbd7823b61e"><code>23109af</code></a>
HHH-1914 - test case for UnsupportedOperationException upon merge of
unmodifi...</li>
<li>Additional commits viewable in <a
href="https://github.com/hibernate/hibernate-orm/compare/7.0.0.Beta1...7.0.0.Beta3">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
Bumps [io.asyncer:r2dbc-mysql](https://github.com/asyncer-io/r2dbc-mysql) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/asyncer-io/r2dbc-mysql/releases)
- [Commits](asyncer-io/r2dbc-mysql@r2dbc-mysql-1.3.0...r2dbc-mysql-1.3.1)

---
updated-dependencies:
- dependency-name: io.asyncer:r2dbc-mysql
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Cleanup mainly for querydsl-sql-codegen (#788)

Co-authored-by: PinkieSwirl <[email protected]>
Co-authored-by: Marvin <[email protected]>
…860)

Bumps org.eclipse.persistence:eclipselink from 5.0.0-B05 to 5.0.0-B06.

---
updated-dependencies:
- dependency-name: org.eclipse.persistence:eclipselink
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `hibernate.version` from 7.0.0.Beta1 to 7.0.0.Beta3.

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

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

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

Updates `org.hibernate.orm:hibernate-c3p0` from 7.0.0.Beta1 to 7.0.0.Beta3
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.0.0.Beta1...7.0.0.Beta3)

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm:hibernate-envers
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm:hibernate-community-dialects
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm:hibernate-c3p0
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 7, 2025
@github-actions github-actions bot enabled auto-merge February 7, 2025 05:29
@velo velo closed this Feb 7, 2025
auto-merge was automatically disabled February 7, 2025 11:15

Pull request was closed

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 7, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/master/hibernate.version-7.0.0.Beta3 branch February 7, 2025 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant