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 6.4.1.Final to 6.4.2.Final #577

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps hibernate.version from 6.4.1.Final to 6.4.2.Final.
Updates org.hibernate.orm:hibernate-core from 6.4.1.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.

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

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-micrometer from 6.4.1.Final to 6.4.2.Final

Release notes

Sourced from org.hibernate.orm:hibernate-micrometer'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.

Changelog

Sourced from org.hibernate.orm:hibernate-micrometer'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

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)

Bumps `hibernate.version` from 6.4.1.Final to 6.4.2.Final.

Updates `org.hibernate.orm:hibernate-core` from 6.4.1.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.4.1...6.4.2)

Updates `org.hibernate.orm:hibernate-micrometer` from 6.4.1.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.4.1...6.4.2)

---
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-micrometer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 19, 2024 09:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 19, 2024
@jolarsen jolarsen merged commit 9d024ef into master Jan 26, 2024
2 checks passed
@jolarsen jolarsen deleted the dependabot/maven/hibernate.version-6.4.2.Final branch January 26, 2024 22:47
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant