Skip to content

Commit 112ed95

Browse files
committed
5.0.1 release
1 parent e7bd4ea commit 112ed95

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-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.1.Final'
4949

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

changelog.txt

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

66

7+
Changes in 5.0.1.Final (September 3, 2015)
8+
------------------------------------------------------------------------------------------------------------------------
9+
https://hibernate.atlassian.net/projects/HHH/versions/21051
10+
11+
** Bug
12+
* [HHH-9962] - Second level query cache returns stale data if query and update statements are executed concurrently
13+
* [HHH-9975] - CacheImpl.containsQuery(String) does not check if query cache is enabled
14+
* [HHH-10008] - SessionImplementor.getTimestamp() does not return transaction start time
15+
* [HHH-10024] - Cannot define Path rooted at a collection join referencing attribute named same as "collection property"
16+
* [HHH-10044] - hibernate-osgi unmanaged JPA not able to locate persistence.xml schema in entitymanager jar
17+
* [HHH-10053] - Revert HHH-9736; BigIntegerType really should use NumericTypeDescriptor
18+
* [HHH-10057] - hibernate-infinispan incompatible with Infinispan 8.0.0.CR1
19+
* [HHH-10060] - Order of subclass joins are no longer determinate
20+
* [HHH-10064] - Broken documentation page link in User guide
21+
* [HHH-10065] - Reuse JAXBContext instance (Slow mapping initialization)
22+
* [HHH-10068] - Missing generated JPA static metamodel class for envers revision entity
23+
* [HHH-10069] - ClassCastException between CompositeCustomType and ComponentType part 2
24+
* [HHH-10073] - Remove obsolete Type, AssociationType and TypeFactory methods
25+
* [HHH-10076] - Multiple bytecode enhancement attempts if hibernate.enable_lazy_load_no_trans set multiple times
26+
* [HHH-10077] - Gradle plugin does not enhance any classes
27+
* [HHH-10078] - Enforce synchronization on Enhancer.enhance()
28+
* [HHH-10079] - Restrict enhanced getter/setter usage
29+
30+
** New Feature
31+
* [HHH-10030] - Add read-write cache concurrency strategy to Infinispan 2LC
32+
33+
** Task
34+
* [HHH-9593] - Remove superfluous references to enclosing class
35+
* [HHH-9954] - Add EqualsHelper#areEqual which adds array-specific equality checks
36+
37+
** Improvement
38+
* [HHH-10020] - Improvements to org.hibernate.bytecode.enhance.internal.AttributeTypeDescriptor#buildInLineDirtyCheckingBodyFragment
39+
* [HHH-10026] - Consider hibernate-java8 types for use with @Version
40+
* [HHH-10054] - Modify Create Index SQL to support the Teradata database
41+
* [HHH-10056] - Separate settings for notions of (1) disabling EnversService and (2) auto-registering Envers listeners
42+
* [HHH-10058] - Parameterized test runner compatible with CustomRunner
43+
* [HHH-10059] - Make EntityManagerFactoryBuilderImpl.populate methods protected
44+
45+
** Deprecation
46+
* [HHH-10070] - Deprecate use of "collection properties" in HQL
47+
48+
49+
750
Changes in 5.0.0.Final (August 20, 2015)
851
------------------------------------------------------------------------------------------------------------------------
952
https://hibernate.atlassian.net/projects/HHH/versions/20851

0 commit comments

Comments
 (0)