Skip to content

Commit 782c0a5

Browse files
committed
6.6.0.CR2 bad release fix-ups
1 parent c1a01b6 commit 782c0a5

File tree

2 files changed

+78
-1
lines changed

2 files changed

+78
-1
lines changed

changelog.txt

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,83 @@ Hibernate 6 Changelog
33

44
Note: Please refer to JIRA to learn more about each issue.
55

6+
7+
Changes in 6.6.0.CR2 (August 6, 2024)
8+
------------------------------------------------------------------------------------------------------------------------
9+
10+
https://hibernate.atlassian.net/projects/HHH/versions/32320
11+
12+
** Bug
13+
* [HHH-15725] - Criteria API Expression.as adds cast even when the cast type is equal to the expression type
14+
* [HHH-17840] - Jackson JsonNode stored as JSON "null" value instead of database NULL
15+
* [HHH-17914] - NPE getSqlString\(\) in debug mode
16+
* [HHH-17949] - StatelessSession.upsert\(\) with @Version-ed entity on databases with no SQL merge
17+
* [HHH-18012] - Subclass of super generic array AttributeConverter cannot be auto applied
18+
* [HHH-18017] - Query cache on Polymorphic entities leads to InstantiationException \(Cannot instantiate abstract class\)
19+
* [HHH-18062] - 'Could not instantiate entity ... due to argument type mismatch' with record @IdClass
20+
* [HHH-18085] - Executing SELECT query twice in a transaction, leads to "Shared references of collection error"
21+
* [HHH-18086] - Assertion Error when using JOIN FETCH on ToOneAttribute with multiple JOINs of parent entity
22+
* [HHH-18108] - Duplicate class definition regression caused by ClassTransformer
23+
* [HHH-18177] - org.hibernate.AssertionFailure: null identifier for collection of role thrown when merging entity with generated id
24+
* [HHH-18229] - "UnsupportedOperationException: Re-work support for semi-resolve " with null value in column referenced by @JoinColumn
25+
* [HHH-18272] - UnsupportedOperationException when order / group by clause contains aliased item
26+
* [HHH-18278] - Metamodel generator is ignoring JPA/Hibernate annotations in package-info
27+
* [HHH-18280] - Support named procedure parameters down to the JDBC level
28+
* [HHH-18284] - Missing classes in org.hibernate.graalvm.internal.StaticClassLists
29+
* [HHH-18285] - Non-polymorphic embeddable inheritance fails starting with Hibernate ORM 6.6
30+
* [HHH-18288] - Subclasses of SINGLE\_TABLE Inheritance should not be allowed to define @Table
31+
* [HHH-18291] - Regression in SemanticQueryBuilder 6.4.7.Final -> 6.4.8.Final. Also present in 6.5.2.Final.
32+
* [HHH-18292] - Regression in SemanticQueryBuilder 6.4.9.Final -> 6.5.0.Final. Also present in 6.5.2.Final.
33+
* [HHH-18302] - DB2CallableStatementSupport uses an invalid syntax for named parameters
34+
* [HHH-18306] - Implicit instantiation for queries with single selection item broken
35+
* [HHH-18312] - Informix nationalized JDBC types support
36+
* [HHH-18313] - NullPointerException because JdbcIsolationDelegate.sqlExceptionHelper\(\) returns null
37+
* [HHH-18330] - UnknownTableReferenceException in JPQL query when join fetching to-one in embedded id
38+
* [HHH-18332] - DB2 stored procedures returning REF\_CURSORs are not working with the standard support
39+
* [HHH-18334] - Teradata doesn't support variable limit
40+
* [HHH-18338] - When an embeddable object is loaded before the entity it references, hibernate fails to start
41+
* [HHH-18340] - method return type errors in AbstractDelegatingSessionFactoryBuilder
42+
* [HHH-18343] - fix Altibase integration test failures since Hibernate 6.5.2
43+
* [HHH-18347] - Casted parameter rendering broken for some DDL types when using @Column
44+
* [HHH-18352] - Tuple comparison emulation performing bad
45+
* [HHH-18357] - Null pointer exception in createCountQuery because Identifier descriptor is null in MappedSuperclass
46+
* [HHH-18358] - Metemodel generator does not resolving entity type literals
47+
* [HHH-18382] - Assertion error when using @DiscriminatorFormula for embeddable inheritance
48+
* [HHH-18390] - JoinColumn leads to \`NullPointerException: Cannot invoke "Object.hashCode\(\)" because "value" is null\` on load
49+
* [HHH-18406] - Oracle: schema update fails to create entity table if one of the fields is an array
50+
* [HHH-18410] - Performance regression due to megamorphic calls
51+
52+
** Improvement
53+
* [HHH-12836] - JtaPlatformInitiator.initiateService is logging same debug message twice
54+
* [HHH-18296] - When JDBC drivers generate SQLWarnings with a "success" SQLState, do not log that at WARN level
55+
* [HHH-18301] - Db2 supports 'drop table if exists' since version 11.5
56+
* [HHH-18318] - fix user guide's bootstrap method reference link text
57+
* [HHH-18320] - Correct some syntax errors in Locking chapter in user guide
58+
* [HHH-18324] - Upgrade to Jandex 3.2.0
59+
* [HHH-18327] - Connection pool configuration settings constants
60+
* [HHH-18335] - improve partial order sorting in AnnotationMetadataSourceProcessorImpl
61+
* [HHH-18339] - \`supportsFilterClause\` is not overridden to True for H2SqlAstTranslator
62+
* [HHH-18342] - fix contradictive javadoc of org.hibernate.engine.spi.SharedSessionContractImplementor
63+
* [HHH-18375] - Reuse previous row state when result cardinality is duplicated
64+
* [HHH-18379] - Allow passing row count estimate to pre-size collections
65+
* [HHH-18393] - Upgrade JBoss Logging Tools \(processor\) to 3.0.0.Final
66+
* [HHH-18395] - Fix intermittent failures of clock based tests
67+
* [HHH-18401] - SelectionQuery needs better validation of query return type
68+
* [HHH-18411] - Add ability to specify a custom UuidGenerator.ValueGenerator
69+
* [HHH-18412] - Upgrade JBoss Logging Tools \(processor\) to 3.0.1.Final
70+
* [HHH-18454] - Skip connection provider retrieval and DB info logging when booting offline
71+
72+
** New Feature
73+
* [HHH-18224] - standardized logging of database connection
74+
75+
** Task
76+
* [HHH-18271] - Continue investigating performance drops compared to Hibernate 5
77+
* [HHH-18293] - Upgrade to latest geolatte-geom version 1.9.1
78+
* [HHH-18381] - Changes for Hibernate Reactive 2.4
79+
* [HHH-18431] - Allow Hibernate Reactive to skip lazy initializations
80+
81+
82+
683
Changes in 6.6.0.CR1 (June 14, 2024)
784
------------------------------------------------------------------------------------------------------------------------
885

gradle/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hibernateVersion=6.6.0-SNAPSHOT
1+
hibernateVersion=6.6.0.CR2

0 commit comments

Comments
 (0)