From ae0779becdac7a543fcc614d9b849d6a5697ad04 Mon Sep 17 00:00:00 2001 From: Bawany Satgunanathan Date: Wed, 4 Jun 2008 04:51:36 +0000 Subject: [PATCH] adding more content for Release notes of 3.3.0.CR2 version git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14734 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- .../src/main/docbook/en-US/Article_Info.xml | 15 +- .../src/main/docbook/en-US/Author_Group.xml | 5 +- .../src/main/docbook/en-US/Book_Info.xml | 4 +- .../src/main/docbook/en-US/Release_Notes.ent | 3 +- .../src/main/docbook/en-US/Release_Notes.xml | 135 +++++++++--------- 5 files changed, 77 insertions(+), 85 deletions(-) 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] - <property>"datediff"</property> is declared as <methodname>NoArgSQLFunction</methodname> in H2Dialect, but actually accepts 3 arguments. + <ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-2683">[HHH-2683]</ulink> - <property>"datediff"</property> is declared as <literal>NoArgSQLFunction</literal> 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. - <ulink>[HHH-3257]</ulink> - Content images not displayed - + <ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3257">[HHH-3257]</ulink> - Content images not displayed + This issue affects the use of jdocbook plugin. useRelativeImageUris is now set to false to fix this error. - <ulink>[HHH-3260]</ulink> - Hibernate wraps a listener init or destroy exception into an AssertionFailure + <ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3260">[HHH-3260]</ulink> - Hibernate wraps a listener init or destroy exception into an AssertionFailure + AssertionFailure is now replaced with HibernateException to catch listener exception errors. - <ulink>[HHH-3261]</ulink> - Do not wrap exceptions raised by event listeners (at init or destroy time) + <ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3261">[HHH-3261]</ulink> - 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 + <ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3265">[HHH-3265]</ulink> - 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 + <ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3266">[HHH-3266]</ulink> - 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 + <ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3272">[HHH-3272]</ulink> - 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 + <ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3282">[HHH-3282]</ulink> - <literal>DB2Dialect</literal> should report <literal>supportsLobValueChangePropogation()</literal> 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 - + + <ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-1786">[HHH-1786]</ulink> JTASessionContext.CleanupSynch does not remove sessions from currentSessionMap + + <ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-2060">[HHH-2060]</ulink> - To be able to use <literal><generator></literal> with <composite-id> + Functionality to use <generator> has been incorporated. + + <ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-2506">[HHH-2506]</ulink> - Make javassist the default ByteCodeProvider + This is now incorporated into this release. + + <ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-2875">[HHH-2875]</ulink> - repackage cglib/asm under org.hibernate namespace + + + <ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3229">[HHH-3229]</ulink> - Make cascade rules more transparent/explicit/deterministic + + <ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3269">[HHH-3269]</ulink> - upgrade to jDocBook plugin version 2.1.1 + + <ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3276">[HHH-3276]</ulink> - review proposed new doc styling + + <ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3283">[HHH-3283]</ulink> - protect BulkManipulationTest#testInsertWithGeneratedTimestampVersion where Dialect#supportsParametersInInsertSelect == false + + <ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3286">[HHH-3286]</ulink> - 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 + <ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3279">[HHH-3279]</ulink> - create series of maven plugins offering functionality of the ant tools
Task - [HHH-3270] - follow up on documentation license questions + <ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3270">[HHH-3270]</ulink> - follow up on documentation license questions