Skip to content

Commit 88068a9

Browse files
committed
Pre-steps for release : 6.3.2.Final
1 parent cdbc880 commit 88068a9

File tree

2 files changed

+59
-1
lines changed

2 files changed

+59
-1
lines changed

changelog.txt

Lines changed: 58 additions & 0 deletions
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.3.2.Final (November 23, 2023)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/32193
10+
11+
** Bug
12+
* [HHH-17428] - Parameter place holder should start from 1 in StandardTemporaryTableExporter
13+
* [HHH-17415] - NullPointerException: EntityValuedPathInterpretation - getNavigablePath()
14+
* [HHH-17412] - Type comparison error due to surprising javac method selection
15+
* [HHH-17411] - Fetch join on treated join leads to owner not selected error
16+
* [HHH-17386] - Type inference source is not reset for top level predicates
17+
* [HHH-17383] - Association is null in lazy initialized element collection
18+
* [HHH-17351] - Missing basic type registration after changing preferred jdbc type
19+
* [HHH-17332] - NullPointerException in TupleMappingModelExpressible constructor
20+
* [HHH-17329] - Query Cache contains null values when entity was loaded as proxy
21+
* [HHH-17328] - Retrieve entity using entity graph not adding type in the where clause for @Inheritance(strategy = InheritanceType.SINGLE_TABLE)
22+
* [HHH-17308] - AssertionError when mixing @SQLSelect and composite ID
23+
* [HHH-17302] - Use nocache for MariaDB sequences
24+
* [HHH-17299] - AssertionError in DiscriminatorPathInterpretation when treating a path with the same subtype
25+
* [HHH-17294] - Non-Embeddable JSON objects are not marked as dirty when modified
26+
* [HHH-17292] - MappedSuperclass with more than 1 subclass level leads to "UnknownPathException: Could not resolve attribute"
27+
* [HHH-17290] - Embeddable with a primitive field cannot be set to null
28+
* [HHH-17288] - IdClass broken column mapping in `@OneToOne` when `mappedBy` is used by the owning side
29+
* [HHH-17285] - @MapdKey fails with name attribute that represetns a path with dots separator
30+
* [HHH-17283] - Subquery using Entity with composite Id causes SemanticException
31+
* [HHH-17276] - Columns that are widened to LOB type aren't considered as LOBs
32+
* [HHH-17264] - OracleAggregateSupport should use json_object to create empty json
33+
* [HHH-17262] - JdbcTypeRecommendationException when using <mapping-file> of persistence.xml file
34+
* [HHH-17260] - ClassCastException when using SUM() on subquery root
35+
* [HHH-17257] - ElementCollection is missing elements after update if embeddable type has primitive columns marked as nullable
36+
* [HHH-17256] - elementcollection embeddable contains only nulls when loading in multiple steps
37+
* [HHH-17255] - Cannot resolve table reference for treated many-to-many map collection simple attribute
38+
* [HHH-17243] - org.hibernate.MappingException: Could not resolve named type : duration
39+
* [HHH-17242] - Oracle temporal arithmetic performance regression
40+
* [HHH-17240] - ClassTransformer enhancement is not thread safe
41+
* [HHH-17234] - PostgreSQL: operator does not exist '!=-' exception when using JPA not equals operator '<>' with negative number
42+
* [HHH-17231] - HHH-17231 SQLGrammarException when selecting property of grouped join association in subquery
43+
* [HHH-17228] - Exception when selecting from a subclass in single table inheritance when another entity has 1-1 attributes of other subclasses
44+
* [HHH-17225] - Right join does not return records from the right table if there's no matching record in the from clause
45+
* [HHH-17223] - ClassCastException when using SUM() on COALESCE in criteria api
46+
* [HHH-17211] - Hibernate entity with @Any attribute throws a null pointer exception on HQL select query
47+
* [HHH-17208] - @Any mapping not working on HQL inserts
48+
* [HHH-17205] - QueryException: could not resolve property: null on OneToOne with composite key
49+
* [HHH-17196] - Documentation for @NaturalId should be more explicit about non-nullability
50+
* [HHH-17193] - Error when merging entity with composite PK and nested to-many collection
51+
* [HHH-17192] - Given a JOINED inheritance, "missing FROM-clause entry for table" error is thrown when applying EntityGraph to abstract entity and filtering on a subentity attribute
52+
* [HHH-17188] - Query Cache contains null values when entity is found in Persistence Context
53+
* [HHH-17178] - Is null predicate on treated plural path causes InterpretationException
54+
* [HHH-17172] - SerializableProxy: Unable to retrieve matching session factory by name (Hibernate 6 regression?)
55+
* [HHH-17170] - Custom @SQLDelete, @SQLDeleteAll and @SQLUpdate not working on associated collections
56+
* [HHH-17155] - DynamicInstantiationResult wrong java type constructor selected
57+
* [HHH-17143] - More not-found fix ups
58+
* [HHH-17132] - NaturalId unique keys can no longer be renamed by providing an equivalent UniqueConstraint annotation
59+
* [HHH-17108] - Error In Native Query when adding two Entity's and using composite key. Error: Unable to find column position by name.
60+
* [HHH-17102] - @SqlResultSetMapping doesn’t work with @Inheritance(strategy = InheritanceType.JOINED)
61+
* [HHH-16933] - JSON issue on Oracle 23c
62+
63+
664
Changes in 6.3.1.Final (September 19, 2023)
765
------------------------------------------------------------------------------------------------------------------------
866

gradle/version.properties

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

0 commit comments

Comments
 (0)