Skip to content

Commit b6bfade

Browse files
committed
5.2.2
1 parent c8aa945 commit b6bfade

File tree

2 files changed

+72
-1
lines changed

2 files changed

+72
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ allprojects {
5454
}
5555

5656
ext {
57-
hibernateTargetVersion = '5.2.2-SNAPSHOT'
57+
hibernateTargetVersion = '5.2.2.Final'
5858
expectedGradleVersion = '3.0-milestone-1'
5959
baselineJavaVersion = '1.8'
6060

changelog.txt

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

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

6+
Changes in 5.2.2.Final (August 04, 2016)
7+
------------------------------------------------------------------------------------------------------------------------
8+
https://hibernate.atlassian.net/projects/HHH/versions/24150
9+
10+
** Bug
11+
* [HHH-5393] - MappingException when @MapKeyColumn refers to a column mapped in embeddable map value
12+
* [HHH-7249] - Discrimator values in versioned entities in one to many relations could cause problems when deleting relation
13+
* [HHH-7625] - Inverse OneToMany with a CompositeKey fails
14+
* [HHH-9199] - ValidityAuditStrategy: Collection of embeddables is not audited correctly
15+
* [HHH-10027] - Dynamic filter parameter can be bound in wrong order when applied to OneToMany collections
16+
* [HHH-10617] - multiLoad behavior
17+
* [HHH-10725] - Hibernate Integrations Guide: an incorrect example LatestAndGreatestConnectionProviderImpl
18+
* [HHH-10795] - StatefulPersistenceContext.entityEntryContext does not work properly for ManagedEntity associated with a different StatefulPersistenceContext
19+
* [HHH-10810] - ImplicitIndexColumnNameSource should extend ImplicitNameSource.
20+
* [HHH-10879] - SqlServer dialect doesn't respect "key" reserved keyword
21+
* [HHH-10888] - PluralAttribute#isAssociation returns true for @ElementCollection
22+
* [HHH-10896] - Exception thrown when dropping schema with a managed connection
23+
* [HHH-10900] - ExceptionConverter throws an exception if the Proxy is no longer reachable
24+
* [HHH-10907] - Fix connection leak problem in hibernate-core tests
25+
* [HHH-10915] - NullPointerException from AbstractProducedQuery.getParameters()
26+
* [HHH-10919] - HQL: Sql syntax exception when joining a Map<Entity,Component>
27+
* [HHH-10920] - Joined inheritance : Same super class field name in embedded type causes embedded field to be ignored
28+
* [HHH-10922] - flush triggers load when using enableDirtyTracking
29+
* [HHH-10937] - The generation of the drop schema does not filter sequence with schemaFilter
30+
* [HHH-10942] - Session not flushing starting from 5.2.0 in Karaf + Aries JPA & JTA
31+
* [HHH-10944] - org.hibernate.test.mappingexception.MappingExceptionTest#testNotFound failure
32+
* [HHH-10950] - uniqueResultOptional fails for Query created from CriteriaQuery
33+
* [HHH-10952] - Tests leaving transactions opened cause PostgreSQL to hang
34+
* [HHH-10953] - HQL update statement fails if entity is inside a package of format in.mycomany.___domain.Entity
35+
* [HHH-10955] - PessimisticWriteLockTimeoutTest#testSkipLocked should run only on PostgreSQL 9.5
36+
* [HHH-10959] - Methods in org.hibernate.query.Query should not return the deprecated org.hibernate.Query
37+
* [HHH-10964] - Fix missing currentTenantIdentifierResolver
38+
* [HHH-10973] - hibernate-enhance-maven-plugin won't enhance entities with bidirectional relationships
39+
* [HHH-10977] - entity not enhanced when mapped superclass enhanced before
40+
* [HHH-10987] - Cannot save JTS geometry with SRID 3857 into SRID 3857 column
41+
* [HHH-10991] - Wrong order parameter binding when filters are used in conjunction with component type parameters and subqueries
42+
* [HHH-10993] - NPE when Lazy loading collection without transaction for bytecode enhanced entitie
43+
* [HHH-10994] - Limit Handler for SQL server doesn't support queries with alias( without 'as' keyboard ) in select clause.
44+
* [HHH-11009] - org.hibernate.AnnotationException: Unable to create unique key constraint - if column not found
45+
* [HHH-11013] - The release task creates two documentation folders for UserGuide
46+
* [HHH-11016] - Hibernate Schema Management Tool does not properly drop sequences for PostgresSQL 8.2+
47+
48+
49+
** New Feature
50+
* [HHH-10965] - Add new Query Hint to avoid passing DISTINCT from entity queries to SQL statements
51+
* [HHH-10966] - Document @DiscriminatorValue NULL and NOT_NULL options
52+
* [HHH-10971] - Document flush operation order
53+
54+
** Task
55+
* [HHH-10948] - Upgrade Byteman to 3.0.6
56+
57+
** Improvement
58+
* [HHH-8687] - Better exception message for PostgreSQL81Dialect and named REF_CURSOR parameter binding
59+
* [HHH-10531] - JaxbHbmTuplizerType marshalling does not conform hibernate-mapping-4.0.xsd
60+
* [HHH-10532] - Cannot marshall JaxbHbmBasicAttributeType to xml if the "generated" attribute is not specified
61+
* [HHH-10800] - InformixDialect: add support for coalesce(), current_timestamp(), current_date()
62+
* [HHH-10905] - NullPointerException when StatelessSession.get(Class, Serializable, LockMode) called with null LockMode, instead of defaulting to LockMode.NONE
63+
* [HHH-10923] - Upgrade CDI 1.1 and related dependencies to Final
64+
* [HHH-10924] - Replace ConcurrentServiceBinding by ConcurrentHashMap
65+
* [HHH-10943] - Driver Manager Connection Pool should close leaked connections upon shutting down
66+
* [HHH-10945] - Move TransactionUtil from documentation to hibernate-testing
67+
* [HHH-10946] - Add utility to detect connection leaks during testing
68+
* [HHH-10947] - Add @Repeatable to Hibernate-owned annotations
69+
* [HHH-10949] - Upgrade Infinispan to 8.2.3.Final
70+
* [HHH-10984] - Have multiLoad not return (unflushed) DELETED entities
71+
* [HHH-10996] - The cleanupTestData utility has issues with link tables
72+
* [HHH-11000] - Fix the port stealing issue between Arquillian and NVidia Windows driver
73+
* [HHH-11002] - Add documentation section about Filter and FilterDef
74+
* [HHH-11017] - Migrate Integration Guide to AsciiDoctor
75+
76+
677
Changes in 5.2.1.Final (June 30, 2016)
778
------------------------------------------------------------------------------------------------------------------------
879
https://hibernate.atlassian.net/projects/HHH/versions/23950

0 commit comments

Comments
 (0)