kindlyops / havengrc

☁️Haven GRC - easier governance, risk, and compliance 👨‍⚕️👮‍♀️🦸‍♀️🕵️‍♀️👩‍🔬
https://www.havengrc.com
Apache License 2.0
97 stars 21 forks source link

Bump hibernate-entitymanager from 5.3.7.Final to 5.4.3.Final in /keycloak-service-providers #526

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps hibernate-entitymanager from 5.3.7.Final to 5.4.3.Final.

Changelog *Sourced from [hibernate-entitymanager's changelog](https://github.com/hibernate/hibernate-orm/blob/master/changelog.txt).* > Changes in 5.4.3.Final (May 30, 2019) > ------------------------------------------------------------------------------------------------------------------------ > > https://hibernate.atlassian.net/projects/HHH/versions/31762/tab/release-report-done > > ** Bug > * [HHH-13343] - Bytecode enhancement using ByteBuddy fails when the class is not available from the provided ClassLoader > * [HHH-13364] - Query.getSingleResult and getResultList() throw PessimisticLockException when pessimistic lock fails with timeout > * [HHH-13418] - Revert log level caching in static fields > > ** Task > * [HHH-13416] - Unguarded debug message being rendered in org.hibernate.engine.internal.Collections.processReachableCollection > * [HHH-13419] - Support building javadoc with JDK 11.0.3 > * [HHH-13421] - Disable OSGi testing for JDK 11+ > > > > Changes in 5.4.2.Final (March 21, 2019) > ------------------------------------------------------------------------------------------------------------------------ > > https://hibernate.atlassian.net/projects/HHH/versions/31748/tab/release-report-done > > ** Bug > * [HHH-13194] - Some methods returning org.hibernate.query.Query are not defined for StatelessSession > * [HHH-13216] - Criteria query doesn't handle BigDecimal correctly > * [HHH-13217] - Don't throw exception if both [@​MappedSuperclass](https://github.com/MappedSuperclass) and [@​Inheritance](https://github.com/Inheritance) are used > * [HHH-13219] - The sentence "The chapter 6 (e.g. Criteria API)" should be "The chapter 6 (i.e., Criteria API)" > * [HHH-13225] - Fix minor version detection in BasicDialectResolver > * [HHH-13227] - UnsupportedOperationException when programmatically overriding hibernate.ejb.cfgfile > * [HHH-13228] - The modification of a [@​OneToOne](https://github.com/OneToOne) with [@​MapsId](https://github.com/MapsId) property is silently ignored during a merge operation > * [HHH-13229] - Sequences in MariaDB doesnt work on existing sequence > * [HHH-13230] - The AvailableSettings.HBM2DDL_HALT_ON_ERROR setting does not accept String values > * [HHH-13233] - Eager loading via EntityGraph doesn't work with subgraph > * [HHH-13236] - [@​Column](https://github.com/Column) insertable and updatable on ElementCollection items' fields are ignored when generating statements > * [HHH-13239] - The query hint javax.persistence.lock.timeout doesn't work correctly on HANA > * [HHH-13241] - Constraint violation when deleting entites in bi-directional, lazy OneToMany association with bytecode enhancement > * [HHH-13244] - setting hibernate.jpa.compliance.proxy=true and org.hibernate debug level to DEBUG breaks hibernate > * [HHH-13256] - Fix the fieldsPreUpdateNeeded property index allocation in AbstractEntityPersister#update > * [HHH-13262] - javax.persistence.TransactionRequiredException: Executing an update/delete query > * [HHH-13265] - Remove double semicolon > * [HHH-13266] - LocalDateTime values are wrong around 1900 (caused by JDK-8061577) > * [HHH-13269] - Embeddable collection regression due to HHH-11544 > * [HHH-13277] - HibernateMethodLookupDispatcher - Issue with Security Manager > * [HHH-13281] - java.lang.ClassCastException: org.hibernate.internal.SessionImpl cannot be cast to org.hibernate.ejb.HibernateEntityManager > * [HHH-13285] - ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory after dom4j update > * [HHH-13300] - query.getSingleResult() throws org.hibernate.NonUniqueResultException instead of javax.persistence.NonUniqueResultException > * [HHH-13309] - Extended bean managers implementing the new interface are not correctly detected > * [HHH-13324] - NullPointerException if security manager is set after startup > * [HHH-13326] - Transaction passed to Hibernate Interceptor methods is null when JTA is used > > ... (truncated)
Commits - [`9508e65`](https://github.com/hibernate/hibernate-orm/commit/9508e654854b45b856ae2ef4a24194101c859b4e) 5.4.3.Final - [`c6671d5`](https://github.com/hibernate/hibernate-orm/commit/c6671d504b811c17662f38eb1279895f5df8ec3d) HHH-13421 Disable OSGi testing for JDK 11+ - [`e376fe0`](https://github.com/hibernate/hibernate-orm/commit/e376fe0aef5b5c3aef988a75616e3e2ee9cfd830) HHH-13419 Support building javadoc with JDK 11.0.3+ - [`313f5f7`](https://github.com/hibernate/hibernate-orm/commit/313f5f71860cb976657e8ff5fc616dd2d32bed3c) HHH-13418 : Revert log level caching - [`4be05af`](https://github.com/hibernate/hibernate-orm/commit/4be05af86d6d9e6acb1a3862ec7bdae5cba54a25) HHH-13416 Unguarded debug message being rendered in org.hibernate.engine.inte... - [`b7b8f44`](https://github.com/hibernate/hibernate-orm/commit/b7b8f44298191db050f12819ca0594a30124df75) HHH-13266 HHH-13357 : Skip OffsetTimeTest#nativeWriteThenRead and #writeThenR... - [`800b60e`](https://github.com/hibernate/hibernate-orm/commit/800b60e648b5696e00d006e70f8e0fa2c296fcc0) HHH-13364 : Added a test using a named query - [`f62913b`](https://github.com/hibernate/hibernate-orm/commit/f62913ba1cd53f58930156858e9a459210584967) HHH-13364 : Query.getSingleResult and getResultList() throw PessimisticLockEx... - [`288afa3`](https://github.com/hibernate/hibernate-orm/commit/288afa35e0ccd7b36feec4063309faef8300e83e) HHH-13364 : Added test cases - [`4d79ffb`](https://github.com/hibernate/hibernate-orm/commit/4d79ffb62f31365127628f3a9e0ecefee254ab0c) HHH-13152 - managed/cached entities and fetching (test case) - Additional commits viewable in [compare view](https://github.com/hibernate/hibernate-orm/compare/5.3.7...5.4.3)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #528.