Skip to content

Commit 39bd4c8

Browse files
committed
Pre-steps for release : 6.6.0.CR1
1 parent 3c2281f commit 39bd4c8

File tree

2 files changed

+59
-1
lines changed

2 files changed

+59
-1
lines changed

changelog.txt

+58
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,64 @@ Hibernate 6 Changelog
33

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

6+
Changes in 6.6.0.CR1 (June 14, 2024)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/32289
10+
11+
** Bug
12+
* [HHH-18267] - Informix insert value to identity column error
13+
* [HHH-18259] - Joined Inheritence with Generated wrongly resolves columns for base entity
14+
* [HHH-18256] - SQL fragment template wrongly prefixes literal type prefix
15+
* [HHH-18251] - IdClass with Record not working with ToOne relation columns
16+
* [HHH-18250] - Informix multi insert not supported
17+
* [HHH-18246] - Informix nulls precedence support
18+
* [HHH-18244] - Informix SelectItemReferenceStrategy error
19+
* [HHH-18241] - revert change to semantics of 'null in ()'
20+
* [HHH-18232] - DB2zDialect - Insert with GeneratedValue Id not working with DB2v12
21+
* [HHH-18225] - Informix syntax error in DISTINCT clause before SKIP clause
22+
* [HHH-18221] - Incomplete list of existing foreign keys - DatabaseMetaData.crossReferences(...) not used
23+
* [HHH-18218] - Dynamic instantiation with generic entity attribute fails constructor argument type validation
24+
* [HHH-18215] - QueryException raised for valid update SQL query - problems with aliases parsing
25+
* [HHH-18214] - unhelpful error when query result type has no appropriate constructor
26+
* [HHH-18213] - FirebirdDialect LimitHandler produces wrong query on Firebird 2.5 and older
27+
* [HHH-18212] - Accessing a removed lazy association results in a NullPointerException
28+
* [HHH-18205] - hibernate.implicit_naming_strategy and hibernate.physical_naming_strategy ignored when using Configuration
29+
* [HHH-18203] - JPMS: Cannot invoke "javax.lang.model.element.Element.getAnnotationMirrors()" because "element" is null
30+
* [HHH-18202] - Error with distinct query + order by aggregate function on an association key
31+
* [HHH-18201] - Addition/subtraction of duration to/from temporal parameter wrongly resolved as duration during query parsing
32+
* [HHH-18179] - HibernateProcessor wrong warnings after upgrading to 6.5
33+
* [HHH-18176] - upsert() with @Version-ed entity on Oracle
34+
* [HHH-18175] - StatelessSession not incrementing @Version for entities with IDENTITY id generation
35+
* [HHH-18172] - Fix embeddable inheritance for types extending @MappedSuperclass
36+
* [HHH-18170] - Subquery randomly generating wrong SQL due to duplicate alias
37+
* [HHH-18168] - Informix plural attribute size function support
38+
* [HHH-18166] - Cascade behaviour different depending on bootstrap Hibernate or JPA for SAME cascade annotations
39+
* [HHH-18163] - Informix foreign key on cascade delete syntax
40+
* [HHH-18158] - EmbeddedId not working when Embedded is a generic record
41+
* [HHH-18156] - OracleDatabaseCleaner doesn't support latest docker image "gvenzl/oracle-free"
42+
* [HHH-18153] - Informix unique constraints on nullness columns
43+
* [HHH-18151] - Bytecode enhancement incorrectly generates code for parameterized fields
44+
* [HHH-18150] - Informix float and double precision in decimal digits
45+
* [HHH-18149] - Metamodel generation fails if executed from Eclipse
46+
* [HHH-18147] - Hibernate fails to persist an entity when a natural id association is a proxy
47+
* [HHH-18140] - Error modify column type when project startup.
48+
* [HHH-18138] - String based fetchGraphs do not resolve parameterized entity associated properties from MappedSuperclass
49+
* [HHH-18137] - Hibernate Processor finder method doesn't find field from MappedSuperclass with private fields and field access
50+
* [HHH-18121] - Error when using createCountQuery() from distinct dynamic instantiation query
51+
* [HHH-18118] - In ScriptSourceInputFromUrl url is compared with itself
52+
* [HHH-18117] - Character literal is not properly handled in query
53+
* [HHH-18112] - Some dialects use the wrong default version
54+
* [HHH-18107] - Package name in 2 classes doesn't correspond to the file path
55+
* [HHH-18106] - @CheckHQL is reporting error when named query contains valid Java constant
56+
* [HHH-18105] - Semicolon misssing in CSS file hibernate-layout.css line 98
57+
* [HHH-18102] - @CheckHQL is not reporting error when non-existing enum constant is referenced in named HQL query
58+
* [HHH-18098] - entities annotated @Cacheable(false) get added to second-level cache
59+
* [HHH-18080] - hibernate.boot.allow_jdbc_metadata_access=false leads to warning about "0.0.0 version"
60+
* [HHH-18077] - In key-based pagination next and previous keys seem to be swapped when moving to previous pages
61+
* [HHH-18073] - BasicCollectionJavaType treat Set inconsistently
62+
63+
664
Changes in 6.6.0.Alpha1 (April 25, 2024)
765
------------------------------------------------------------------------------------------------------------------------
866

gradle/version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hibernateVersion=6.6.0-SNAPSHOT
1+
hibernateVersion=6.6.0.CR1

0 commit comments

Comments
 (0)