Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2022

Bumps version.org.hibernate.orm from 6.0.0.CR1 to 6.0.0.CR2.
Updates hibernate-core from 6.0.0.CR1 to 6.0.0.CR2

Changelog

Sourced from hibernate-core's changelog.

Changes in 6.0.0.CR2 (March 09, 2022)

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

** Bug * [HHH-15084] - JpaCompliantLifecycleStrategy uses deprecated BeanManager method that's gone in CDI 4.0 * [HHH-15082] - JDBC Statement leaks after exceptions other than SQLException during insert/update/... * [HHH-15073] - Criteria query built from JPA metamodel throws PersistenceException: Specified result type [long] did not match Query selection type [java.lang.Long] * [HHH-15071] - "this.anticipatedType" is null * [HHH-15068] - "CDI BeanManager not (yet) ready to use" when refferring to a user type by name and using an ExtendedBeanManager * [HHH-15057] - JdbcSQLException: NULL not allowed for column "BOOKS_ORDER" when inserting into many-to-many list * [HHH-15054] - NPE on cascade-delete for @​OneToMany(mappedBy = ...) association * [HHH-14932] - Spatial support for PostgreSQL 10+ uses invalid WKB dialect * [HHH-13694] - Numeric Overflow Exception when retrieving the Meta-data for sequences from Oracle Database * [HHH-10463] - Coalesce does not handle NULL values properly for PostgreSQL

** Improvement * [HHH-15106] - fk() SQM function * [HHH-15099] - Improve handling of associations marked with @​NotFound * [HHH-15094] - Handle http://hibernate.org and https://* for all DTDs in LocalXmlResourceResolver

** Task * [HHH-15114] - Clean up deprecations * [HHH-14604] - Sign published artifacts

Commits
  • 92686b1 Post-steps for release : 6.0.0.CR2
  • 8c5fdea Pre-steps for release : 6.0.0.CR2
  • 3dc0dd0 HHH-15114 - Clean up deprecations
  • d4f4d09 Render and stage migration-guide to be published to the doc server along with...
  • 1fe1110 HHH-15106 - fk() SQM function
  • 415b28f HHH-15114 - Clean up deprecations
  • c46ec5a Removed deprecated AbstractEntityPersister.getIdentityDelegate()
  • 91a1ff8 Removed deprecated SharedSessionContractImplementor.getTimestamp()
  • 291e755 Removed deprecated methods in ProxyFactoryFactory and NoneBasicProxyFactory
  • 9fc2b3d Removed deprecated LazyAttributesMetadata.getAttributesInSameFetchGroup(...)
  • Additional commits viewable in compare view

Updates hibernate-envers from 6.0.0.CR1 to 6.0.0.CR2

Changelog

Sourced from hibernate-envers's changelog.

Changes in 6.0.0.CR2 (March 09, 2022)

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

** Bug * [HHH-15084] - JpaCompliantLifecycleStrategy uses deprecated BeanManager method that's gone in CDI 4.0 * [HHH-15082] - JDBC Statement leaks after exceptions other than SQLException during insert/update/... * [HHH-15073] - Criteria query built from JPA metamodel throws PersistenceException: Specified result type [long] did not match Query selection type [java.lang.Long] * [HHH-15071] - "this.anticipatedType" is null * [HHH-15068] - "CDI BeanManager not (yet) ready to use" when refferring to a user type by name and using an ExtendedBeanManager * [HHH-15057] - JdbcSQLException: NULL not allowed for column "BOOKS_ORDER" when inserting into many-to-many list * [HHH-15054] - NPE on cascade-delete for @​OneToMany(mappedBy = ...) association * [HHH-14932] - Spatial support for PostgreSQL 10+ uses invalid WKB dialect * [HHH-13694] - Numeric Overflow Exception when retrieving the Meta-data for sequences from Oracle Database * [HHH-10463] - Coalesce does not handle NULL values properly for PostgreSQL

** Improvement * [HHH-15106] - fk() SQM function * [HHH-15099] - Improve handling of associations marked with @​NotFound * [HHH-15094] - Handle http://hibernate.org and https://* for all DTDs in LocalXmlResourceResolver

** Task * [HHH-15114] - Clean up deprecations * [HHH-14604] - Sign published artifacts

Commits
  • 92686b1 Post-steps for release : 6.0.0.CR2
  • 8c5fdea Pre-steps for release : 6.0.0.CR2
  • 3dc0dd0 HHH-15114 - Clean up deprecations
  • d4f4d09 Render and stage migration-guide to be published to the doc server along with...
  • 1fe1110 HHH-15106 - fk() SQM function
  • 415b28f HHH-15114 - Clean up deprecations
  • c46ec5a Removed deprecated AbstractEntityPersister.getIdentityDelegate()
  • 91a1ff8 Removed deprecated SharedSessionContractImplementor.getTimestamp()
  • 291e755 Removed deprecated methods in ProxyFactoryFactory and NoneBasicProxyFactory
  • 9fc2b3d Removed deprecated LazyAttributesMetadata.getAttributesInSameFetchGroup(...)
  • Additional commits viewable in compare view

Updates hibernate-testing from 6.0.0.CR1 to 6.0.0.CR2

Changelog

Sourced from hibernate-testing's changelog.

Changes in 6.0.0.CR2 (March 09, 2022)

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

** Bug * [HHH-15084] - JpaCompliantLifecycleStrategy uses deprecated BeanManager method that's gone in CDI 4.0 * [HHH-15082] - JDBC Statement leaks after exceptions other than SQLException during insert/update/... * [HHH-15073] - Criteria query built from JPA metamodel throws PersistenceException: Specified result type [long] did not match Query selection type [java.lang.Long] * [HHH-15071] - "this.anticipatedType" is null * [HHH-15068] - "CDI BeanManager not (yet) ready to use" when refferring to a user type by name and using an ExtendedBeanManager * [HHH-15057] - JdbcSQLException: NULL not allowed for column "BOOKS_ORDER" when inserting into many-to-many list * [HHH-15054] - NPE on cascade-delete for @​OneToMany(mappedBy = ...) association * [HHH-14932] - Spatial support for PostgreSQL 10+ uses invalid WKB dialect * [HHH-13694] - Numeric Overflow Exception when retrieving the Meta-data for sequences from Oracle Database * [HHH-10463] - Coalesce does not handle NULL values properly for PostgreSQL

** Improvement * [HHH-15106] - fk() SQM function * [HHH-15099] - Improve handling of associations marked with @​NotFound * [HHH-15094] - Handle http://hibernate.org and https://* for all DTDs in LocalXmlResourceResolver

** Task * [HHH-15114] - Clean up deprecations * [HHH-14604] - Sign published artifacts

Commits
  • 92686b1 Post-steps for release : 6.0.0.CR2
  • 8c5fdea Pre-steps for release : 6.0.0.CR2
  • 3dc0dd0 HHH-15114 - Clean up deprecations
  • d4f4d09 Render and stage migration-guide to be published to the doc server along with...
  • 1fe1110 HHH-15106 - fk() SQM function
  • 415b28f HHH-15114 - Clean up deprecations
  • c46ec5a Removed deprecated AbstractEntityPersister.getIdentityDelegate()
  • 91a1ff8 Removed deprecated SharedSessionContractImplementor.getTimestamp()
  • 291e755 Removed deprecated methods in ProxyFactoryFactory and NoneBasicProxyFactory
  • 9fc2b3d Removed deprecated LazyAttributesMetadata.getAttributesInSameFetchGroup(...)
  • 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 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 `version.org.hibernate.orm` from 6.0.0.CR1 to 6.0.0.CR2.

Updates `hibernate-core` from 6.0.0.CR1 to 6.0.0.CR2
- [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.0.0.CR1...6.0.0.CR2)

Updates `hibernate-envers` from 6.0.0.CR1 to 6.0.0.CR2
- [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.0.0.CR1...6.0.0.CR2)

Updates `hibernate-testing` from 6.0.0.CR1 to 6.0.0.CR2
- [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.0.0.CR1...6.0.0.CR2)

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm:hibernate-envers
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm:hibernate-testing
  dependency-type: direct:development
  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 Mar 14, 2022
@hibernate-github-bot
Copy link

hibernate-github-bot bot commented Mar 14, 2022

Thanks for your pull request!

This pull request does not follow the contribution rules. Could you have a look?

❌ All commit messages should start with a JIRA issue key matching pattern HSEARCH-\d+
    ↳ Offending commits: [a9fb74a]

› This message was automatically generated.

@yrodiere
Copy link
Member

Superseded by #2942

@yrodiere yrodiere closed this Mar 14, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 14, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/version.org.hibernate.orm-6.0.0.CR2 branch March 14, 2022 08:59
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.

2 participants