Skip to content

Commit da1b70f

Browse files
committed
5.0.0.CR2 release
1 parent c44afee commit da1b70f

File tree

2 files changed

+58
-1
lines changed

2 files changed

+58
-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.CR2'
4949

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

changelog.txt

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

66

7+
Changes in 5.0.0.CR2 (July 8, 2015)
8+
------------------------------------------------------------------------------------------------------------------------
9+
https://hibernate.atlassian.net/projects/HHH/versions/20150
10+
11+
** Sub-task
12+
* [HHH-8558] - Lazy loading (basic attributes)
13+
* [HHH-8559] - Lazy loading (to-one associations)
14+
15+
** Bug
16+
* [HHH-2851] - ParameterTranslationsImpl fails to correctly determine parameter type
17+
* [HHH-9166] - Postgres ViolatedConstraintNameExtracter doesn't handle nested Exceptions
18+
* [HHH-9581] - hibernate-enhance-maven-plugin error: "Unable to delete class file"
19+
* [HHH-9582] - hibernate-enhance-maven-plugin error: "Unable to enhance persistent attribute"
20+
* [HHH-9757] - Incorrect image path generated in HTML rendering
21+
* [HHH-9800] - Numerous hibernate-infinispan tests continue to fail transiently
22+
* [HHH-9837] - Remove reliance during annotation binding on org.hibernate.internal.util.ClassLoaderHelper
23+
* [HHH-9838] - Leverage ClassLoaderService during JavassistLazyInitializer#getProxyFactory
24+
* [HHH-9844] - org.hibernate.cache.spi.access.AccessType enum names are not valid values for hibernate.cache.default_cache_concurrency_strategy
25+
* [HHH-9849] - Duplicate column name for mixed case column name on schema update (mysql,linux)
26+
* [HHH-9851] - Limit handling is broken for dialects that don't support variable limit/offset
27+
* [HHH-9856] - EntityManager.find() and getReference() throw incorrect exception for non-entity
28+
* [HHH-9859] - ResourceLocalTransactionCoordinatorImpl#isJoined bad impl
29+
* [HHH-9866] - Wrong join table column names generation with globally_quoted_identifiers
30+
* [HHH-9874] - Classloader issue in starting the Infinispan CacheManager within WildFly
31+
* [HHH-9885] - The default ClassLoaderService implementation should handle java.lang.LinkageError
32+
* [HHH-9887] - Make sure the JPA temp ClassLoader is not used to load Class definitions that are then held on to
33+
* [HHH-9892] - Hibernate generator try to regenerate same metamodel after generated entities
34+
* [HHH-9893] - proper karaf features file task dependency for artifact publishing
35+
* [HHH-9902] - Gradle enhancer plugin skips Embeddable entities
36+
* [HHH-9905] - JPA integration property "javax.persistence.validation.factory" not passed along to TypeSafeActivator
37+
38+
** Improvement
39+
* [HHH-9518] - Exception and logging messages for collection multi-session access needs to be improved
40+
* [HHH-9584] - MavenEnhancePlugin should optionally fail on error
41+
* [HHH-9738] - Upgrade master (5.0) to Gradle 2.4
42+
* [HHH-9840] - Allow custom key implementations for 2nd level cache regions
43+
* [HHH-9841] - Redesign org.hibernate.property.PropertyAccessorFactory
44+
* [HHH-9843] - Use optimized cache key implementation in Infinispan 2LC
45+
* [HHH-9855] - Ignore non-entity classes listed as "managed classes" in persistence.xml
46+
* [HHH-9857] - Reuse of EntityEntry for bytecode enhanced read-only reference cached entities
47+
48+
** New Feature
49+
* [HHH-9848] - Allow disabling auto-quoting of database object names (tables, columns, etc)
50+
* [HHH-9899] - Enable custom Metadata(Builder) extensions by integrators
51+
52+
** Task
53+
* [HHH-9822] - Switch runtime JPA Class transformation to use new bytecode Enhancer
54+
* [HHH-9825] - HCANN AnnotationFactory still using TCCL
55+
* [HHH-9826] - Update the release task for uploading release bundles to SourceForge FRS
56+
* [HHH-9827] - Truncate master changelog.txt file to just 5.0 related changes
57+
* [HHH-9830] - Upgrade to jboss-logging 3.3 Final (rather than Beta)
58+
* [HHH-9831] - Upgrade HCANN to 5.0.0
59+
* [HHH-9858] - Make sure release bundles contain hibernate-java8
60+
* [HHH-9860] - Upgrade to non-SNAPSHOT version of geolatte
61+
62+
63+
764
Changes in 5.0.0.CR1 (May 27, 2015)
865
------------------------------------------------------------------------------------------------------------------------
966
https://hibernate.atlassian.net/projects/HHH/versions/19851

0 commit comments

Comments
 (0)