Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2024

Bumps hibernate-orm.version from 6.1.7.Final to 6.4.2.Final.
Updates org.hibernate.orm:hibernate-core from 6.1.7.Final to 6.4.2.Final

Release notes

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

Hibernate ORM 6.4.2 Final

Hibernate ORM 6.4.2.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.2.Final

What's new

This release introduces a few minor improvements as well as bug fixes.

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

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

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

Hibernate ORM 6.2.20.Final released

Today, we published a new maintenance release of Hibernate ORM 6.2: 6.2.20.Final.

What's new

This release introduces a few minor improvements as well as bug fixes.

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

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

... (truncated)

Changelog

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

Changes in 6.4.2.Final (January 18, 2024)

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

** Bug * [HHH-17639] - CTE query cycle attribute still evaluated incorrectly on MSSQL using collation "Latin1_General_CI_AS" * [HHH-17635] - UnsupportedOperationException when registering CompositeUserType with TypeContributor.contributeType * [HHH-17632] - AssertionError when updating entity with lazy loading property and bytecode enhancement * [HHH-17623] - Ordering collection @​OrderBy based on association fails * [HHH-17621] - UnsupportedOperationException when merging an entity with a @​Any mapping * [HHH-17619] - Discriminator-based multitenancy filter is not enabled in a stateless session * [HHH-17618] - After upgrading to to hibernate 6.3.2 finding relations with non abstract parent class fails. * [HHH-17615] - @​SoftDelete query problem with Joined Inheritance hierarchy structure * [HHH-17606] - Cannot resolve path of nested generic mapped-superclass joins * [HHH-17578] - ClassCastException when calling generic typed method on proxy * [HHH-17574] - Exception on query: Could not convert ‘java.util.Currency’ to ‘java.util.Currency’ using ‘org.hibernate.type.descriptor.java.CurrencyJavaType’ to wrap * [HHH-17572] - Persist of entity with ToOne association which contains an embeddable with associated collection fails with SemanticException * [HHH-17566] - addNamedQuery leads to "Named query exists, but did not specify a resultClass" * [HHH-17560] - ArrayIndexOutOfBoundsException in DirtyHelper.isModified() * [HHH-17530] - Criteria query with nested dynamic instantiations and sorting is not working * [HHH-17528] - Explicit selection of an @​Embeddable property containing associated collections doesn't work * [HHH-17515] - DynamicInstantiationResult wrong java type constructor selected * [HHH-17511] - The @​SoftDelete HQL join entity does not generate a delete condition * [HHH-17507] - Could not convert 'java.time.Year' to 'java.time.Year' using 'org.hibernate.type.descriptor.java.YearJavaType' to wrap * [HHH-17496] - Inconsistent handling of enum fields * [HHH-17492] - IN predicate with numeric/decimal parameter types leads to Binding is multi-valued; illegal call to #getBindValue * [HHH-17490] - NOT IN clause does not work with empty list * [HHH-17483] - Nested subtypes filtered out in bidirectional OneToMany association load * [HHH-17481] - OneToMany load empty collection due to discriminator in Polymorphic relationship * [HHH-17467] - QueryArgumentException when using a proxy as parameter value in a query * [HHH-17463] - UnsupportedOperationException when using JAKARTA_JDBC_URL * [HHH-17435] - Trim function not escaping single quotes and not allowing input parameters as trim character * [HHH-17395] - Refresh with PESSIMISTIC_WRITE ignored for lazy loaded entity * [HHH-17327] - Adding support for Union All in IncrementGenerator * [HHH-17307] - Hibernate 6 ListResultsConsumer.Results#addUnique really slow for ElementCollections * [HHH-17253] - Stackoverflow error on jpamodelgen generation * [HHH-17106] - Varchar(1) column for Java Enum fails with ClassCastException * [HHH-16881] - Envers RevisionListener is not created when Hibernate CDI Extensions are enabled * [HHH-16526] - Query toHqlString() loses function arguments * [HHH-14821] - EntityKey 'null identifier' should not happen * [HHH-14358] - Support binding null UUID sql parameter with PostgreSQL * [HHH-1645] - refresh with LockMode on an unitialized proxy does not work

** Improvement * [HHH-17396] - Fix typos in javadoc * [HHH-17303] - More realistic testcase for HHH-16180

** Task * [HHH-17616] - Move resources to the src/resources folders

... (truncated)

Commits
  • 03aa53d Post-steps for release : 6.4.2.Final
  • 713af21 Pre-steps for release : 6.4.2.Final
  • 29346e6 HHH-17635 - Add test for issue
  • d6f09d6 HHH-17635 - register custom user types when contributed through a service pro...
  • 733b555 HHH-17619 Add the multitenancy filter in a stateless session
  • f5800a0 HHH-17435 Small fixes to trim() function
  • 8250f13 HHH-17639 Make recursive CTE cycle detection emulation independent of collation
  • 899bf7b HHH-17632 AssertionError when updating entity with lazy loading property and ...
  • 8f3cc24 HHH-17632 Add test for issue
  • b8d9552 HHH-17492 Allow parameter inferred mapping for same java types
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-envers from 6.1.7.Final to 6.4.2.Final

Release notes

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

Hibernate ORM 6.4.2 Final

Hibernate ORM 6.4.2.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.2.Final

What's new

This release introduces a few minor improvements as well as bug fixes.

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

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

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

Hibernate ORM 6.2.20.Final released

Today, we published a new maintenance release of Hibernate ORM 6.2: 6.2.20.Final.

What's new

This release introduces a few minor improvements as well as bug fixes.

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

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

... (truncated)

Changelog

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

Changes in 6.4.2.Final (January 18, 2024)

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

** Bug * [HHH-17639] - CTE query cycle attribute still evaluated incorrectly on MSSQL using collation "Latin1_General_CI_AS" * [HHH-17635] - UnsupportedOperationException when registering CompositeUserType with TypeContributor.contributeType * [HHH-17632] - AssertionError when updating entity with lazy loading property and bytecode enhancement * [HHH-17623] - Ordering collection @​OrderBy based on association fails * [HHH-17621] - UnsupportedOperationException when merging an entity with a @​Any mapping * [HHH-17619] - Discriminator-based multitenancy filter is not enabled in a stateless session * [HHH-17618] - After upgrading to to hibernate 6.3.2 finding relations with non abstract parent class fails. * [HHH-17615] - @​SoftDelete query problem with Joined Inheritance hierarchy structure * [HHH-17606] - Cannot resolve path of nested generic mapped-superclass joins * [HHH-17578] - ClassCastException when calling generic typed method on proxy * [HHH-17574] - Exception on query: Could not convert ‘java.util.Currency’ to ‘java.util.Currency’ using ‘org.hibernate.type.descriptor.java.CurrencyJavaType’ to wrap * [HHH-17572] - Persist of entity with ToOne association which contains an embeddable with associated collection fails with SemanticException * [HHH-17566] - addNamedQuery leads to "Named query exists, but did not specify a resultClass" * [HHH-17560] - ArrayIndexOutOfBoundsException in DirtyHelper.isModified() * [HHH-17530] - Criteria query with nested dynamic instantiations and sorting is not working * [HHH-17528] - Explicit selection of an @​Embeddable property containing associated collections doesn't work * [HHH-17515] - DynamicInstantiationResult wrong java type constructor selected * [HHH-17511] - The @​SoftDelete HQL join entity does not generate a delete condition * [HHH-17507] - Could not convert 'java.time.Year' to 'java.time.Year' using 'org.hibernate.type.descriptor.java.YearJavaType' to wrap * [HHH-17496] - Inconsistent handling of enum fields * [HHH-17492] - IN predicate with numeric/decimal parameter types leads to Binding is multi-valued; illegal call to #getBindValue * [HHH-17490] - NOT IN clause does not work with empty list * [HHH-17483] - Nested subtypes filtered out in bidirectional OneToMany association load * [HHH-17481] - OneToMany load empty collection due to discriminator in Polymorphic relationship * [HHH-17467] - QueryArgumentException when using a proxy as parameter value in a query * [HHH-17463] - UnsupportedOperationException when using JAKARTA_JDBC_URL * [HHH-17435] - Trim function not escaping single quotes and not allowing input parameters as trim character * [HHH-17395] - Refresh with PESSIMISTIC_WRITE ignored for lazy loaded entity * [HHH-17327] - Adding support for Union All in IncrementGenerator * [HHH-17307] - Hibernate 6 ListResultsConsumer.Results#addUnique really slow for ElementCollections * [HHH-17253] - Stackoverflow error on jpamodelgen generation * [HHH-17106] - Varchar(1) column for Java Enum fails with ClassCastException * [HHH-16881] - Envers RevisionListener is not created when Hibernate CDI Extensions are enabled * [HHH-16526] - Query toHqlString() loses function arguments * [HHH-14821] - EntityKey 'null identifier' should not happen * [HHH-14358] - Support binding null UUID sql parameter with PostgreSQL * [HHH-1645] - refresh with LockMode on an unitialized proxy does not work

** Improvement * [HHH-17396] - Fix typos in javadoc * [HHH-17303] - More realistic testcase for HHH-16180

** Task * [HHH-17616] - Move resources to the src/resources folders

... (truncated)

Commits
  • 03aa53d Post-steps for release : 6.4.2.Final
  • 713af21 Pre-steps for release : 6.4.2.Final
  • 29346e6 HHH-17635 - Add test for issue
  • d6f09d6 HHH-17635 - register custom user types when contributed through a service pro...
  • 733b555 HHH-17619 Add the multitenancy filter in a stateless session
  • f5800a0 HHH-17435 Small fixes to trim() function
  • 8250f13 HHH-17639 Make recursive CTE cycle detection emulation independent of collation
  • 899bf7b HHH-17632 AssertionError when updating entity with lazy loading property and ...
  • 8f3cc24 HHH-17632 Add test for issue
  • b8d9552 HHH-17492 Allow parameter inferred mapping for same java types
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 19, 2024
@github-actions github-actions bot enabled auto-merge (squash) January 19, 2024 04:32
Bumps `hibernate-orm.version` from 6.1.7.Final to 6.4.2.Final.

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/main/hibernate-orm.version-6.4.2.Final branch from fb2d41d to 901a377 Compare January 19, 2024 04:50
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 5, 2024

Superseded by #1799.

@dependabot dependabot bot closed this Feb 5, 2024
auto-merge was automatically disabled February 5, 2024 04:43

Pull request was closed

@dependabot dependabot bot deleted the dependabot/maven/main/hibernate-orm.version-6.4.2.Final branch February 5, 2024 04:43
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