Skip to content

Commit 87a6226

Browse files
committed
5.0.0 Final release
1 parent c2ad82e commit 87a6226

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ allprojects {
4545

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

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

changelog.txt

+36
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,42 @@ Hibernate 5.0 Changelog
44
Note: Please refer to JIRA to learn more about each issue.
55

66

7+
Changes in 5.0.0.Final (August 20, 2015)
8+
------------------------------------------------------------------------------------------------------------------------
9+
https://hibernate.atlassian.net/projects/HHH/versions/20851
10+
11+
** Bug
12+
* [HHH-951] - setMaxResults causes "ORA-00918: column ambiguously defined" exception
13+
* [HHH-7070] - Sybase15+ dialect -> dateadd, datediff, SQLFunctionTemplate lack templates
14+
* [HHH-9868] - Infinispan 2LC can store stale data
15+
* [HHH-9881] - Pending put needs to be invalidated on update on remote node
16+
* [HHH-9908] - Regression in naming collection join tables
17+
* [HHH-9928] - Pending put leaks when the entity is not found in DB
18+
* [HHH-9982] - @NotNull annotation ignored when persisting or merging entities
19+
* [HHH-10016] - Gradle plugin does not enhance any classes
20+
* [HHH-10031] - Multiple bytecode enhancement attempts if hibernate.enable_lazy_load_no_trans set multiple times
21+
* [HHH-10036] - Some tests are failing on Oracle, ORA-00972: identifier is too long
22+
* [HHH-10040] - Fix problem with incomplete Iterator impl
23+
24+
** New Feature
25+
* [HHH-9898] - Test for correct behaviour of 2LC
26+
27+
** Task
28+
* [HHH-9919] - Update hibernate-osgi tutorials based on published Karaf features file
29+
* [HHH-9994] - Finish mariadb (mysql) database profile
30+
* [HHH-10022] - Continue documentation TLC (part 2)
31+
* [HHH-10041] - features.xml generation: collapse 3 mains into one hibernate-orm
32+
* [HHH-10042] - Add task to upload dist bundles to BinTray
33+
* [HHH-10043] - Migration Guide
34+
35+
** Improvement
36+
* [HHH-9707] - Nulls first behavior on SQLServer database
37+
* [HHH-10021] - Allow easy testing of hibernate-infinispan against Infinispan 7 or 8
38+
* [HHH-10023] - Make hibernate-infinispan compiled with Infinispan 7.x but runnable with Infinispan 8.x
39+
* [HHH-10039] - Ensure the Karaf features.xml is included in the distro zip/tgz
40+
41+
42+
743
Changes in 5.0.0.CR4 (August 5, 2015)
844
------------------------------------------------------------------------------------------------------------------------
945
https://hibernate.atlassian.net/projects/HHH/versions/20752

0 commit comments

Comments
 (0)