Skip to content
This repository was archived by the owner on Nov 19, 2020. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

Bumps hibernate-entitymanager from 5.4.4.Final to 5.4.12.Final.

Changelog

Sourced from hibernate-entitymanager's changelog.

Changes in 5.4.12.Final (February 13, 2020)

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

** Bug * [HHH-13858] - Fix Oracle failing tests * [HHH-13859] - NPE on scanning for entities in a project having module-info.class resources

** New Feature * [HHH-13861] - Expose the doWork() and doReturningWork() APIs on StatelessSession as well * [HHH-13863] - Introduce a module to distribute some helpers useful to compile Hibernate ORM to GraalVM native images

** Improvement * [HHH-13864] - Cosmetic change of format when reporting version number

Changes in 5.4.11.Final (February 07, 2020)

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

** Bug * [HHH-6615] - int type in Revision number * [HHH-6686] - JPQL operator "is empty" failes for @ElementCollection * [HHH-10844] - Resolve columnDefinition to appropriate sql-type for audit mappings * [HHH-13373] - Hibernate report query hibernate_sequence table error in spring-boot application starting on a multi-database mariadb server * [HHH-13456] - ForeignGenerator Throws ClassCastException When Using StatelessSession * [HHH-13472] - Error creating hibernate_sequence in MariaDB 10.3 * [HHH-13644] - NullPointerException when calling StoredProcedureQuery.getResultStream() instead of StoredProcedureQuery.getResultList() * [HHH-13677] - org.hibernate.flushMode property not applied * [HHH-13704] - Make sure javassist is really an optional dependency * [HHH-13752] - Delete doesn't work when many-to-many uses non-primary key for join table * [HHH-13759] - Bytecode enhancement fails for an embedded field in a MappedSuperclass * [HHH-13760] - Envers tries to use relationship's entity as value for column instead of numeric identifier (cast class exception happens) for LAZY @ManyToOne * [HHH-13770] - Envers - modified flag column value set to null from 5.4.7 onwards * [HHH-13780] - Allow NamedQuery to set hint QueryHints.PASS_DISTINCT_THROUGH * [HHH-13783] - org.hibernate.MappingException: The increment size of the sequence is set to [10] in the entity mapping while … size is [1] * [HHH-13792] - L2 entity cache is evicted prior to committing transaction for HQL/native updates * [HHH-13796] - Missing from clause in query from BinaryLogicOperatorNode row value constructor translation * [HHH-13804] - HibernateProxy might need to be instantiated even with build-time enhancement * [HHH-13806] - CoreMessageLogger#unableToLoadCommand is not printing the cause of the error * [HHH-13808] - Incorrect String format in log * [HHH-13831] - Replaced listener is not called when EventListenerGroup#fireEventOnEachListener is called

** Task * [HHH-13726] - Extract org.hibernate.internal.SessionFactoryImpl#prepareEventListeners from SessionFactoryImpl * [HHH-13767] - Remove mention of Oracle and DB2 not being in MC * [HHH-13821] - Update to Byte Buddy 1.10.7 * [HHH-13822] - OSGi integration tests need to be able to download dependencies from Maven Central using HTTPS

... (truncated)
Commits
  • f5fe63b 5.4.12
  • 7d37e9f HHH-13863 Introduce the hibernate-graalvm module to share some GraalVM native...
  • 760386d HHH-13864 Cosmetic change of format when reporting version number
  • 2f2d30e HHH-13861 Expose the doWork() and doReturningWork() APIs on StatelessSession ...
  • 6b1ef47 HHH-13859 Test running a scanner on a JDK11 archive having module-info.class
  • 2ed1544 HHH-13859 Removing unused import
  • d3fdb65 HHH-13859 Avoid attempting to index a module-info.class via Jandex
  • 5defe54 HHH-13856 Fix Oracle failing tests
  • 39091fc 5.4.11
  • 878f75c 5.4.11
  • 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)

Bumps [hibernate-entitymanager](https://github.com/hibernate/hibernate-orm) from 5.4.4.Final to 5.4.12.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.4...5.4.12)

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

Superseded by #58.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.hibernate-hibernate-entitymanager-5.4.12.Final branch March 27, 2020 21:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants