Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

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

Release notes

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

Hibernate ORM 6.4.3.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.3.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.3.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.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:

... (truncated)

Changelog

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

Changes in 6.4.3.Final (February 02, 2024)

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

** Bug * [HHH-17690] - Joins with Predicates using Criteria API in combination with EntityGraph poducing additional joins. * [HHH-17689] - Cache SQL statement for unique key lookup * [HHH-17687] - AttributeConverter, query does not use converter to convert 'null' fields * [HHH-17686] - Join with inheritance subtype association doesn't trigger auto-flush * [HHH-17683] - hibernate-jpamodelgen generates wrong constructor for metamodel of entities whose methods contain a static EntityManager getEntityManager() * [HHH-17681] - Restore AbstractSqmSelfRenderingFunctionDescriptor backwards compatibility * [HHH-17679] - Unnecessary entity name usage leads to collection element join * [HHH-17677] - COALESCE usage in SQL is broken when giving NULL as second parameter * [HHH-17674] - NullPointerException thrown when loading entity previously evicted and proxied * [HHH-17670] - NPE in FromClause#findTableGroup * [HHH-17668] - NullPointerException when refreshing bytecode-enhanced entity from second-level cache * [HHH-17667] - Delete by type query with @​DiscriminatorColumn generates SQL with a missing join * [HHH-17666] - Datetime truncation fails when argument is a converted property * [HHH-17665] - java.lang.ClassCastException in some cases when loading child entities, mapped as joined-subclass. * [HHH-17653] - Error in generating schema when @​Generator annotation is applied to a non id embeddable property * [HHH-17644] - Mapping of generic types in single table inheritance depends on lexicographical order of parent and child classnames * [HHH-17643] - Allow uninitialized proxy serialization even when a SessionFactory is not available * [HHH-17634] - Merging a new entity having a @​GeneratedValue id should not set the generated id to the original entity * [HHH-17629] - Criteria and Entity graph generates same join clause twice * [HHH-17605] - NativeQuery - Multiple entities of same type are translated into the same single object * [HHH-17598] - Criteria multiselect doesn't work properly for array types other than Object[] * [HHH-17594] - "Could not set value of type" for @​EmbeddedId that uses a @​DiscriminatorValue as Key * [HHH-17587] - Setting to null a property from a @​SecondaryTable and @​DynamicUpdate deletes the whole entry from database * [HHH-17550] - NO_CONSTRAINT not honored by InheritanceType.JOINED * [HHH-17526] - During eager batch fetching, real exceptions swallowed by exception in finally * [HHH-17461] - Add explicit @​SoftDelete column duplication validation * [HHH-17420] - JoinColumn throws an occurs out of order AnnotationException * [HHH-17326] - deprecated lazyLoading no longer working * [HHH-17320] - A basic attribute of type TreeMap causes a JdbcTypeRecommendationException * [HHH-17113] - Incorrect SQL generated on DiscriminatorColumn when combined with bidirectional relation and @​DiscriminatorOptions(force = true) * [HHH-16960] - OneToOne lazy loading fails when fetch graph is involved

** Improvement * [HHH-17319] - Use Oracle GraalVM for Atlas builds

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

... (truncated)

Commits
  • ad5e3df Post-steps for release : 6.4.3.Final
  • 722c213 Pre-steps for release : 6.4.3.Final
  • 5ae21a1 HHH-17320 A basic attribute of type TreeMap causes a JdbcTypeRecommendationEx...
  • 7be2362 HHH-17320 Add test for issue
  • b781594 HHH-17687 AttributeConverter, query does not use converter to convert 'null' ...
  • e4f5926 HHH-17687 Add test for issue
  • 24d25ce HHH-17686 Avoid internal use of pruned expression for named references
  • 702caf4 HHH-17686 Add test for issue
  • 7197f25 HHH-17319 Use Oracle GraalVM for Atlas builds
  • da21ca2 HHH-17689 Cache SQL statement for unique key lookup
  • Additional commits viewable in compare view

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

Release notes

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

Hibernate ORM 6.4.3.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.3.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.3.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.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:

... (truncated)

Changelog

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

Changes in 6.4.3.Final (February 02, 2024)

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

** Bug * [HHH-17690] - Joins with Predicates using Criteria API in combination with EntityGraph poducing additional joins. * [HHH-17689] - Cache SQL statement for unique key lookup * [HHH-17687] - AttributeConverter, query does not use converter to convert 'null' fields * [HHH-17686] - Join with inheritance subtype association doesn't trigger auto-flush * [HHH-17683] - hibernate-jpamodelgen generates wrong constructor for metamodel of entities whose methods contain a static EntityManager getEntityManager() * [HHH-17681] - Restore AbstractSqmSelfRenderingFunctionDescriptor backwards compatibility * [HHH-17679] - Unnecessary entity name usage leads to collection element join * [HHH-17677] - COALESCE usage in SQL is broken when giving NULL as second parameter * [HHH-17674] - NullPointerException thrown when loading entity previously evicted and proxied * [HHH-17670] - NPE in FromClause#findTableGroup * [HHH-17668] - NullPointerException when refreshing bytecode-enhanced entity from second-level cache * [HHH-17667] - Delete by type query with @​DiscriminatorColumn generates SQL with a missing join * [HHH-17666] - Datetime truncation fails when argument is a converted property * [HHH-17665] - java.lang.ClassCastException in some cases when loading child entities, mapped as joined-subclass. * [HHH-17653] - Error in generating schema when @​Generator annotation is applied to a non id embeddable property * [HHH-17644] - Mapping of generic types in single table inheritance depends on lexicographical order of parent and child classnames * [HHH-17643] - Allow uninitialized proxy serialization even when a SessionFactory is not available * [HHH-17634] - Merging a new entity having a @​GeneratedValue id should not set the generated id to the original entity * [HHH-17629] - Criteria and Entity graph generates same join clause twice * [HHH-17605] - NativeQuery - Multiple entities of same type are translated into the same single object * [HHH-17598] - Criteria multiselect doesn't work properly for array types other than Object[] * [HHH-17594] - "Could not set value of type" for @​EmbeddedId that uses a @​DiscriminatorValue as Key * [HHH-17587] - Setting to null a property from a @​SecondaryTable and @​DynamicUpdate deletes the whole entry from database * [HHH-17550] - NO_CONSTRAINT not honored by InheritanceType.JOINED * [HHH-17526] - During eager batch fetching, real exceptions swallowed by exception in finally * [HHH-17461] - Add explicit @​SoftDelete column duplication validation * [HHH-17420] - JoinColumn throws an occurs out of order AnnotationException * [HHH-17326] - deprecated lazyLoading no longer working * [HHH-17320] - A basic attribute of type TreeMap causes a JdbcTypeRecommendationException * [HHH-17113] - Incorrect SQL generated on DiscriminatorColumn when combined with bidirectional relation and @​DiscriminatorOptions(force = true) * [HHH-16960] - OneToOne lazy loading fails when fetch graph is involved

** Improvement * [HHH-17319] - Use Oracle GraalVM for Atlas builds

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

... (truncated)

Commits
  • ad5e3df Post-steps for release : 6.4.3.Final
  • 722c213 Pre-steps for release : 6.4.3.Final
  • 5ae21a1 HHH-17320 A basic attribute of type TreeMap causes a JdbcTypeRecommendationEx...
  • 7be2362 HHH-17320 Add test for issue
  • b781594 HHH-17687 AttributeConverter, query does not use converter to convert 'null' ...
  • e4f5926 HHH-17687 Add test for issue
  • 24d25ce HHH-17686 Avoid internal use of pruned expression for named references
  • 702caf4 HHH-17686 Add test for issue
  • 7197f25 HHH-17319 Use Oracle GraalVM for Atlas builds
  • da21ca2 HHH-17689 Cache SQL statement for unique key lookup
  • 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-orm.version` from 6.1.7.Final to 6.4.3.Final.

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

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

---
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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 5, 2024
@github-actions github-actions bot enabled auto-merge (squash) February 5, 2024 04:43
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 9, 2024

Superseded by #1810.

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

Pull request was closed

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