diff --git a/documentation/releasenotes/src/main/docbook/en-US/Article_Info.xml b/documentation/releasenotes/src/main/docbook/en-US/Article_Info.xml
index 815dc40734..c013af2de0 100644
--- a/documentation/releasenotes/src/main/docbook/en-US/Article_Info.xml
+++ b/documentation/releasenotes/src/main/docbook/en-US/Article_Info.xml
@@ -3,15 +3,15 @@
]>
- Enterprise Hibernate x.y.z Release Notes
+ Hibernate
Release Notes
- 0.1
- 0
- This document outlines information necessary for installation, migration and bug fixes.
+ 3.3.0
+ 1
+ This document provides the release notes for Hibernate &VERSION;.
-
+
@@ -19,7 +19,4 @@
&HOLDER;
-
-
-
-
+
\ No newline at end of file
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Author_Group.xml b/documentation/releasenotes/src/main/docbook/en-US/Author_Group.xml
index 80cd8d6c47..b7e6dc08b1 100644
--- a/documentation/releasenotes/src/main/docbook/en-US/Author_Group.xml
+++ b/documentation/releasenotes/src/main/docbook/en-US/Author_Group.xml
@@ -3,10 +3,9 @@
]>
- FF0000 Headgear Documentation Group
+ Redhat Documentation Group
- Dude
- McDude
+
My Org
Best Div in the place
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Book_Info.xml b/documentation/releasenotes/src/main/docbook/en-US/Book_Info.xml
index db6c397764..1187918897 100644
--- a/documentation/releasenotes/src/main/docbook/en-US/Book_Info.xml
+++ b/documentation/releasenotes/src/main/docbook/en-US/Book_Info.xml
@@ -3,7 +3,7 @@
]>
- Product Name and Version
+ Hibernate
Release Notes
0.1
0
@@ -12,7 +12,7 @@
-
+
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Release_Notes.ent b/documentation/releasenotes/src/main/docbook/en-US/Release_Notes.ent
index 3ad36c265a..bd220c7f02 100644
--- a/documentation/releasenotes/src/main/docbook/en-US/Release_Notes.ent
+++ b/documentation/releasenotes/src/main/docbook/en-US/Release_Notes.ent
@@ -1,3 +1,4 @@
-
+
+
diff --git a/documentation/releasenotes/src/main/docbook/en-US/Release_Notes.xml b/documentation/releasenotes/src/main/docbook/en-US/Release_Notes.xml
index 02cf9513cf..477619535e 100644
--- a/documentation/releasenotes/src/main/docbook/en-US/Release_Notes.xml
+++ b/documentation/releasenotes/src/main/docbook/en-US/Release_Notes.xml
@@ -1,4 +1,28 @@
+
+
@@ -103,40 +127,7 @@
The following unit tests are expected to fail:
-
-
- Ehcache tests (Ehcache is not provided in this distribution):
-
-
- org.hibernate.test.cache.ehcache.EhCacheTest.testQueryCacheInvalidation
- org.hibernate.test.cache.ehcache.EhCacheTest.testEmptySecondLevelCacheEntry
- org.hibernate.test.cache.ehcache.EhCacheTest.testStaleWritesLeaveCacheConsistent
-
-
-
- Expected unit test failure against MS SQL 2005
-
- org.hibernate.test.legacy.MasterDetailTest.testCachedCollectionRefresh
-
-
-
-
- "FailureExpected" tests (known issues to be addressed in the future):
-
-
- org.hibernate.test.hql.ASTParserLoadingTest.testParameterTypeMismatchFailureExpected
- org.hibernate.test.hql.CriteriaHQLAlignmentTest.testCriteriaAggregationReturnTypeFailureExpected
- org.hibernate.test.hql.HQLTest.testEmptyInListFailureExpected
- org.hibernate.test.hql.HQLTest.testMaxindexHqlFuncttestMultipleElementAccessorOperatorsFailureExpectedionInElementAccessorFailureExpected
- org.hibernate.test.hql.HQLTest.testMultipleElementAccessorOperatorsFailureExpected
- org.hibernate.test.hql.HQLTest.testKeyManyToOneJoinFailureExpected
- org.hibernate.test.hql.HQLTest.testDuplicateExplicitJoinFailureExpected
- org.hibernate.test.keymanytoone.bidir.component.EagerKeyManyToOneTest.testLoadEntityWithEagerFetchingToKeyManyToOneReferenceBackToSelfFailureExpected
- org.hibernate.test.legacy.SQLLoaderTest.testReturnPropertyComponentRenameFailureExpected
- org.hibernate.test.readonly.ReadOnlyTest.testReadOnlyOnProxiesFailureExpected
- org.hibernate.test.sql.hand.query.NativeSQLQueriesTest.testCompositeIdJoinsFailureExpected
-
-
+
@@ -146,74 +137,78 @@
Issue type: Bugs
- [HHH-2683] - "datediff" is declared as NoArgSQLFunction in H2Dialect, but actually accepts 3 arguments.
+ [HHH-2683] - "datediff" is declared as NoArgSQLFunction in H2Dialect, but actually accepts 3 arguments.
- This issue is now resolved. It has been changed from NoArgSQLFunction to StandardSQLFunction.
+ This issue is now resolved. It has been changed from NoArgSQLFunction to StandardSQLFunction.
- [HHH-3257] - Content images not displayed
-
+ [HHH-3257] - Content images not displayed
+ This issue affects the use of jdocbook plugin. useRelativeImageUris is now set to false to fix this error.
- [HHH-3260] - Hibernate wraps a listener init or destroy exception into an AssertionFailure
+ [HHH-3260] - Hibernate wraps a listener init or destroy exception into an AssertionFailure
+ AssertionFailure is now replaced with HibernateException to catch listener exception errors.
- [HHH-3261] - Do not wrap exceptions raised by event listeners (at init or destroy time)
+ [HHH-3261] - Do not wrap exceptions raised by event listeners (at init or destroy time)
+ Use of AssertionFailureExceptions has been removed.
- [HHH-3265] - change license url in pom to http://www.gnu.org/licenses/lgpl-2.1.html
+ [HHH-3265] - change license url in pom to http://www.gnu.org/licenses/lgpl-2.1.html
+ The license information has been updated to version 2.1 of LGPL.
- [HHH-3266] - distribution bundle missing jta dependency
+ [HHH-3266] - distribution bundle missing jta dependency
+ The missing dependency set has been updated in the dist.xml file.
- [HHH-3272] - using of Integer.valueOf(int), which is not available in JDK 1.4
+ [HHH-3272] - use of Integer.valueOf(int) which is not available in JDK 1.4
+ This has been updated for the compatible JDK version. Instead of Integer.valueOf(int), new Integer(int) is used.
- [HHH-3282] - DB2Dialect should report supportsLobValueChangePropogation() == false
+ [HHH-3282] - DB2Dialect should report supportsLobValueChangePropogation() as false
+ The above change has been incorporated.
Improvement
-
- [HHH-2060] - To be able to use <generator> with <composite-id>
-
-
- [HHH-2506] - Make javassist the default ByteCodeProvider
-
-
- [HHH-2875] - repackage cglib/asm under org.hibernate namespace
-
-
- [HHH-3229] - Make cascade rules more transparent/explicit/deterministic
-
-
- [HHH-3269] - upgrade to jDocBook plugin version 2.1.1
-
-
- [HHH-3276] - review proposed new doc styling
-
-
- [HHH-3283] - protect BulkManipulationTest#testInsertWithGeneratedTimestampVersion where Dialect#supportsParametersInInsertSelect == false
-
-
- [HHH-3286] - Move ACTION_PERSIST_SKIPLAZY from HEM to Core in CascadingAction
-
+
+ [HHH-1786] JTASessionContext.CleanupSynch does not remove sessions from currentSessionMap
+
+ [HHH-2060] - To be able to use <generator> with <composite-id>
+ Functionality to use <generator> has been incorporated.
+
+ [HHH-2506] - Make javassist the default ByteCodeProvider
+ This is now incorporated into this release.
+
+ [HHH-2875] - repackage cglib/asm under org.hibernate namespace
+
+
+ [HHH-3229] - Make cascade rules more transparent/explicit/deterministic
+
+ [HHH-3269] - upgrade to jDocBook plugin version 2.1.1
+
+ [HHH-3276] - review proposed new doc styling
+
+ [HHH-3283] - protect BulkManipulationTest#testInsertWithGeneratedTimestampVersion where Dialect#supportsParametersInInsertSelect == false
+
+ [HHH-3286] - Move ACTION_PERSIST_SKIPLAZY from HEM to Core in CascadingAction
+
New Feature
- [HHH-3279] - create series of maven plugins offering functionality of the ant tools
+ [HHH-3279] - create series of maven plugins offering functionality of the ant tools
Task
- [HHH-3270] - follow up on documentation license questions
+ [HHH-3270] - follow up on documentation license questions