introproventures / graphql-jpa-query

Generate GraphQL Query Api for your JPA Entity Models
https://github.com/introproventures/graphql-jpa-query
Apache License 2.0
195 stars 54 forks source link

chore(deps): bump hibernate.version from 6.4.2.Final to 6.4.3.Final #443

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

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

Release notes

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

Changelog

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

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.tooling:hibernate-enhance-maven-plugin from 6.4.2.Final to 6.4.3.Final

Release notes

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

Changelog

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

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 will merge this PR once it's up-to-date and CI passes on it, as requested by @igdianov.


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 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)
codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4b1e7a4) 76.74% compared to head (aaa393b) 76.74%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #443 +/- ## ========================================= 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

igdianov commented 8 months ago

@dependabot squash and merge

dependabot[bot] commented 8 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.