Skip to content

Commit 31b869d

Browse files
committed
5.0.0.CR1 release
1 parent 7fba0a0 commit 31b869d

File tree

2 files changed

+56
-1
lines changed

2 files changed

+56
-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.2'
48-
hibernateTargetVersion = '5.0.0-SNAPSHOT'
48+
hibernateTargetVersion = '5.0.0.CR1'
4949

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

changelog.txt

+55
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,61 @@ match the actual issue resolution (i.e. a bug might not be a bug). Please
55
refer to the particular case on JIRA using the issue tracking number to learn
66
more about each case.
77

8+
Changes in 5.0.0.CR1 (May 27, 2015)
9+
------------------------------------------------------------------------------------------------------------------------
10+
https://hibernate.atlassian.net/projects/HHH/versions/19851
11+
12+
** Sub-task
13+
* [HHH-8489] - Bi-directional association management via bytecode enhancement
14+
15+
** Bug
16+
* [HHH-8854] - Could not extract ParameterizedType representation of AttributeConverter definition
17+
* [HHH-9629] - l2 cache key constructed wrong for entity with inheritance when fetching lazy property
18+
* [HHH-9665] - Allow EntityManagerFactoryImpl to be unwrapped only into public interfaces/classes
19+
* [HHH-9737] - Miscellaneous bugs in unit tests when using non-default dialects
20+
* [HHH-9745] - ClassCastException in hbm2ddl update and validate
21+
* [HHH-9756] - NPE in JtaTransactionCoordinatorImpl#explicitJoin() after previously executed transaction
22+
* [HHH-9758] - Broken SQL generated for dynamic batch fetching entities with a composite ID
23+
* [HHH-9760] - TransactionImpl itself should not be throwing new TransactionExceptions
24+
* [HHH-9765] - Re-introduce ExceptionMapper, ManagedFlushChecker and AfterCompletionAction
25+
* [HHH-9768] - Maintain explicit list of ANSI SQL keywords
26+
* [HHH-9772] - annotation @ListIndexBase has no runtime retention, so it is not available through AnnotationBinder configuration
27+
* [HHH-9773] - Add missing package statements to package-info.java files in hibernate-jpamodelgen
28+
* [HHH-9776] - org.hibernate.cache.infinispan.impl.BaseRegion.getElementCountInMemory() is no longer correct
29+
* [HHH-9777] - Dereferenced collections are not processed properly
30+
* [HHH-9787] - Remove outdated Infinispan configuration elements
31+
* [HHH-9788] - SchemaUpdate and quoted identifiers causes tables/columns to not be found based on name search
32+
* [HHH-9797] - Inaccurate logged warning about duplicate joins (HHH000072)
33+
* [HHH-9806] - Bytecode-enhancement-based dirty tracking does not work because PersistentAttributeInterceptor is never injected
34+
35+
** Improvement
36+
* [HHH-8804] - Ability to use parametrized type as AttributeConverter type parameter
37+
* [HHH-8898] - Allow usage of try-with to autoclose Session, SessionFactory and ScrollableResults
38+
* [HHH-9781] - Upgrade Hibernate to support Infinispan 7.2.1.Final configurations
39+
* [HHH-9795] - Create delegating base class for SessionFactory(Implementor) implementations
40+
* [HHH-9804] - Ehcache integration uses a write lock where a read lock is requested in EhcacheTransactionalDataRegion
41+
* [HHH-9820] - Handle JDBC drivers that do not properly report metadata regarding case of identifiers
42+
* [HHH-9823] - org.hibernate.cfg.annotations.SimpleValueBinder#fillSimpleValue incorrectly using HCANN classloading directly
43+
44+
** New Feature
45+
* [HHH-9761] - Make native APIs typed
46+
* [HHH-9762] - Complete deprecation of Settings contract
47+
48+
** Task
49+
* [HHH-9697] - Complete documentation of new approach and APIs for SessionFactory building
50+
* [HHH-9699] - Re-work the hibernate-osgi integration tests using managed Karaf
51+
* [HHH-9782] - Build plugins could pick up JAVA6_HOME as environment variable
52+
* [HHH-9783] - TestableLoggerProvider needs to implement a new method after upgrade of JBoss Logger
53+
* [HHH-9790] - Remove deprecated methods from Session and SessionFactory
54+
* [HHH-9792] - Clean up missed Configuration methods
55+
* [HHH-9796] - Allow running hibernate-infinspan tests using Infinispan configuration specified by hibernate.cache.infinispan.cfg
56+
* [HHH-9803] - Checkstyle fix ups
57+
* [HHH-9809] - Improve Hibernate Gradle plugin
58+
* [HHH-9811] - Change EntityPersister#resolveAttributeIndexes to take String[]
59+
* [HHH-9813] - Improve Hibernate Enhance Maven Plugin
60+
61+
62+
863
Changes in 5.0.0.Beta2 (April 29, 2015)
964
------------------------------------------------------------------------------------------------------------------------
1065
https://hibernate.atlassian.net/projects/HHH/versions/19550

0 commit comments

Comments
 (0)