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.5.Final to 5.4.9.Final #14

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Nov 14, 2019

Bumps hibernate-core from 5.4.5.Final to 5.4.9.Final.

Changelog

Sourced from hibernate-core's changelog.

Changes in 5.4.9.Final (November 14, 2019)

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

** Bug
* [HHH-12030] - Symbol$TypeVariableSymbol cannot be cast to TypeElement
* [HHH-13307] - On release of batch it still contained JDBC statements using JTA
* [HHH-13433] - EntityManager.find() should only check for roll-back-only condition if there is an active JTA transaction, otherwise ORM should throw convert( e, lockOptions )
* [HHH-13614] - Allow the IntegratorProvider to be supplied via its FQN in the JPA persistence.xml
* [HHH-13670] - Missing from clause in query with joined inheritance, regression in 5.4.5
* [HHH-13687] - TenantSchemaResolver not called in integration test after upgrade from 5.4.4 to >=5.4.5
* [HHH-13690] - Multi-tenancy supporting session factories can not be created
* [HHH-13698] - Hibernate does not recognize MySQL 8 error code 3572 as PessimisticLockException
* [HHH-13700] - Configuration property CONNECTION_PROVIDER_DISABLES_AUTOCOMMIT should not be passed to the JDBC connection properties
* [HHH-13705] - Enhancement as Proxy with inline dirty checking - flush of an @​ManyToOne with an Embedded value having not null properties causes PropertyValueException
* [HHH-13710] - Wrong tenant-identifier in Envers temporary session
* [HHH-13712] - inheritance - select count query is not working with inheritance
* [HHH-13727] - h2 database with DATABASE_TO_UPPER=false throws org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "sequences" not found

** Task
* [HHH-13730] - Upgrade to Classmate 1.4.0
* [HHH-13731] - Upgrade to Classmate 1.5.1
* [HHH-13733] - Upgrade to Jandex 2.1.1.Final

** Improvement
* [HHH-13654] - Avoid clearing of collections when closing StatefulPersistenceContext
* [HHH-13723] - Hint sizing of ArrayList in ResultSetProcessingContextImpl

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

Changes in 5.4.7.Final (October 21, 2019)

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

... (truncated)
Commits
  • 5fb8664 5.4.9
  • 0e329be HHH-12030 - Fix ClassCastException when Embeddable collection uses generic types
  • 8413681 HHH-13614 Allow the IntegratorProvider to be supplied via its FQN in the JPA ...
  • 52f9a36 HHH-13614 Allow the IntegratorProvider to be supplied via its FQN in the JPA ...
  • f5fb84c HHH-13705 Enhancement as Proxy with inline dirty checking - flush of an @​Many...
  • 842a155 HHH-13705 Add test for issue
  • 47c8a89 HHH-13712 - Test and fix for missing superclass table joins when joining supe...
  • f7c8ba8 HHH-13733 Upgrade to Jandex 2.1.1.Final
  • fcb8fdd HHH-13731 Upgrade to Classmate 1.5.1
  • 19692c1 HHH-13730 Upgrade to Classmate 1.4.0
  • 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 the dependencies Pull requests that update a dependency file label Nov 14, 2019
@rgomezcasas
Copy link
Member

@dependabot rebase

@dependabot-preview
Copy link
Contributor Author

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/org.hibernate-hibernate-core-5.4.9.Final branch from c293e2c to b319632 Compare November 18, 2019 23:12
Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.4.5.Final to 5.4.9.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.5...5.4.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/org.hibernate-hibernate-core-5.4.9.Final branch from b319632 to f9166aa Compare November 25, 2019 14:10
@rgomezcasas rgomezcasas changed the base branch from master to update-dependencies November 25, 2019 14:15
@rgomezcasas rgomezcasas merged commit 977e707 into update-dependencies Nov 25, 2019
@rgomezcasas rgomezcasas deleted the dependabot/gradle/org.hibernate-hibernate-core-5.4.9.Final branch November 25, 2019 14:15
rgomezcasas added a commit that referenced this pull request Nov 25, 2019
* Bump spring-boot-gradle-plugin from 2.1.8.RELEASE to 2.2.1.RELEASE (#3)

Bumps [spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 2.1.8.RELEASE to 2.2.1.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.1.8.RELEASE...v2.2.1.RELEASE)

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

* Bump junit-jupiter-engine from 5.3.2 to 5.5.2 (#6)

Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.3.2 to 5.5.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.3.2...r5.5.2)

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

* Bump jaxb-impl from 2.1.2 to 2.3.2 (#8)

Bumps jaxb-impl from 2.1.2 to 2.3.2.

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

* Bump log4j2-logstash-layout from 0.19 to 0.21 (#10)

Bumps [log4j2-logstash-layout](https://github.com/vy/log4j2-logstash-layout) from 0.19 to 0.21.
- [Release notes](https://github.com/vy/log4j2-logstash-layout/releases)
- [Changelog](https://github.com/vy/log4j2-logstash-layout/blob/master/CHANGELOG.md)
- [Commits](vy/log4j2-logstash-layout@v0.19...v0.21)

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

* Bump mysql-connector-java from 8.0.17 to 8.0.18 (#7)

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.17 to 8.0.18.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](mysql/mysql-connector-j@8.0.17...8.0.18)

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

* Bump junit-jupiter-api from 5.3.2 to 5.5.2 (#12)

Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.3.2 to 5.5.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.3.2...r5.5.2)

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

* Bump hibernate-core from 5.4.5.Final to 5.4.9.Final (#14)

Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.4.5.Final to 5.4.9.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.5...5.4.9)

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

* Bump tomcat-dbcp from 9.0.26 to 9.0.29 (#19)

Bumps tomcat-dbcp from 9.0.26 to 9.0.29.

Signed-off-by: dependabot-preview[bot] <support@dependabot.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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant