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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2021

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

Changelog

Sourced from hibernate-core's changelog.

Changes in 5.6.1.Final (October 27, 2021)

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

** Bug * [HHH-14899] - Dialect no longer controlling the default jdbc batch size to use * [HHH-14891] - JTS package not updated in "spatial basic types table" in user guide * [HHH-14881] - Converters defined through orm.xml are never retrieved from the CDI context * [HHH-14880] - in orm.xml ignores the element * [HHH-14816] - Can not set lock mode with QueryHint due to type case problem * [HHH-13766] - Attribute with AttributeConverter not updated when inline dirty checking is enabled

** Improvement * [HHH-14901] - Introduce a new BatchBuilder implementation, suitable for immutable code deployments * [HHH-14883] - Fix an AsciiDoc rendering error in 'spatial' user guide * [HHH-14882] - Minor implementation optimisations in internal StandardStack * [HHH-14869] - Extract JPA listener definitions when building metadata rather than when creating the SessionFactory

** Task * [HHH-14900] - Minor code cleanup in BatchBuilderImpl

Commits
  • 2c3b3cb 5.6.1.Final
  • a2cbe10 HHH-14901 Refactor shared code into a single reused method
  • cc7498c HHH-14901 Introduce a new BatchBuilder implementation, suitable for immutable...
  • 7f71dca HHH-14899 StaleObjectStateExceptionHandlingTest should expect a StaleStateExc...
  • 634c257 HHH-14899 Rename test class to fix typo: StateObjectStateExceptionHandlingTes...
  • 7ff73d1 HHH-14899 Inconsistent default value for STATEMENT_BATCH_SIZE
  • 959dfea HHH-14899 Have SessionImpl override the default method getConfiguredJdbcBatch...
  • 5ad60c4 HHH-14900 No need in tests to shadow the jdbcBatchSize field of BatchBuilderI...
  • aba67cf HHH-14900 BatchBuilderImpl doesn't need to be Configurable
  • 9ecd179 HHH-14900 Since the BatchBuilderImpl Service is shared, mutable field jdbcBat...
  • Additional commits viewable in compare view

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

Changelog

Sourced from hibernate-spatial's changelog.

Changes in 5.6.1.Final (October 27, 2021)

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

** Bug * [HHH-14899] - Dialect no longer controlling the default jdbc batch size to use * [HHH-14891] - JTS package not updated in "spatial basic types table" in user guide * [HHH-14881] - Converters defined through orm.xml are never retrieved from the CDI context * [HHH-14880] - in orm.xml ignores the element * [HHH-14816] - Can not set lock mode with QueryHint due to type case problem * [HHH-13766] - Attribute with AttributeConverter not updated when inline dirty checking is enabled

** Improvement * [HHH-14901] - Introduce a new BatchBuilder implementation, suitable for immutable code deployments * [HHH-14883] - Fix an AsciiDoc rendering error in 'spatial' user guide * [HHH-14882] - Minor implementation optimisations in internal StandardStack * [HHH-14869] - Extract JPA listener definitions when building metadata rather than when creating the SessionFactory

** Task * [HHH-14900] - Minor code cleanup in BatchBuilderImpl

Commits
  • 2c3b3cb 5.6.1.Final
  • a2cbe10 HHH-14901 Refactor shared code into a single reused method
  • cc7498c HHH-14901 Introduce a new BatchBuilder implementation, suitable for immutable...
  • 7f71dca HHH-14899 StaleObjectStateExceptionHandlingTest should expect a StaleStateExc...
  • 634c257 HHH-14899 Rename test class to fix typo: StateObjectStateExceptionHandlingTes...
  • 7ff73d1 HHH-14899 Inconsistent default value for STATEMENT_BATCH_SIZE
  • 959dfea HHH-14899 Have SessionImpl override the default method getConfiguredJdbcBatch...
  • 5ad60c4 HHH-14900 No need in tests to shadow the jdbcBatchSize field of BatchBuilderI...
  • aba67cf HHH-14900 BatchBuilderImpl doesn't need to be Configurable
  • 9ecd179 HHH-14900 Since the BatchBuilderImpl Service is shared, mutable field jdbcBat...
  • 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 `hibernate.version` from 5.6.0.Final to 5.6.1.Final.

Updates `hibernate-core` from 5.6.0.Final to 5.6.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@5.6.0...5.6.1)

Updates `hibernate-spatial` from 5.6.0.Final to 5.6.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@5.6.0...5.6.1)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-core
  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 Nov 17, 2021
@CarstenHollmann CarstenHollmann merged commit 0ec0d9f into develop Nov 17, 2021
@dependabot dependabot bot deleted the dependabot/maven/hibernate.version-5.6.1.Final branch November 17, 2021 12:48
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.

1 participant