MikeSafonov / corporate-bot

MIT License
0 stars 4 forks source link

build(deps): bump hibernate-core from 5.5.3.Final to 6.0.1.Final #96

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps hibernate-core from 5.5.3.Final to 6.0.1.Final.

Changelog

Sourced from hibernate-core's changelog.

Changes in 6.0.1.Final (May 06, 2022)

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

** Bug * [HHH-15246] - HQL fails to set enum col to NULL * [HHH-15245] - Minor regression in CockroachDB test cases * [HHH-15241] - fix nonexistent references in hibernate core's Javadoc * [HHH-15240] - Defining a UserVersionType causes AssertionError from VersionResolution if running in JVM with "-ea" flag set * [HHH-15239] - "user guide" for 5.6 is missing after 6.0 is released * [HHH-15238] - Documentation: update JDBC logging configuration for 6.0 * [HHH-15236] - Fix signing of published artifacts * [HHH-15233] - Query NPE when using ":param IS NULL" and the parameter value is an Entity

* [HHH-15232] - OneToOne-Relation: Exception when using empty List in setParameter
* [HHH-15229] - Query returns null for broken foreign key reference and NotFoundAction.EXCEPTION
* [HHH-15225] - Jta transactions,  name queries with errors throw IllegalStateException instead of IllegalArgumentException when transaction is not active
* [HHH-15223] - Embeddables in the Query Result, the embeddable instance returned by the query will not be in the managed state 
* [HHH-15212] - SchemaExport.execute does not replace the ${schema}-placeholder in HBM database-object with configured schema
* [HHH-15211] - ClassCastException being thrown in transaction commit()
* [HHH-15202] - Unnecessary memory waste due to SubselectFetch
* [HHH-15201] - Composite ID with dynamic-map entities fails with an exception
* [HHH-15196] - LikeExpression.getTypedValues() should use the default Locale instead of Locale.ROOT for lowercasing.
* [HHH-15193] - Fix Gradle plugin - forcing dependency on hibernate-core SNAPSHOT
* [HHH-15174] - TimeZoneStorageType.NORMALIZE_UTC doesn't normalize to UTC
* [HHH-15168] - Trying to execute a native query without parameters throws a NPE
* [HHH-15167] - IllegalArgumentException occurred while calling setter for property 
* [HHH-15164] - Byte Code Enhancement : ClassNotFoundException: net.bytebuddy.NamingStrategy$SuffixingRandom$BaseNameResolver
* [HHH-15163] - hibernate-jpamodelgen 6.0 throws java.lang.ClassNotFoundException: jakarta.xml.bind.JAXBException at build time
* [HHH-15162] - Predicate with LENGTH(<clob>) is causing a QueryException
* [HHH-15161] - Insert statement not inferring types in select clause based on target paths
* [HHH-15154] - User Guide: "using passing" in section 11.11 FetchMode.SUBSELECT
* [HHH-15150] - Hibernate 6 EmbeddedId CacheKeys are no longer Serializable
* [HHH-15141] - Bytecode enhancement fails for a protected, embedded field in a MappedSuperclass from a different package than the entity

** Improvement * [HHH-15221] - Fix a logging error in JdbcValuesCacheHit * [HHH-15220] - correct obvious typos in either comment or variable name * [HHH-15210] - Oracle dialect should have MaxIdentifierLength to 128 for version equals or above 12.2 * [HHH-15208] - Upgrade to Micrometer 1.8.4 * [HHH-15207] - Upgrade GraalVM SDK to 22.0.0.2 * [HHH-15206] - Upgrade to ANTLR 4.10 * [HHH-15204] - Remove dependency to jakarta.activation:jakarta.activation-api * [HHH-15200] - Support XML DDL type * [HHH-15189] - Deprecation warning for lock timeout is always printed * [HHH-15187] - Upgrade to HCANN 6.0.0.Final * [HHH-15184] - Improve efficiency of Component#getSelectables() * [HHH-15170] - Dedicated chapter for "Build Tool Support" * [HHH-15157] - Add HQL query to NoResultException

... (truncated)

Commits
  • dca3695 Post-steps for release : 6.0.1.Final
  • f50460b Pre-steps for release : 6.0.1.Final
  • fd37bb9 gradle fix upload documentation server url
  • c02440e Fix issue with gradle upload documentation task
  • 3ef306b Gradle add Jackson xml lib to javadocClasspath
  • 26cd9d2 Fix doc descriptor server url
  • 81d6fef gradle doc publishing add --delete option to rsync
  • 1bd4d57 Gradle publishing use rsync instead of scp
  • c43fa6b Fix signing of published artifacts
  • 2984804 HHH-15229 Query returns null for broken foreign key reference and NotFoundAct...
  • 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[bot] commented 2 years ago

Superseded by #99.