File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,28 @@ Hibernate 6 Changelog
33
44Note: Please refer to JIRA to learn more about each issue.
55
6+ Changes in 6.6.3.Final (November 21, 2024)
7+ ------------------------------------------------------------------------------------------------------------------------
8+ 
9+ https://hibernate.atlassian.net/projects/HHH/versions/32365
10+ 
11+ ** Bug
12+     * [HHH-18862] - Group by error due to subselect using foreign key reference instead of primary key in HQL query
13+     * [HHH-18851] - ArrayContainsArgumentTypeResolver wrongly infers array type for needle argument
14+     * [HHH-18842] - Regression: CollectionType.replace() breaks if target is PersistentCollection, but not instance of Collection (e.g. PersistentMap)
15+     * [HHH-18832] - Bytecode enhancement skipped for entities with "compute-only" @Transient properties
16+     * [HHH-18816] - Error when rendering the fk-side of an association in an exists subquery
17+     * [HHH-18703] - JoinedSubclassEntityPersister#getTableNameForColumn KO
18+     * [HHH-18647] - SemanticException when using createCriteriaInsertValues to insert into foreign key column
19+ 
20+ ** Improvement
21+     * [HHH-18841] - Make `_identifierMapper` property added for a IdClass synthetic
22+     * [HHH-18833] - Configuration to fail bytecode enhancement instead of skipping it on unsupported models
23+ 
24+ ** Task
25+     * [HHH-18846] - Enable release automation for ORM 6.6
26+ 
27+ 
628Changes in 6.6.2.Final (November 07, 2024)
729------------------------------------------------------------------------------------------------------------------------
830
Original file line number Diff line number Diff line change 1- hibernateVersion =6.6.3-SNAPSHOT 
1+ hibernateVersion =6.6.3.Final 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments