Skip to content

Commit 98d188f

Browse files
committed
5.0.0.CR3
1 parent 6318160 commit 98d188f

File tree

2 files changed

+59
-1
lines changed

2 files changed

+59
-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.CR3'
4949

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

changelog.txt

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

66

7+
Changes in 5.0.0.CR3 (July 29, 2015)
8+
------------------------------------------------------------------------------------------------------------------------
9+
https://hibernate.atlassian.net/projects/HHH/versions/20350
10+
11+
** Sub-task
12+
* [HHH-9938] - Enhance field access
13+
14+
** Bug
15+
* [HHH-5255] - Merge detached entity failed when the instrumented lazy property is initialized
16+
* [HHH-7573] - Lazy properties are not processed properly after a PreUpdate callback
17+
* [HHH-7898] - Regression on org.hibernate.cache.infinispan.query.QueryResultsRegionImpl.put(Object, Object)
18+
* [HHH-9244] - NPE in bindCollectionSecondPass
19+
* [HHH-9637] - Join is reused when 2 explicit joins are used for the same ToOne association
20+
* [HHH-9906] - The {{JdbcEnvironmentImpl(ServiceRegistryImplementor serviceRegistry, Dialect dialect)}} constructor form does not handle global/auto quoting properly.
21+
* [HHH-9907] - Bytecode enhancer fails on windows
22+
* [HHH-9910] - Schema migration (update) problems with catalog/schema restrictions
23+
* [HHH-9913] - NPE in org.hibernate.cache.internal.CacheDataDescriptionImpl.decode()
24+
* [HHH-9915] - Test IndexedCollectionTest.testEmbeddableWithEntityKey() fail on Oracle
25+
* [HHH-9918] - org.hibernate.dialect.Oracle10gDialect does not support identity key generation
26+
* [HHH-9923] - Avoid cast to MetadataBuildingOptionsImpl in AnnotationMetadataSourceProcessorImpl#prepare()
27+
* [HHH-9927] - Explicit calls to EntityManager.joinTransaction() with no active JTA transaction should throw a TransactionRequiredException
28+
* [HHH-9937] - Hibernate#isPropertyInitialized always returns true for new enhancer
29+
* [HHH-9945] - Allow Transaction to rollback if marked-for-rollback-only
30+
* [HHH-9946] - Do better job cleaning up "stray" transactions in base test
31+
* [HHH-9947] - PhysicalNamingStrategy#toPhysicalTableName called rather than #toPhysicalColumnName for some columns
32+
* [HHH-9948] - SequenceStyleGenerator uses potentially incorrect name for table/sequence in DML statements
33+
* [HHH-9949] - Recognize legacy http://hibernate.sourceforge.net/hibernate-configuration DTD base identifier
34+
* [HHH-9953] - Test o.h.test.legacy.ComponentNotNullTest.testCompositeElement fails on Oracle - ORA-00972: identifier is too long
35+
* [HHH-9967] - Create index on Postgres with --defaultSchemaName
36+
* [HHH-9968] - Test o.h.test.type.AttributeConverterTest.testBasicTimestampUsage fails on Oracle - ORA-00972: identifier is too long
37+
* [HHH-9969] - MySQLDialect handling of numeric cast targets is incorrect
38+
* [HHH-9971] - Methods of ForwardingSessionBuilder, ForwardingSessionBuilderImplementor and ForwardingSharedSessionBuilder should return themselves not the delegate
39+
* [HHH-9972] - Tests in o.h.test.type.EntityGraphUsingFetchGraphTestUsage fail on Oracle - ORA-00972: identifier is too long
40+
* [HHH-9976] - JdbcResourceLocalTransactionCoordinatorImpl does not rollback on failure during #beforeCompletionCallback
41+
* [HHH-9985] - Enhaced entity changes not peristed after merge
42+
43+
** Improvement
44+
* [HHH-1872] - Hibernate should handle hbm.auto = update with views
45+
* [HHH-9955] - EnumType mapped via hbm.xml not always resolved properly as far as named/ordinal
46+
* [HHH-9966] - Improve schema tooling support for creating catalogs and schemas
47+
* [HHH-9980] - Implement mark-for-rollback-only handling for JdbcResourceLocalTransactionCoordinatorImpl
48+
49+
** New Feature
50+
* [HHH-9977] - Consider options for passing Session to caching SPI calls
51+
52+
** Task
53+
* [HHH-9916] - Update quickstarts and tutorials for 5.0 + convert to asciidoc(tor)
54+
* [HHH-9930] - Enable mariadb (mysql) database profile
55+
* [HHH-9931] - Enable pgsql database profile
56+
* [HHH-9956] - Enable derby database profile
57+
* [HHH-9959] - Upgrade Hibernate Validator to 5.2.0.Final
58+
* [HHH-9970] - Remove NoIdentityHQLScrollFetchTest and change HQLScrollFetchTest to work with "increment" ID generator
59+
* [HHH-9974] - Rename org.hibernate.boot.model.relational.Schema to Namespace
60+
* [HHH-9986] - Fix reference manual inconsistencies for 5.0
61+
62+
63+
64+
765
Changes in 5.0.0.CR2 (July 8, 2015)
866
------------------------------------------------------------------------------------------------------------------------
967
https://hibernate.atlassian.net/projects/HHH/versions/20150

0 commit comments

Comments
 (0)