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.3.1.Final to 6.4.1.Final #421

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2023

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

Changelog

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

Changes in 6.4.1.Final (December 15, 2023)

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

** Bug * [HHH-17570] - Wrong name provided when checking Oracle autonomous JSON database * [HHH-17561] - NullPointerException at OracleServerConfiguration class * [HHH-17555] - equals hashcode combined with naturalId * [HHH-17553] - java.util.ConcurrentModificationException: null when loading an entity * [HHH-17551] - Gradle Enterprise improvements * [HHH-17528] - Explicit selection of an @​Embeddable property containing associated collections doesn't work * [HHH-17525] - StackOverflowError when using @​ManyToMany with composite id * [HHH-17520] - Schema creation fails with interval second data type on PostgreSQL * [HHH-17519] - Initializing a lazy association with a non aggregate id causes a NPE * [HHH-17515] - DynamicInstantiationResult wrong java type constructor selected * [HHH-17499] - SemanticException when querying embedded id entity with positional parameter * [HHH-17494] - Metamodel generator produces an uncompilable class when an EntityGraph name contains a comma * [HHH-17491] - UnknownEntityTypeException thrown when multiple subclasses define an attribute with the same name and one is a MappedSuperclass * [HHH-17489] - ConcurrentModificationException after upgrading to 6.4.0 * [HHH-17466] - Exception on query: Could not convert 'java.util.Locale' to 'java.util.Locale' using 'org.hibernate.type.descriptor.java.LocaleJavaType' to wrap * [HHH-17464] - 6.4.0 regression: NullPointerException in DefaultEvictEventListener#onEvict * [HHH-17456] - java.util.UnknownFormatConversionException thrown why logging set to TRACE * [HHH-17445] - Subquery correlated path expressions do not work with nullness predicates * [HHH-17418] - Bytecode enchanced read accessor for a final field uses "missing" writer method * [HHH-17416] - Using tuples in WHERE clause throws SemanticException * [HHH-17413] - Invalid SQL with TYPE() function and CASE expression in SELECT clause * [HHH-17408] - Unproxying leads to uninitialized one-to-one associations in some cases involving polymorphism * [HHH-17407] - AssertionError when using JpaEntityJoin with correlated subqery if criteria copy tree is enabled * [HHH-17405] - Cannot resolve path of generic mapped-superclass association path * [HHH-17402] - UnknownEntityTypeException: Unable to locate persister - when comparing generic interface ToOne attribute to parameter * [HHH-17397] - Count with right join returns count on the left entity although requested by the right one * [HHH-17395] - Refresh with PESSIMISTIC_WRITE ignored for lazy loaded entity * [HHH-17393] - Incorrect return type for List attribute, wrap in additional list * [HHH-17392] - UnsupportedOperationException when using row_number() window function without top level GROUP BY * [HHH-17391] - AssertionError when using row_number() window function with ORDER BY * [HHH-17387] - Can't use EAGER ManyToOne on parent abstract class of joined table entity * [HHH-17379] - Right join does not return records from the right table if there is condition on ID field and there's no matching record in the from clause * [HHH-17359] - Query Cache contains null values for entity associations when entity was already loaded * [HHH-17334] - Duplicated columns when updating indexed @​ElementCollection with non updatable fields * [HHH-17293] - Schema validation fails on postgres interval seconds type * [HHH-17280] - UnknownTableReferenceException in subquery selecting embeddable foreign key * [HHH-16967] - Missing join on inheritance parent table to validate @​Where condition * [HHH-16756] - orphanRemoval does not work when bytecode enhancement is enabled * [HHH-16306] - CountExpressionTest.testCountDistinctTuple fails on Sybase * [HHH-16100] - Dynamic-map entity mode does not register a column for one-to-one associations * [HHH-1645] - refresh with LockMode on an unitialized proxy does not work

** Improvement * [HHH-17554] - No join on the table of the parent class with JOINED inheritance strategy when the select not contains a column used in @​Where or @​SQLRestriction

... (truncated)

Commits
  • 299eb04 Post-steps for release : 6.4.1.Final
  • 8f81706 Pre-steps for release : 6.4.1.Final
  • 53a2955 HHH-17570 Fix wrong name when checking Oracle autonomous JSON database
  • c3d1ebf update the Javadoc overview
  • 67cdd0b [HHH-17416] Add new inheritor JavaObjectType for specifying unresolved query ...
  • 71c95f1 HHH-17551 Updated build cache config to only push when authenticated
  • 55431f2 HHH-17565 Add JDK 22-ea testing
  • ff86531 Bump github/codeql-action from 2 to 3
  • 7e4e478 HHH-17489 Fix concurrent modifications during post load processing
  • 1e21da1 HHH-17520 Schema creation fails with interval second data type on PostgreSQL
  • Additional commits viewable in compare view

Updates org.hibernate.orm.tooling:hibernate-enhance-maven-plugin from 6.3.1.Final to 6.4.1.Final

Changelog

Sourced from org.hibernate.orm.tooling:hibernate-enhance-maven-plugin's changelog.

Changes in 6.4.1.Final (December 15, 2023)

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

** Bug * [HHH-17570] - Wrong name provided when checking Oracle autonomous JSON database * [HHH-17561] - NullPointerException at OracleServerConfiguration class * [HHH-17555] - equals hashcode combined with naturalId * [HHH-17553] - java.util.ConcurrentModificationException: null when loading an entity * [HHH-17551] - Gradle Enterprise improvements * [HHH-17528] - Explicit selection of an @​Embeddable property containing associated collections doesn't work * [HHH-17525] - StackOverflowError when using @​ManyToMany with composite id * [HHH-17520] - Schema creation fails with interval second data type on PostgreSQL * [HHH-17519] - Initializing a lazy association with a non aggregate id causes a NPE * [HHH-17515] - DynamicInstantiationResult wrong java type constructor selected * [HHH-17499] - SemanticException when querying embedded id entity with positional parameter * [HHH-17494] - Metamodel generator produces an uncompilable class when an EntityGraph name contains a comma * [HHH-17491] - UnknownEntityTypeException thrown when multiple subclasses define an attribute with the same name and one is a MappedSuperclass * [HHH-17489] - ConcurrentModificationException after upgrading to 6.4.0 * [HHH-17466] - Exception on query: Could not convert 'java.util.Locale' to 'java.util.Locale' using 'org.hibernate.type.descriptor.java.LocaleJavaType' to wrap * [HHH-17464] - 6.4.0 regression: NullPointerException in DefaultEvictEventListener#onEvict * [HHH-17456] - java.util.UnknownFormatConversionException thrown why logging set to TRACE * [HHH-17445] - Subquery correlated path expressions do not work with nullness predicates * [HHH-17418] - Bytecode enchanced read accessor for a final field uses "missing" writer method * [HHH-17416] - Using tuples in WHERE clause throws SemanticException * [HHH-17413] - Invalid SQL with TYPE() function and CASE expression in SELECT clause * [HHH-17408] - Unproxying leads to uninitialized one-to-one associations in some cases involving polymorphism * [HHH-17407] - AssertionError when using JpaEntityJoin with correlated subqery if criteria copy tree is enabled * [HHH-17405] - Cannot resolve path of generic mapped-superclass association path * [HHH-17402] - UnknownEntityTypeException: Unable to locate persister - when comparing generic interface ToOne attribute to parameter * [HHH-17397] - Count with right join returns count on the left entity although requested by the right one * [HHH-17395] - Refresh with PESSIMISTIC_WRITE ignored for lazy loaded entity * [HHH-17393] - Incorrect return type for List attribute, wrap in additional list * [HHH-17392] - UnsupportedOperationException when using row_number() window function without top level GROUP BY * [HHH-17391] - AssertionError when using row_number() window function with ORDER BY * [HHH-17387] - Can't use EAGER ManyToOne on parent abstract class of joined table entity * [HHH-17379] - Right join does not return records from the right table if there is condition on ID field and there's no matching record in the from clause * [HHH-17359] - Query Cache contains null values for entity associations when entity was already loaded * [HHH-17334] - Duplicated columns when updating indexed @​ElementCollection with non updatable fields * [HHH-17293] - Schema validation fails on postgres interval seconds type * [HHH-17280] - UnknownTableReferenceException in subquery selecting embeddable foreign key * [HHH-16967] - Missing join on inheritance parent table to validate @​Where condition * [HHH-16756] - orphanRemoval does not work when bytecode enhancement is enabled * [HHH-16306] - CountExpressionTest.testCountDistinctTuple fails on Sybase * [HHH-16100] - Dynamic-map entity mode does not register a column for one-to-one associations * [HHH-1645] - refresh with LockMode on an unitialized proxy does not work

** Improvement * [HHH-17554] - No join on the table of the parent class with JOINED inheritance strategy when the select not contains a column used in @​Where or @​SQLRestriction

... (truncated)

Commits
  • 299eb04 Post-steps for release : 6.4.1.Final
  • 8f81706 Pre-steps for release : 6.4.1.Final
  • 53a2955 HHH-17570 Fix wrong name when checking Oracle autonomous JSON database
  • c3d1ebf update the Javadoc overview
  • 67cdd0b [HHH-17416] Add new inheritor JavaObjectType for specifying unresolved query ...
  • 71c95f1 HHH-17551 Updated build cache config to only push when authenticated
  • 55431f2 HHH-17565 Add JDK 22-ea testing
  • ff86531 Bump github/codeql-action from 2 to 3
  • 7e4e478 HHH-17489 Fix concurrent modifications during post load processing
  • 1e21da1 HHH-17520 Schema creation fails with interval second data type on PostgreSQL
  • 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 Dec 15, 2023
@dependabot dependabot bot requested a review from igdianov December 15, 2023 21:08
Copy link

codecov bot commented Dec 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (caeb732) 76.77% compared to head (0abbea8) 76.77%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #421   +/-   ##
=========================================
  Coverage     76.77%   76.77%           
  Complexity     1225     1225           
=========================================
  Files            79       79           
  Lines          5352     5352           
  Branches        744      744           
=========================================
  Hits           4109     4109           
  Misses          922      922           
  Partials        321      321           

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

@dependabot dependabot bot force-pushed the dependabot/maven/master/hibernate.version-6.4.1.Final branch 2 times, most recently from a6c9083 to 610faca Compare December 27, 2023 00:07
Bumps `hibernate.version` from 6.3.1.Final to 6.4.1.Final.

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

Updates `org.hibernate.orm.tooling:hibernate-enhance-maven-plugin` from 6.3.1.Final to 6.4.1.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.3.1...6.4.1)

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-platform
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.hibernate.orm.tooling:hibernate-enhance-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/master/hibernate.version-6.4.1.Final branch from 610faca to 0abbea8 Compare December 27, 2023 00:15
@igdianov igdianov merged commit f600f4e into master Dec 27, 2023
7 checks passed
@igdianov igdianov deleted the dependabot/maven/master/hibernate.version-6.4.1.Final branch December 27, 2023 00:55
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