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

chore(deps): bump hibernate.version from 6.4.1.Final to 6.4.2.Final #438

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps hibernate.version from 6.4.1.Final to 6.4.2.Final.
Updates org.hibernate.orm:hibernate-platform from 6.4.1.Final to 6.4.2.Final

Release notes

Sourced from org.hibernate.orm:hibernate-platform'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-platform'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.tooling:hibernate-enhance-maven-plugin from 6.4.1.Final to 6.4.2.Final

Release notes

Sourced from org.hibernate.orm.tooling:hibernate-enhance-maven-plugin'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.tooling:hibernate-enhance-maven-plugin'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-platform` 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.tooling:hibernate-enhance-maven-plugin` 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-platform
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 18, 2024
@dependabot dependabot bot requested a review from igdianov January 18, 2024 21:49
Copy link

codecov bot commented Jan 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b89a062) 76.74% compared to head (b879d1d) 76.74%.
Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #438   +/-   ##
=========================================
  Coverage     76.74%   76.74%           
  Complexity     1226     1226           
=========================================
  Files            79       79           
  Lines          5344     5344           
  Branches        744      744           
=========================================
  Hits           4101     4101           
  Misses          922      922           
  Partials        321      321           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@igdianov igdianov merged commit 2423bab into master Jan 19, 2024
5 checks passed
@igdianov igdianov deleted the dependabot/maven/master/hibernate.version-6.4.2.Final branch January 19, 2024 16:20
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.

None yet

1 participant