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

maven(deps): bump hibernateVersion from 5.4.30.Final to 5.4.31.Final #3764

Merged
merged 1 commit into from
May 3, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 3, 2021

Bumps hibernateVersion from 5.4.30.Final to 5.4.31.Final.
Updates hibernate-core from 5.4.30.Final to 5.4.31.Final

Changelog

Sourced from hibernate-core's changelog.

Changes in 5.4.31.Final (April 29, 2021)

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

** Bug * [HHH-14571] - Hibernate.isPropertyInitialized( someEntity, "id" ) returns false * [HHH-14567] - Filters are ignored if enabled after query creation but before execution * [HHH-14557] - Connection leaked on rollback with mode DELAYED_ACQUISITION_AND_RELEASE_BEFORE_TRANSACTION_COMPLETION * [HHH-14549] - Collection with default field initializer will always be empty * [HHH-14537] - EntityNotFoundException thrown when non-existing association with @​NotFound(IGNORE) mapped has proxy in PersistenceContext * [HHH-14523] - Spatial Update Z axis of a org.locationtech.jts.geom.Point on Postgis * [HHH-11490] - UUID mapped as GEOMETRY with PostGisDialect

** Improvement * [HHH-14090] - Hibernate-core provides MariaDB specific dialects. But hibernate-spatial does not provide MariaDB spatial dialect. I think we need one. * [HHH-13077] - Optimize query plan call count

** Task * [HHH-14575] - Adapt BasicProxyFactoryImpl to be more native-image friendly * [HHH-14513] - Move publishing release artifacts from BinTray

Commits
  • 716fc9e 5.4.31.Final
  • 96f8338 HHH-14513 Move publishing release artifacts from BinTray
  • 9676989 HHH-14513 Move publishing release artifacts from BinTray
  • ab80fe7 HHH-14513 Move publishing release artifacts from BinTray
  • 9921a06 HHH-14513 Move publishing release artifacts from BinTray
  • cb1c87a HHH-14575 Adapt BasicProxyFactoryImpl to be more native-image friendly
  • 0e2b19a HHH-14567 Do not reuse query plans after session filters changed
  • 96544d9 HHH-14567 Test enabling filters after query creation but before query execution
  • 7ef27cb HHH-13077 - Optimize query plan call count
  • 35bd8b4 HHH-14571 Always report identifiers as initialized when using enhanced proxies
  • Additional commits viewable in compare view

Updates hibernate-c3p0 from 5.4.30.Final to 5.4.31.Final

Changelog

Sourced from hibernate-c3p0's changelog.

Changes in 5.4.31.Final (April 29, 2021)

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

** Bug * [HHH-14571] - Hibernate.isPropertyInitialized( someEntity, "id" ) returns false * [HHH-14567] - Filters are ignored if enabled after query creation but before execution * [HHH-14557] - Connection leaked on rollback with mode DELAYED_ACQUISITION_AND_RELEASE_BEFORE_TRANSACTION_COMPLETION * [HHH-14549] - Collection with default field initializer will always be empty * [HHH-14537] - EntityNotFoundException thrown when non-existing association with @​NotFound(IGNORE) mapped has proxy in PersistenceContext * [HHH-14523] - Spatial Update Z axis of a org.locationtech.jts.geom.Point on Postgis * [HHH-11490] - UUID mapped as GEOMETRY with PostGisDialect

** Improvement * [HHH-14090] - Hibernate-core provides MariaDB specific dialects. But hibernate-spatial does not provide MariaDB spatial dialect. I think we need one. * [HHH-13077] - Optimize query plan call count

** Task * [HHH-14575] - Adapt BasicProxyFactoryImpl to be more native-image friendly * [HHH-14513] - Move publishing release artifacts from BinTray

Commits
  • 716fc9e 5.4.31.Final
  • 96f8338 HHH-14513 Move publishing release artifacts from BinTray
  • 9676989 HHH-14513 Move publishing release artifacts from BinTray
  • ab80fe7 HHH-14513 Move publishing release artifacts from BinTray
  • 9921a06 HHH-14513 Move publishing release artifacts from BinTray
  • cb1c87a HHH-14575 Adapt BasicProxyFactoryImpl to be more native-image friendly
  • 0e2b19a HHH-14567 Do not reuse query plans after session filters changed
  • 96544d9 HHH-14567 Test enabling filters after query creation but before query execution
  • 7ef27cb HHH-13077 - Optimize query plan call count
  • 35bd8b4 HHH-14571 Always report identifiers as initialized when using enhanced proxies
  • Additional commits viewable in compare view

Updates hibernate-ehcache from 5.4.30.Final to 5.4.31.Final

Changelog

Sourced from hibernate-ehcache's changelog.

Changes in 5.4.31.Final (April 29, 2021)

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

** Bug * [HHH-14571] - Hibernate.isPropertyInitialized( someEntity, "id" ) returns false * [HHH-14567] - Filters are ignored if enabled after query creation but before execution * [HHH-14557] - Connection leaked on rollback with mode DELAYED_ACQUISITION_AND_RELEASE_BEFORE_TRANSACTION_COMPLETION * [HHH-14549] - Collection with default field initializer will always be empty * [HHH-14537] - EntityNotFoundException thrown when non-existing association with @​NotFound(IGNORE) mapped has proxy in PersistenceContext * [HHH-14523] - Spatial Update Z axis of a org.locationtech.jts.geom.Point on Postgis * [HHH-11490] - UUID mapped as GEOMETRY with PostGisDialect

** Improvement * [HHH-14090] - Hibernate-core provides MariaDB specific dialects. But hibernate-spatial does not provide MariaDB spatial dialect. I think we need one. * [HHH-13077] - Optimize query plan call count

** Task * [HHH-14575] - Adapt BasicProxyFactoryImpl to be more native-image friendly * [HHH-14513] - Move publishing release artifacts from BinTray

Commits
  • 716fc9e 5.4.31.Final
  • 96f8338 HHH-14513 Move publishing release artifacts from BinTray
  • 9676989 HHH-14513 Move publishing release artifacts from BinTray
  • ab80fe7 HHH-14513 Move publishing release artifacts from BinTray
  • 9921a06 HHH-14513 Move publishing release artifacts from BinTray
  • cb1c87a HHH-14575 Adapt BasicProxyFactoryImpl to be more native-image friendly
  • 0e2b19a HHH-14567 Do not reuse query plans after session filters changed
  • 96544d9 HHH-14567 Test enabling filters after query creation but before query execution
  • 7ef27cb HHH-13077 - Optimize query plan call count
  • 35bd8b4 HHH-14571 Always report identifiers as initialized when using enhanced proxies
  • 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

Bumps `hibernateVersion` from 5.4.30.Final to 5.4.31.Final.

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 3, 2021
@dependabot dependabot bot requested review from a team May 3, 2021 06:09
@coveralls
Copy link

Coverage Status

Coverage increased (+53.4%) to 63.623% when pulling c4927f7 on dependabot-maven-hibernateVersion-5.4.31.Final into 19c1bdb on master.

@dkayiwa dkayiwa merged commit 8f67100 into master May 3, 2021
@dependabot dependabot bot deleted the dependabot-maven-hibernateVersion-5.4.31.Final branch May 3, 2021 09:36
jnsereko pushed a commit to jnsereko/openmrs-core that referenced this pull request May 6, 2021
…penmrs#3764)

Bumps `hibernateVersion` from 5.4.30.Final to 5.4.31.Final.

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
jnsereko pushed a commit to jnsereko/openmrs-core that referenced this pull request Sep 17, 2021
…penmrs#3764)

Bumps `hibernateVersion` from 5.4.30.Final to 5.4.31.Final.

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
suubi-joshua pushed a commit to suubi-joshua/openmrs-core that referenced this pull request Mar 15, 2023
…penmrs#3764)

Bumps `hibernateVersion` from 5.4.30.Final to 5.4.31.Final.

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants