Skip to content

Commit 51512b3

Browse files
committed
5.0.2 release
1 parent e27fb3f commit 51512b3

File tree

2 files changed

+58
-9
lines changed

2 files changed

+58
-9
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ allprojects {
4545

4646
ext {
4747
expectedGradleVersion = '2.4'
48-
hibernateTargetVersion = '5.0.2-SNAPSHOT'
48+
hibernateTargetVersion = '5.0.2.Final'
4949

5050
osgiExportVersion = hibernateTargetVersion.replaceAll( '-SNAPSHOT', '.SNAPSHOT' )
5151
}

changelog.txt

Lines changed: 57 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,58 @@ Hibernate 5.0 Changelog
44
Note: Please refer to JIRA to learn more about each issue.
55

66

7+
Changes in 5.0.2.Final (September 30, 2015)
8+
------------------------------------------------------------------------------------------------------------------------
9+
http://hibernate.atlassian.net/projects/HHH/versions/21250
10+
11+
** Bug
12+
* [HHH-9731] - Potential bug in SearchedCaseExpression type handling
13+
* [HHH-10055] - Lazy loading of collections in enhanced entity not working
14+
* [HHH-10110] - DerbyTenSevenDialect fails to update schema because of sequence error
15+
* [HHH-10111] - AttributeConverter based attributes are not marked for update when their state is modified
16+
* [HHH-10115] - HHH90000003: Use of DOM4J entity-mode is considered deprecated
17+
* [HHH-10119] - Config setting names loaded from cfg.xml stored in augmented (prefixed with "hibernate.") form but not original form
18+
* [HHH-10120] - InputStream not closed in ConfigLoader.loadConfigXmlResource(String)
19+
* [HHH-10125] - KEY() function in HQL causes inaccurate SQL when map key is an entity
20+
* [HHH-10126] - Table-backed sequences are not populated on creation using SchemaUpdate
21+
* [HHH-10131] - CacheableFileXmlSource.doBind returns null instead of created binding when .hbm.xml.bin have not been created yet
22+
* [HHH-10132] - ENTRY() function in HQL causes invalid SQL when map key is an entity
23+
* [HHH-10133] - CatalogSeparator of dialect metadata not used in runtime, just in schema tool
24+
* [HHH-10135] - DB2Dialect should override getSelectSequenceNextValString
25+
* [HHH-10139] - <one-to-one> and <many-to-one> mapping with <formula>1</formula> related to a boolean field causes java.sql.SQLSyntaxErrorException:
26+
* [HHH-10140] - Apache Derby does not support tuples in subqueries
27+
* [HHH-10141] - ClassicQueryTranslatorFactory unable to determine the correct RevisionType type
28+
* [HHH-10142] - Derby dialect missing SQL keyword
29+
* [HHH-10149] - PostgreSQL81Dialect.#getForUpdateString(String aliases,LockOptions lockOptions) returning a wrong value for update String when aliases is an empty String
30+
* [HHH-10150] - PostgreSQL -MultiTableBulkIdStrategy fails with multiple delete of parent entity in the same transaction
31+
32+
** New Feature
33+
* [HHH-10045] - Force all columns in primary key to be non-null
34+
35+
** Task
36+
* [HHH-9995] - Finish pgsql database profile
37+
* [HHH-9996] - Finish Derby database profile
38+
* [HHH-10154] - Change built-in JavaTypeDescriptor impls to not auto-register themselves with JavaTypeDescriptorRegistry
39+
40+
** Improvement
41+
* [HHH-9685] - Envers should do nothing when JTA transaction is already marked as rollback-only
42+
* [HHH-10066] - Drop and recreate AuxiliaryDatabaseObjects as part of schema update
43+
* [HHH-10083] - Support replicated and distributed caches
44+
* [HHH-10086] - Deprecate Dialect#getIdentityColumnString() and Dialect#getIdentitySelectString()
45+
* [HHH-10121] - Have EMF#getProperties expose ValidatorFactory injected via 2-phase load
46+
* [HHH-10129] - Evaluate AttributeConverter tests in hibernate-entitymanager for move to hibernate-core
47+
48+
** Patch
49+
* [HHH-10108] - checkstyle test <module name="NewlineAtEndOfFile" /> causes build time problem
50+
51+
** Deprecation
52+
* [HHH-10122] - Deprecate ".class" property-style entity-type-expression format
53+
54+
55+
756
Changes in 5.0.1.Final (September 3, 2015)
857
------------------------------------------------------------------------------------------------------------------------
9-
https://hibernate.atlassian.net/projects/HHH/versions/21051
58+
http://hibernate.atlassian.net/projects/HHH/versions/21051
1059

1160
** Bug
1261
* [HHH-9962] - Second level query cache returns stale data if query and update statements are executed concurrently
@@ -49,7 +98,7 @@ https://hibernate.atlassian.net/projects/HHH/versions/21051
4998

5099
Changes in 5.0.0.Final (August 20, 2015)
51100
------------------------------------------------------------------------------------------------------------------------
52-
https://hibernate.atlassian.net/projects/HHH/versions/20851
101+
http://hibernate.atlassian.net/projects/HHH/versions/20851
53102

54103
** Bug
55104
* [HHH-951] - setMaxResults causes "ORA-00918: column ambiguously defined" exception
@@ -85,7 +134,7 @@ https://hibernate.atlassian.net/projects/HHH/versions/20851
85134

86135
Changes in 5.0.0.CR4 (August 5, 2015)
87136
------------------------------------------------------------------------------------------------------------------------
88-
https://hibernate.atlassian.net/projects/HHH/versions/20752
137+
http://hibernate.atlassian.net/projects/HHH/versions/20752
89138

90139
** Bug
91140
* [HHH-8615] - Shared type parameters results in inconsistent internal model (especially with DynamicParameterizedType)
@@ -120,7 +169,7 @@ https://hibernate.atlassian.net/projects/HHH/versions/20752
120169

121170
Changes in 5.0.0.CR3 (July 29, 2015)
122171
------------------------------------------------------------------------------------------------------------------------
123-
https://hibernate.atlassian.net/projects/HHH/versions/20350
172+
http://hibernate.atlassian.net/projects/HHH/versions/20350
124173

125174
** Sub-task
126175
* [HHH-9938] - Enhance field access
@@ -178,7 +227,7 @@ https://hibernate.atlassian.net/projects/HHH/versions/20350
178227

179228
Changes in 5.0.0.CR2 (July 8, 2015)
180229
------------------------------------------------------------------------------------------------------------------------
181-
https://hibernate.atlassian.net/projects/HHH/versions/20150
230+
http://hibernate.atlassian.net/projects/HHH/versions/20150
182231

183232
** Sub-task
184233
* [HHH-8558] - Lazy loading (basic attributes)
@@ -235,7 +284,7 @@ https://hibernate.atlassian.net/projects/HHH/versions/20150
235284

236285
Changes in 5.0.0.CR1 (May 27, 2015)
237286
------------------------------------------------------------------------------------------------------------------------
238-
https://hibernate.atlassian.net/projects/HHH/versions/19851
287+
http://hibernate.atlassian.net/projects/HHH/versions/19851
239288

240289
** Sub-task
241290
* [HHH-8489] - Bi-directional association management via bytecode enhancement
@@ -293,7 +342,7 @@ https://hibernate.atlassian.net/projects/HHH/versions/19851
293342

294343
Changes in 5.0.0.Beta2 (April 29, 2015)
295344
------------------------------------------------------------------------------------------------------------------------
296-
https://hibernate.atlassian.net/projects/HHH/versions/19550
345+
http://hibernate.atlassian.net/projects/HHH/versions/19550
297346

298347
** Bug
299348
* [HHH-9250] - BigIntegerSequenceGeneratorTest.testBasics fails on MS SQL Server 2012
@@ -330,7 +379,7 @@ https://hibernate.atlassian.net/projects/HHH/versions/19550
330379

331380
Changes in 5.0.0.Beta1 (March 31, 2015)
332381
------------------------------------------------------------------------------------------------------------------------
333-
https://hibernate.atlassian.net/projects/HHH/versions/18450
382+
http://hibernate.atlassian.net/projects/HHH/versions/18450
334383

335384
** Sub-task
336385
* [HHH-7998] - Add TypeContributions interface

0 commit comments

Comments
 (0)