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 version.hibernate from 5.6.1.Final to 5.6.2.Final #1208

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2021

Bumps version.hibernate from 5.6.1.Final to 5.6.2.Final.
Updates hibernate-core from 5.6.1.Final to 5.6.2.Final

Changelog

Sourced from hibernate-core's changelog.

Changes in 5.6.2.Final (December 08, 2021)

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

** Bug * [HHH-14956] - Invalid link to MetadataBuilderContributor javadocs in Configurations docs * [HHH-14937] - SybaseDialect does not support schema anymore * [HHH-14936] - JdbcConnectionContext in hibernate-testing throws NPE when user/password are not provided in configuration * [HHH-14935] - Type annotation is deprecated without an available replacement * [HHH-14927] - "Current" documentation is 5.5 instead of 5.6 * [HHH-14926] - fix asciidoc error in 'test-case-guide.adoc' * [HHH-14922] - Inconsistent precedence of orm.xml implicit catalog/schema over "default_catalog"/"default_schema" * [HHH-14918] - Key-to-one to id-class entity with key-to-one doesn't work anymore * [HHH-14916] - JPA Critera query Join on Fetch not working * [HHH-14540] - Interceptor instance is shared between ORM session and Enver's temporary session resulting in multiple calls. * [HHH-14211] - @​Lob String mapping broken

** Improvement * [HHH-14921] - Definition of the default catalog/schema on session factory creation * [HHH-14903] - Method getConfiguredJdbcBatchSize can be optimised for StatelessSession as well * [HHH-14897] - Allow ordering with nulls first/last from JPA implementation

** Task * [HHH-14938] - Upgrade to MySQL Connector/J 8.0.27

Commits
  • dc00552 5.6.2.Final
  • 67e09b1 HHH-14922 Give precedence to default catalog/schema over implicit catalog/schema
  • 795d5cd HHH-14922 Delay applying the implicit catalog/schema until schema management ...
  • 9b47fcd HHH-14922 Test behavior when setting both implicit catalog/schema and default...
  • 3071f58 HHH-14921 Test handling of default catalog and schema when not configured dur...
  • 1ee0e2e HHH-14921 Test handling of default catalog and schema
  • a9f1ada HHH-14921 Delay determination of the default catalog/schema until schema mana...
  • 36b0012 HHH-14921 Always use SqlStringGenerationContext for generation of SQL strings...
  • 5b83edf HHH-14921 Delay generation of SQL strings by identifier generators until sche...
  • 9a14200 HHH-14921 Remove unused method PersistentIdentifierGenerator#generatorKey
  • Additional commits viewable in compare view

Updates hibernate-c3p0 from 5.6.1.Final to 5.6.2.Final

Changelog

Sourced from hibernate-c3p0's changelog.

Changes in 5.6.2.Final (December 08, 2021)

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

** Bug * [HHH-14956] - Invalid link to MetadataBuilderContributor javadocs in Configurations docs * [HHH-14937] - SybaseDialect does not support schema anymore * [HHH-14936] - JdbcConnectionContext in hibernate-testing throws NPE when user/password are not provided in configuration * [HHH-14935] - Type annotation is deprecated without an available replacement * [HHH-14927] - "Current" documentation is 5.5 instead of 5.6 * [HHH-14926] - fix asciidoc error in 'test-case-guide.adoc' * [HHH-14922] - Inconsistent precedence of orm.xml implicit catalog/schema over "default_catalog"/"default_schema" * [HHH-14918] - Key-to-one to id-class entity with key-to-one doesn't work anymore * [HHH-14916] - JPA Critera query Join on Fetch not working * [HHH-14540] - Interceptor instance is shared between ORM session and Enver's temporary session resulting in multiple calls. * [HHH-14211] - @​Lob String mapping broken

** Improvement * [HHH-14921] - Definition of the default catalog/schema on session factory creation * [HHH-14903] - Method getConfiguredJdbcBatchSize can be optimised for StatelessSession as well * [HHH-14897] - Allow ordering with nulls first/last from JPA implementation

** Task * [HHH-14938] - Upgrade to MySQL Connector/J 8.0.27

Commits
  • dc00552 5.6.2.Final
  • 67e09b1 HHH-14922 Give precedence to default catalog/schema over implicit catalog/schema
  • 795d5cd HHH-14922 Delay applying the implicit catalog/schema until schema management ...
  • 9b47fcd HHH-14922 Test behavior when setting both implicit catalog/schema and default...
  • 3071f58 HHH-14921 Test handling of default catalog and schema when not configured dur...
  • 1ee0e2e HHH-14921 Test handling of default catalog and schema
  • a9f1ada HHH-14921 Delay determination of the default catalog/schema until schema mana...
  • 36b0012 HHH-14921 Always use SqlStringGenerationContext for generation of SQL strings...
  • 5b83edf HHH-14921 Delay generation of SQL strings by identifier generators until sche...
  • 9a14200 HHH-14921 Remove unused method PersistentIdentifierGenerator#generatorKey
  • Additional commits viewable in compare view

Updates hibernate-spatial from 5.6.1.Final to 5.6.2.Final

Changelog

Sourced from hibernate-spatial's changelog.

Changes in 5.6.2.Final (December 08, 2021)

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

** Bug * [HHH-14956] - Invalid link to MetadataBuilderContributor javadocs in Configurations docs * [HHH-14937] - SybaseDialect does not support schema anymore * [HHH-14936] - JdbcConnectionContext in hibernate-testing throws NPE when user/password are not provided in configuration * [HHH-14935] - Type annotation is deprecated without an available replacement * [HHH-14927] - "Current" documentation is 5.5 instead of 5.6 * [HHH-14926] - fix asciidoc error in 'test-case-guide.adoc' * [HHH-14922] - Inconsistent precedence of orm.xml implicit catalog/schema over "default_catalog"/"default_schema" * [HHH-14918] - Key-to-one to id-class entity with key-to-one doesn't work anymore * [HHH-14916] - JPA Critera query Join on Fetch not working * [HHH-14540] - Interceptor instance is shared between ORM session and Enver's temporary session resulting in multiple calls. * [HHH-14211] - @​Lob String mapping broken

** Improvement * [HHH-14921] - Definition of the default catalog/schema on session factory creation * [HHH-14903] - Method getConfiguredJdbcBatchSize can be optimised for StatelessSession as well * [HHH-14897] - Allow ordering with nulls first/last from JPA implementation

** Task * [HHH-14938] - Upgrade to MySQL Connector/J 8.0.27

Commits
  • dc00552 5.6.2.Final
  • 67e09b1 HHH-14922 Give precedence to default catalog/schema over implicit catalog/schema
  • 795d5cd HHH-14922 Delay applying the implicit catalog/schema until schema management ...
  • 9b47fcd HHH-14922 Test behavior when setting both implicit catalog/schema and default...
  • 3071f58 HHH-14921 Test handling of default catalog and schema when not configured dur...
  • 1ee0e2e HHH-14921 Test handling of default catalog and schema
  • a9f1ada HHH-14921 Delay determination of the default catalog/schema until schema mana...
  • 36b0012 HHH-14921 Always use SqlStringGenerationContext for generation of SQL strings...
  • 5b83edf HHH-14921 Delay generation of SQL strings by identifier generators until sche...
  • 9a14200 HHH-14921 Remove unused method PersistentIdentifierGenerator#generatorKey
  • 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.hibernate` from 5.6.1.Final to 5.6.2.Final.

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

Updates `hibernate-c3p0` from 5.6.1.Final to 5.6.2.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.2/changelog.txt)
- [Commits](hibernate/hibernate-orm@5.6.1...5.6.2)

Updates `hibernate-spatial` from 5.6.1.Final to 5.6.2.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.2/changelog.txt)
- [Commits](hibernate/hibernate-orm@5.6.1...5.6.2)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate:hibernate-c3p0
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.hibernate:hibernate-spatial
  dependency-type: direct:production
  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 Dec 16, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 17, 2021

Superseded by #1213.

@dependabot dependabot bot closed this Dec 17, 2021
@dependabot dependabot bot deleted the dependabot/maven/version.hibernate-5.6.2.Final branch December 17, 2021 04:10
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