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 org.hibernate.orm:hibernate-core from 6.2.29-SNAPSHOT to 6.6.0.CR2 #9

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 7, 2024

Bumps org.hibernate.orm:hibernate-core from 6.2.29-SNAPSHOT to 6.6.0.CR2.

Release notes

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

Hibernate ORM 6.6.0.CR1 released

Today, we published a new candidate release of Hibernate ORM 6.6: 6.6.0.CR1.

What's new

This release introduces a lot of improvements as well as bug fixes.

Please refer to the release announcement for details. You can find the full list of 6.6.0.CR1 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.10.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.10.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.10.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.6.0.CR2 (August 6, 2024)

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

** Bug * [HHH-15725] - Criteria API Expression.as adds cast even when the cast type is equal to the expression type * [HHH-17840] - Jackson JsonNode stored as JSON "null" value instead of database NULL * [HHH-17914] - NPE getSqlString() in debug mode * [HHH-17949] - StatelessSession.upsert() with @​Version-ed entity on databases with no SQL merge * [HHH-18012] - Subclass of super generic array AttributeConverter cannot be auto applied * [HHH-18017] - Query cache on Polymorphic entities leads to InstantiationException (Cannot instantiate abstract class) * [HHH-18062] - 'Could not instantiate entity ... due to argument type mismatch' with record @​IdClass * [HHH-18085] - Executing SELECT query twice in a transaction, leads to "Shared references of collection error" * [HHH-18086] - Assertion Error when using JOIN FETCH on ToOneAttribute with multiple JOINs of parent entity * [HHH-18108] - Duplicate class definition regression caused by ClassTransformer * [HHH-18177] - org.hibernate.AssertionFailure: null identifier for collection of role thrown when merging entity with generated id * [HHH-18229] - "UnsupportedOperationException: Re-work support for semi-resolve " with null value in column referenced by @​JoinColumn * [HHH-18272] - UnsupportedOperationException when order / group by clause contains aliased item * [HHH-18278] - Metamodel generator is ignoring JPA/Hibernate annotations in package-info * [HHH-18280] - Support named procedure parameters down to the JDBC level * [HHH-18284] - Missing classes in org.hibernate.graalvm.internal.StaticClassLists * [HHH-18285] - Non-polymorphic embeddable inheritance fails starting with Hibernate ORM 6.6 * [HHH-18288] - Subclasses of SINGLE_TABLE Inheritance should not be allowed to define @​Table * [HHH-18291] - Regression in SemanticQueryBuilder 6.4.7.Final -> 6.4.8.Final. Also present in 6.5.2.Final. * [HHH-18292] - Regression in SemanticQueryBuilder 6.4.9.Final -> 6.5.0.Final. Also present in 6.5.2.Final. * [HHH-18302] - DB2CallableStatementSupport uses an invalid syntax for named parameters * [HHH-18306] - Implicit instantiation for queries with single selection item broken * [HHH-18312] - Informix nationalized JDBC types support * [HHH-18313] - NullPointerException because JdbcIsolationDelegate.sqlExceptionHelper() returns null * [HHH-18330] - UnknownTableReferenceException in JPQL query when join fetching to-one in embedded id * [HHH-18332] - DB2 stored procedures returning REF_CURSORs are not working with the standard support * [HHH-18334] - Teradata doesn't support variable limit * [HHH-18338] - When an embeddable object is loaded before the entity it references, hibernate fails to start * [HHH-18340] - method return type errors in AbstractDelegatingSessionFactoryBuilder * [HHH-18343] - fix Altibase integration test failures since Hibernate 6.5.2 * [HHH-18347] - Casted parameter rendering broken for some DDL types when using @​Column * [HHH-18352] - Tuple comparison emulation performing bad * [HHH-18357] - Null pointer exception in createCountQuery because Identifier descriptor is null in MappedSuperclass * [HHH-18358] - Metemodel generator does not resolving entity type literals * [HHH-18382] - Assertion error when using @​DiscriminatorFormula for embeddable inheritance * [HHH-18390] - JoinColumn leads to `NullPointerException: Cannot invoke "Object.hashCode()" because "value" is null` on load * [HHH-18406] - Oracle: schema update fails to create entity table if one of the fields is an array * [HHH-18410] - Performance regression due to megamorphic calls

** Improvement

  • [HHH-12836] - JtaPlatformInitiator.initiateService is logging same debug message twice
  • [HHH-18296] - When JDBC drivers generate SQLWarnings with a "success" SQLState, do not log that at WARN level
  • [HHH-18301] - Db2 supports 'drop table if exists' since version 11.5
  • [HHH-18318] - fix user guide's bootstrap method reference link text

... (truncated)

Commits

Dependabot compatibility score

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 [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) from 6.2.29-SNAPSHOT to 6.6.0.CR2.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/commits/6.6.0.CR2)

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-type: direct:production
  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 Aug 7, 2024
Copy link
Author

dependabot bot commented on behalf of github Aug 9, 2024

Superseded by #12.

@dependabot dependabot bot closed this Aug 9, 2024
@dependabot dependabot bot deleted the dependabot/gradle/org.hibernate.orm-hibernate-core-6.6.0.CR2 branch August 9, 2024 03:29
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.

0 participants