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

[dependency]: bump hibernate-entitymanager from 4.3.11.Final to 5.6.15.Final in /nis #215

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2023

Bumps hibernate-entitymanager from 4.3.11.Final to 5.6.15.Final.

Release notes

Sourced from hibernate-entitymanager's releases.

Hibernate ORM 5.2.0

5.2.0 includes many improvements and bug-fixes. For a complete list of changes, see https://hibernate.atlassian.net/projects/HHH/versions/23150/tab/release-report-done.

Many of the changes in 5.2.0 have important ramifications in terms of both usage and extension. Be sure to read the 5.2 Migration Guide for details.

Below is a discussion of the major changes.

Java 8 baseline

5.2 moves to Java 8 as its baseline. This means:

  • The hibernate-java8 module has been removed, and that functionality has been moved into hibernate-core.
  • Native support for Java 8 date/time types as Query parameters.
  • Support for streaming (java.util.stream.Stream) query results.
  • Support for java.util.Optional as return from methods that may return null.
  • Leveraging Java 8 "default methods" when introducing new methods to extension points.

Consolidating JPA support into hibernate-core.

That effectively means that the hibernate-entitymanager module no longer exists. Its functionality being consumed into hibernate-core.

JCache support

Support for using any JCache-compliant cache impl as a second-level caching provider.

Session-level batch size support

Support has been added for specifying a batch size for write operations per Session.

5th bug-fix release for 5.0

The 5th bug-fix release for Hibernate ORM 5.0. This release and the upcoming 5.0.6 release have been done on an accelerated time-box of 2 weeks (from the normal 4 weeks for bug-fix releases) due to US holidays.

The complete list of changes can be found here (or here for people without a Hibernate Jira account).

For information on consuming the release via your favorite dependency-management-capable build tool, see http://hibernate.org/orm/downloads/

For those of you allergic to dependency-management-capable build tools, the release bundles can be obtained from SourceForge or BinTray.

Fourth bug-fix release for 5.0

The fourth bug-fix release for Hibernate ORM 5.0

There are 52 issues resolved in this release. 20 of those came out of the recent Jira cleanup. Initially that initiative pulled in roughly 750 issues. To date, 66 of those have been resolved - fixed or verified as out-of-date, unable-to-reproduce, etc. An additional 14 have been more properly reclassified as feature or enhancement requests rather than bugs. The really cool part is the amount of community help we have gotten in making that happen! Thanks to everyone responding, verifying and even fixing alot of these bugs!

The complete list of changes can be found here. People without a Hibernate Jira account will not be able to access the previous link and can access the changelog in GitHub; the issue I reported with Atlassian has been resolved and is ready for deployment into our hosted environment, I just do not know when that will happen.

For information on consuming the release via your favorite dependency-management-capable build tool, see http://hibernate.org/orm/downloads/

For those of you allergic to dependency-management-capable build tools, the release bundles can be obtained from SourceForge or BinTray.

Third bug-fix release for 5.0

http://in.relation.to/2015/10/28/hibernate-orm-503-final-release/

... (truncated)

Changelog

Sourced from hibernate-entitymanager's changelog.

Changes in 5.6.15.Final (February 06, 2023)

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

** Bug * [HHH-16049] - Setting a property to its current value with bytecode enhancement enabled results in unnecessary SQL Update in some (many) cases * [HHH-15665] - Mariadb is missing identifier quote on SEQUENCE QUERY * [HHH-15618] - Procedure should accept TypedParameterValue as parameter

** Improvement * [HHH-15693] - Introduce a fast-path access for ClassLoaderService being retrieved from ServiceRegistry * [HHH-15690] - HQLQueryPlan to have a direct reference to QueryTranslatorFactory * [HHH-15685] - Improve efficiency of Dialect lookup in Loader and HqlSqlWalker

** Patch * [HHH-15792] - Explicitly add JavaDoc to make @​deprecated hint for createSQLQuery visible in Eclipse

Changes in 5.6.14.Final (November 04, 2022)

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

** Improvement * [HHH-15662] - ClasscastException caused by check for Managed rather than ManagedEntity

Changes in 5.6.13.Final (November 03, 2022)

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

** Bug * [HHH-15634] - Lazy basic property does not get updated on change * [HHH-15561] - Function "IDENTITY" not found when inserting audited revision using Hibernate Envers * [HHH-15554] - Merge of an Entity with an immutable composite user type throws Exception

** Improvement * [HHH-15649] - Additional performance fixes relating to Klass's _secondary_super_cache interaction with entity enhancement * [HHH-15639] - Upgrade to ByteBuddy 1.12.18 * [HHH-15637] - Upgrade to Byteman 4.0.20 * [HHH-15616] - Mitigate performance impact of entity enhancement on Klass's _secondary_super_cache * [HHH-15585] - Add support for DB2 aliases for schema validation * [HHH-15575] - Make getter org.hibernate.criterion.SimpleExpression#getOp() public

** Task * [HHH-15594] - Remove Oracle RDS and all test matrix uses

... (truncated)

Commits
  • e924c27 5.6.15.Final
  • 38ec412 HHH-15665 - Fix and added test for issue
  • 1078caa HHH-16049 Setting a property to its current value with bytecode enhancement e...
  • 802fc76 HHH-16049 Test setting a property to its current value with bytecode enhancem...
  • ac55bb2 HHH-16049 Test setting a property to its current value with bytecode enhancem...
  • 84662bf HHH-16049 Restructure lazy-basic tests for easier re-execution and better tes...
  • 49fbe84 HHH-15618 Accept TypedParameterValue for procedure
  • 45c7fc5 Add TCK build throttling
  • cc3b389 Switch from LGTM to CodeQL
  • d7fa18a HHH-15792: Explicitly add JavaDoc to make @​deprecated hint for createSQLQuery...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@github-actions github-actions bot enabled auto-merge (squash) February 11, 2023 15:58
@dependabot dependabot bot force-pushed the dependabot/maven/nis/dev/org.hibernate-hibernate-entitymanager-5.6.15.Final branch from 9bd8680 to 595167c Compare February 11, 2023 16:13
@dependabot dependabot bot force-pushed the dependabot/maven/nis/dev/org.hibernate-hibernate-entitymanager-5.6.15.Final branch from 595167c to c98f0c9 Compare February 11, 2023 16:28
@dependabot dependabot bot force-pushed the dependabot/maven/nis/dev/org.hibernate-hibernate-entitymanager-5.6.15.Final branch from c98f0c9 to 8c9ad42 Compare February 11, 2023 16:47
@dependabot dependabot bot force-pushed the dependabot/maven/nis/dev/org.hibernate-hibernate-entitymanager-5.6.15.Final branch from 8c9ad42 to 9e35f4f Compare February 18, 2023 16:14
@dependabot dependabot bot force-pushed the dependabot/maven/nis/dev/org.hibernate-hibernate-entitymanager-5.6.15.Final branch from 9e35f4f to cf01b5d Compare February 18, 2023 16:30
@dependabot dependabot bot force-pushed the dependabot/maven/nis/dev/org.hibernate-hibernate-entitymanager-5.6.15.Final branch from cf01b5d to 223a0b3 Compare February 18, 2023 16:45
@dependabot dependabot bot force-pushed the dependabot/maven/nis/dev/org.hibernate-hibernate-entitymanager-5.6.15.Final branch from 223a0b3 to 3acf3cf Compare February 25, 2023 16:13
@dependabot dependabot bot force-pushed the dependabot/maven/nis/dev/org.hibernate-hibernate-entitymanager-5.6.15.Final branch from 3acf3cf to b1c2d17 Compare February 25, 2023 16:33
@dependabot dependabot bot force-pushed the dependabot/maven/nis/dev/org.hibernate-hibernate-entitymanager-5.6.15.Final branch from b1c2d17 to 72879ac Compare February 25, 2023 16:49
@gimre-xymcity gimre-xymcity force-pushed the dev branch 4 times, most recently from 4664e3a to 6620801 Compare February 28, 2023 10:48
@dependabot dependabot bot force-pushed the dependabot/maven/nis/dev/org.hibernate-hibernate-entitymanager-5.6.15.Final branch from 72879ac to efd55b7 Compare February 28, 2023 11:11
@gimre-xymcity gimre-xymcity force-pushed the dev branch 2 times, most recently from 0f3ddae to daabcbc Compare February 28, 2023 16:17
@dependabot dependabot bot force-pushed the dependabot/maven/nis/dev/org.hibernate-hibernate-entitymanager-5.6.15.Final branch from 36ed817 to 7b717ff Compare March 18, 2023 17:35
@dependabot dependabot bot force-pushed the dependabot/maven/nis/dev/org.hibernate-hibernate-entitymanager-5.6.15.Final branch from 7b717ff to fa7e721 Compare March 18, 2023 17:58
@dependabot dependabot bot force-pushed the dependabot/maven/nis/dev/org.hibernate-hibernate-entitymanager-5.6.15.Final branch from fa7e721 to 8ce3f67 Compare March 18, 2023 18:22
@dependabot dependabot bot force-pushed the dependabot/maven/nis/dev/org.hibernate-hibernate-entitymanager-5.6.15.Final branch from 8ce3f67 to b0a9172 Compare March 18, 2023 18:45
@dependabot dependabot bot force-pushed the dependabot/maven/nis/dev/org.hibernate-hibernate-entitymanager-5.6.15.Final branch from b0a9172 to 5b710a0 Compare March 18, 2023 18:58
@dependabot dependabot bot force-pushed the dependabot/maven/nis/dev/org.hibernate-hibernate-entitymanager-5.6.15.Final branch from 5b710a0 to a2fccfa Compare March 18, 2023 19:13
@dependabot dependabot bot force-pushed the dependabot/maven/nis/dev/org.hibernate-hibernate-entitymanager-5.6.15.Final branch from a2fccfa to 9bdc9db Compare March 23, 2023 21:29
@dependabot dependabot bot force-pushed the dependabot/maven/nis/dev/org.hibernate-hibernate-entitymanager-5.6.15.Final branch from 9bdc9db to 36327a8 Compare April 8, 2023 16:15
@dependabot dependabot bot force-pushed the dependabot/maven/nis/dev/org.hibernate-hibernate-entitymanager-5.6.15.Final branch from 36327a8 to 60ef332 Compare April 8, 2023 16:29
@dependabot dependabot bot force-pushed the dependabot/maven/nis/dev/org.hibernate-hibernate-entitymanager-5.6.15.Final branch from 60ef332 to 85e749c Compare April 8, 2023 17:25
Bumps [hibernate-entitymanager](https://github.com/hibernate/hibernate-orm) from 4.3.11.Final to 5.6.15.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.15/changelog.txt)
- [Commits](hibernate/hibernate-orm@4.3.11.Final...5.6.15)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-entitymanager
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/nis/dev/org.hibernate-hibernate-entitymanager-5.6.15.Final branch from 85e749c to c44aa18 Compare April 8, 2023 17:47
@Wayonb
Copy link
Contributor

Wayonb commented Oct 2, 2023

open issue to track this - #346

@Wayonb Wayonb closed this Oct 2, 2023
auto-merge was automatically disabled October 2, 2023 19:07

Pull request was closed

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. 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/nis/dev/org.hibernate-hibernate-entitymanager-5.6.15.Final branch October 2, 2023 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nis Related to the NIS Java package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant