Pre-steps for release : `6.3.0.CR1`
This commit is contained in:
parent
787244b988
commit
c4a0d95b54
|
@ -3,6 +3,64 @@ Hibernate 6 Changelog
|
|||
|
||||
Note: Please refer to JIRA to learn more about each issue.
|
||||
|
||||
Changes in 6.3.0.CR1 (July 20, 2023)
|
||||
------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
https://hibernate.atlassian.net/projects/HHH/versions/32084
|
||||
|
||||
** Bug
|
||||
* [HHH-16943] - Column ordering leads to wrong column order in unique constraints
|
||||
* [HHH-16942] - OneToOne Mapping with PartitionKey fails
|
||||
* [HHH-16923] - Deleting all entities of a given type fails when using a composite primary key and order_updates
|
||||
* [HHH-16912] - Hibernate 6.2 breaks backward compatibility
|
||||
* [HHH-16908] - Fail to compute column mapping on entity with idClass having one field as pk of a OneToOne association
|
||||
* [HHH-16900] - Iteration of MutationOperation(s) triggers type pollution
|
||||
* [HHH-16892] - LocalXmlResourceResolver does not resolve dtd URLs that use https scheme
|
||||
* [HHH-16890] - StackOverflowError when loading entities with @Proxy(lazy = false)
|
||||
* [HHH-16872] - JDBC fetch size seems to be ignored post migration to hibernate6
|
||||
* [HHH-16860] - OneToMany with inherited classes on both sides
|
||||
* [HHH-16857] - JdbcLiteralFormatterCharacterData's lowercase 'n' causes invalid SQL syntax
|
||||
* [HHH-16853] - Setting Named Query Parameters Is VERY Slow
|
||||
* [HHH-16849] - When we use partition key in join columns generated query is incorrect and its failing.
|
||||
* [HHH-16843] - HQL 'value = null'
|
||||
* [HHH-16839] - Failing to update a one-to-one lazy association with `OptimisticLockType.DIRTY` and enabled bytecode enhancement
|
||||
* [HHH-16833] - Assertion Error when inserting two entities linked with a OneToOne relation
|
||||
* [HHH-16832] - Bytecode enhancement leads to broken constructor for a generic embedded field in a MappedSuperclass
|
||||
* [HHH-16821] - Fail to delete entity that contains an embedded with a many to many association as field
|
||||
* [HHH-16820] - When batching enabled the LockModeType is ignored
|
||||
* [HHH-16818] - JPQL parser treats 'N' as a String and fails org.hibernate.query.SemanticException: The assignment expression type [java.lang.String] did not match the assignment path type [java.lang.Character]
|
||||
* [HHH-16813] - Metamodel Generator adds @Generator annotations that cannot be compiled
|
||||
* [HHH-16812] - StackOverflowError an embeddable's @Parent is a subclass in an inheritance tree
|
||||
* [HHH-16811] - Dirty property lost and not detected with Batch Fetch, Embedded and FetchMode SELECT
|
||||
* [HHH-16810] - Fail to delete entity with a composite id using an @IdClass with one of its fields mapped from the id of a @ManyToOne association
|
||||
* [HHH-16802] - typecheck subquery predicates
|
||||
* [HHH-16799] - Using bytecode enhancement may result in incorrect AccessType being picked
|
||||
* [HHH-16772] - Generated bytecode for HibernateAccessOptimizer class is invalid and causes operand stack overflow issue.
|
||||
* [HHH-16767] - From#getJoins throws exception if non-attribute was joined
|
||||
* [HHH-16765] - Cannot parse quoted table name
|
||||
* [HHH-16747] - interpretation of queries with no 'select', multiple elements in 'from', and no explicit result class
|
||||
* [HHH-16742] - ArrayIndexOutOfBoundsException when calling Tuple.getElements()
|
||||
* [HHH-16732] - HQL id() function does not work for @Any mappings
|
||||
* [HHH-16707] - Saving entities using @MappedSuperclass does not work with classes in foreign packages
|
||||
* [HHH-16669] - Batch loading prevents throwing ObjectNotFoundException on initialization of non-existent enhanced entity
|
||||
* [HHH-16663] - TCK failure due to wrong refactoring in schema management Action enum
|
||||
* [HHH-16619] - associations on fields beginning with underscore
|
||||
* [HHH-16593] - mappedBy non-association
|
||||
* [HHH-16586] - When merging a persisted entity with a null Version, Hibernate treats entity as transient instead of throwing an Exception
|
||||
* [HHH-16578] - Incorrect validation error for tinyint, but and datetime
|
||||
* [HHH-16563] - Hibernate 6.x.x should use jakarta.annotation.Generated
|
||||
* [HHH-16556] - SQLServer2016Dialect deprecation javadoc has wrong version
|
||||
* [HHH-16545] - PersistenceUtilHelper.MetadataCache is not Thread-Safe
|
||||
* [HHH-16514] - Property sorting can lead to incorrect column mappings with derived embeddable keys
|
||||
* [HHH-16494] - Right or full joining on single tablepolymorphic entities gives incorrect results
|
||||
* [HHH-16485] - Insert ordering doesn't consider root entity names
|
||||
* [HHH-16461] - @Version + session.refresh(entity, LockMode.PESSIMISTIC_WRITE) leads to StaleObjectStateException
|
||||
* [HHH-16360] - On Postgresql with hbm2ddl.auto=update, timestamp columns are updated even when correct
|
||||
* [HHH-16275] - LockTest.testLock*FkTarget fail on Sybase with timeout getting lock
|
||||
* [HHH-16022] - bad error reporting of parsing failures
|
||||
* [HHH-15917] - Unrelated Entity Join throws IllegalStateException
|
||||
|
||||
|
||||
Changes in 6.2.0.CR1 (December 22, 2022)
|
||||
------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
hibernateVersion=6.3.0-SNAPSHOT
|
||||
hibernateVersion=6.3.0.CR1
|
Loading…
Reference in New Issue