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-core from 5.4.7.Final to 5.4.8.Final #3007

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Oct 29, 2019

Bumps hibernate-core from 5.4.7.Final to 5.4.8.Final.

Changelog

Sourced from hibernate-core's changelog.

Changes in 5.4.8.Final (October 28, 2019)

https://hibernate.atlassian.net/projects/HHH/versions/31804/tab/release-report-done

** Bug
* [HHH-12965] - Hibernate Envers Audit tables are created with foreign key with the entity. Because of this I am not able to delete any entries from the entity tables.
* [HHH-13446] - java.lang.VerifyError from compile-time enhanced @​Entity
* [HHH-13651] - NPE on flushing when ElementCollection field contains null element
* [HHH-13695] - DDL export forgets to close a Statement
* [HHH-13696] - Multiple OSGi bundles initializing concurrently would overlap classloaders

** Improvement
* [HHH-13686] - Upgrade to Agroal 1.6

Commits
  • a50f2da 5.4.8
  • 72b81ee HHH-12965 Avoid creating foreign keys between audit and main tables
  • b28c7b0 HHH-12965 Avoid creating foreign keys between audit and main tables
  • 02089a5 HHH-13696 Minor code refactoring and applying the Hibernate code style
  • 051a7d9 HHH-13696 Use PU Info Classloader when booting in OsgiPersistenceProvider
  • 1dd787e HHH-13446 - Validate mapped-by values got from annotations in bytecode enhancers
  • b4a8052 HHH-13695 DDL export forgets to close a Statement
  • e5539cc HHH-13651 Adding a regression test for the issue
  • a5c8a81 HHH-13651 Applying hibernate codestyle to PersistentBag
  • 2808a75 HHH-13651 NPE on flushing when ElementCollection field contains null element
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 29, 2019
@joschi
Copy link
Member

joschi commented Oct 29, 2019

@dependabot-bot rebase

Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.4.7.Final to 5.4.8.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/master/changelog.txt)
- [Commits](hibernate/hibernate-orm@5.4.7...5.4.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/maven/org.hibernate-hibernate-core-5.4.8.Final branch from 77a9bf4 to 9862f39 Compare October 29, 2019 07:15
@joschi joschi added this to the 2.0.0 milestone Oct 29, 2019
@joschi joschi self-assigned this Oct 29, 2019
@joschi joschi merged commit 94fe1aa into master Oct 29, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.hibernate-hibernate-core-5.4.8.Final branch October 29, 2019 08:17
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.

None yet

1 participant