Preparing release notes for Hibernate 3.3.0.CR2
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14763 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
b3ae358a6b
commit
e3b572f2ee
|
@ -1,7 +1,29 @@
|
|||
<?xml version='1.0'?>
|
||||
<!DOCTYPE articleinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
]>
|
||||
|
||||
<!--
|
||||
~ Hibernate, Relational Persistence for Idiomatic Java
|
||||
~
|
||||
~ Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as
|
||||
~ indicated by the @author tags or express copyright attribution
|
||||
~ statements applied by the authors. All third-party contributions are
|
||||
~ distributed under license by Red Hat Middleware LLC.
|
||||
~
|
||||
~ This copyrighted material is made available to anyone wishing to use, modify,
|
||||
~ copy, or redistribute it subject to the terms and conditions of the GNU
|
||||
~ Lesser General Public License, as published by the Free Software Foundation.
|
||||
~
|
||||
~ This program is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||
~ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
|
||||
~ for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU Lesser General Public License
|
||||
~ along with this distribution; if not, write to:
|
||||
~ Free Software Foundation, Inc.
|
||||
~ 51 Franklin Street, Fifth Floor
|
||||
~ Boston, MA 02110-1301 USA
|
||||
-->
|
||||
<articleinfo id="Release_Notes-Hibernate-Standalone">
|
||||
<title>Hibernate</title>
|
||||
<subtitle>Release Notes</subtitle>
|
||||
|
@ -9,12 +31,12 @@
|
|||
<productnumber>1</productnumber>
|
||||
<abstract><para>This document provides the release notes for Hibernate &VERSION;.</para>
|
||||
</abstract>
|
||||
<corpauthor><inlinemediaobject>
|
||||
<!--<corpauthor><inlinemediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="Common_Content/images/hibernate_logo_a.png" />
|
||||
</imageobject>
|
||||
</inlinemediaobject>
|
||||
</corpauthor><copyright>
|
||||
</corpauthor>--><copyright>
|
||||
<year>&YEAR;</year>
|
||||
<holder>&HOLDER;</holder>
|
||||
</copyright>
|
||||
|
|
|
@ -1,7 +1,29 @@
|
|||
<?xml version='1.0'?>
|
||||
<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
]>
|
||||
|
||||
<!--
|
||||
~ Hibernate, Relational Persistence for Idiomatic Java
|
||||
~
|
||||
~ Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as
|
||||
~ indicated by the @author tags or express copyright attribution
|
||||
~ statements applied by the authors. All third-party contributions are
|
||||
~ distributed under license by Red Hat Middleware LLC.
|
||||
~
|
||||
~ This copyrighted material is made available to anyone wishing to use, modify,
|
||||
~ copy, or redistribute it subject to the terms and conditions of the GNU
|
||||
~ Lesser General Public License, as published by the Free Software Foundation.
|
||||
~
|
||||
~ This program is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||
~ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
|
||||
~ for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU Lesser General Public License
|
||||
~ along with this distribution; if not, write to:
|
||||
~ Free Software Foundation, Inc.
|
||||
~ 51 Franklin Street, Fifth Floor
|
||||
~ Boston, MA 02110-1301 USA
|
||||
-->
|
||||
<authorgroup>
|
||||
<corpauthor>Redhat Documentation Group</corpauthor>
|
||||
<author>
|
||||
|
|
|
@ -1,7 +1,29 @@
|
|||
<?xml version='1.0'?>
|
||||
<!DOCTYPE articleinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
]>
|
||||
|
||||
<!--
|
||||
~ Hibernate, Relational Persistence for Idiomatic Java
|
||||
~
|
||||
~ Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as
|
||||
~ indicated by the @author tags or express copyright attribution
|
||||
~ statements applied by the authors. All third-party contributions are
|
||||
~ distributed under license by Red Hat Middleware LLC.
|
||||
~
|
||||
~ This copyrighted material is made available to anyone wishing to use, modify,
|
||||
~ copy, or redistribute it subject to the terms and conditions of the GNU
|
||||
~ Lesser General Public License, as published by the Free Software Foundation.
|
||||
~
|
||||
~ This program is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||
~ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
|
||||
~ for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU Lesser General Public License
|
||||
~ along with this distribution; if not, write to:
|
||||
~ Free Software Foundation, Inc.
|
||||
~ 51 Franklin Street, Fifth Floor
|
||||
~ Boston, MA 02110-1301 USA
|
||||
-->
|
||||
<articleinfo id="Release_Notes-Product_Name_and_Version">
|
||||
<title>Hibernate</title>
|
||||
<subtitle>Release Notes</subtitle>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!ENTITY PRODUCT "Hibernate Standalone">
|
||||
<!ENTITY PRODUCT "Hibernate">
|
||||
<!ENTITY BOOKID "Release_Notes">
|
||||
<!ENTITY VERSION "3.3.0.CR2">
|
||||
<!ENTITY YEAR "2008">
|
||||
|
|
|
@ -121,17 +121,17 @@
|
|||
The unit tests use the settings in <filename>etc/hibernate.properties</filename>. The value for <property>hibernate.jdbc.batch_versioned_data</property> is set to <parameter>true</parameter> in that file. If the unit tests involving optimistic locking fail, then the appropriate value for this flag is <parameter>false</parameter>. Some versions of Oracle JDBC do not support returning update counts for each command in a batch, so it is particularly important to test using the same version of JDBC as will be used in production.
|
||||
</para>
|
||||
|
||||
<section id="Expected_JUnit_Failures_And_Tests">
|
||||
<!--<section id="Expected_JUnit_Failures_And_Tests">
|
||||
<title>Expected failures and tests</title>
|
||||
<para>
|
||||
The following unit tests are expected to fail:
|
||||
</para>
|
||||
|
||||
|
||||
</section>
|
||||
</section>-->
|
||||
</section>
|
||||
|
||||
<section id="Issues" xreflabel="Issues">
|
||||
<section id="Issues">
|
||||
<title>Issues</title>
|
||||
|
||||
<section id="Issue_Type_Bugs">
|
||||
|
@ -169,53 +169,69 @@
|
|||
</formalpara>
|
||||
<formalpara>
|
||||
<title><ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3282">[HHH-3282]</ulink> - <literal>DB2Dialect</literal> should report <literal>supportsLobValueChangePropogation()</literal> as false</title>
|
||||
<para>The above change has been incorporated.</para>
|
||||
<para>This change has been incorporated.</para>
|
||||
</formalpara>
|
||||
</section>
|
||||
|
||||
<section id="Issue_Type_Improvement">
|
||||
<title>Improvement</title>
|
||||
|
||||
<formalpara><title><ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-1786">[HHH-1786]</ulink> JTASessionContext.CleanupSynch does not remove sessions from currentSessionMap</title><para></para></formalpara>
|
||||
<formalpara>
|
||||
<title><ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-1786">[HHH-1786] - </ulink> JTASessionContext.CleanupSynch does not remove sessions from currentSessionMap</title><para></para></formalpara>
|
||||
|
||||
<formalpara><title><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></title>
|
||||
<formalpara>
|
||||
<title><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></title>
|
||||
<para>Functionality to use <literal><generator></literal> has been incorporated.</para></formalpara>
|
||||
|
||||
<formalpara><title><ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-2506">[HHH-2506]</ulink> - Make javassist the default ByteCodeProvider</title>
|
||||
<para>This is now incorporated into this release.</para></formalpara>
|
||||
<formalpara>
|
||||
<title><ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-2506">[HHH-2506]</ulink> - Make <literal>javassist</literal> the default <literal>ByteCodeProvider</literal></title>
|
||||
<para>This has been incorporated into this release.</para></formalpara>
|
||||
|
||||
<formalpara><title><ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-2875">[HHH-2875]</ulink> - repackage cglib/asm under org.hibernate namespace</title>
|
||||
<formalpara>
|
||||
<title><ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-2875">[HHH-2875]</ulink> - repackage cglib/asm under org.hibernate namespace</title>
|
||||
<para>This issue is also associated with the above issue.</para></formalpara>
|
||||
|
||||
<formalpara>
|
||||
<title><ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3229">[HHH-3229]</ulink> - Make cascade rules more transparent/explicit/deterministic</title>
|
||||
<para></para></formalpara>
|
||||
|
||||
<formalpara><title><ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3229">[HHH-3229]</ulink> - Make cascade rules more transparent/explicit/deterministic</title><para></para></formalpara>
|
||||
<formalpara>
|
||||
<title><ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3269">[HHH-3269]</ulink> - upgrade to jDocBook plugin version 2.1.1</title>
|
||||
<para>Upgrade for jDocBook plugin version from 2.1.0 to 2.1.1 has been enabled for this release</para></formalpara>
|
||||
|
||||
<formalpara><title><ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3269">[HHH-3269]</ulink> - upgrade to jDocBook plugin version 2.1.1</title><para></para></formalpara>
|
||||
<formalpara>
|
||||
<title><ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3276">[HHH-3276]</ulink> - review proposed new doc styling</title>
|
||||
<para>Hibernate going to have a new look soon!</para></formalpara>
|
||||
|
||||
<formalpara><title><ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3276">[HHH-3276]</ulink> - review proposed new doc styling</title><para></para></formalpara>
|
||||
<formalpara>
|
||||
<title><ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3283">[HHH-3283]</ulink> - protect BulkManipulationTest#testInsertWithGeneratedTimestampVersion where Dialect#supportsParametersInInsertSelect == false</title>
|
||||
<para></para></formalpara>
|
||||
|
||||
<formalpara><title><ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3283">[HHH-3283]</ulink> - protect BulkManipulationTest#testInsertWithGeneratedTimestampVersion where Dialect#supportsParametersInInsertSelect == false</title><para></para></formalpara>
|
||||
|
||||
<formalpara><title><ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3286">[HHH-3286]</ulink> - Move ACTION_PERSIST_SKIPLAZY from HEM to Core in CascadingAction</title><para></para></formalpara>
|
||||
<formalpara>
|
||||
<title><ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3286">[HHH-3286]</ulink> - Move ACTION_PERSIST_SKIPLAZY from HEM to Core in CascadingAction</title>
|
||||
<para></para></formalpara>
|
||||
|
||||
</section>
|
||||
|
||||
<section id="Issue_Type_New_Feature"><title>New Feature</title>
|
||||
<formalpara>
|
||||
<title><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</title><para></para>
|
||||
<title><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</title>
|
||||
<para></para>
|
||||
</formalpara>
|
||||
</section>
|
||||
|
||||
|
||||
<section id="Issue_Type_Task"><title>Task</title>
|
||||
<formalpara>
|
||||
<title><ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3270">[HHH-3270]</ulink> - follow up on documentation license questions</title><para></para>
|
||||
<title><ulink url="http://opensource.atlassian.com/projects/hibernate/browse/HHH-3270">[HHH-3270]</ulink> - follow up on documentation license questions</title>
|
||||
<para>License information has been modified to reflect LGPL licensing. </para>
|
||||
</formalpara>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
<section id="Documentation" xreflabel="documentation">
|
||||
<section id="Documentation">
|
||||
<title>Documentation</title>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
|
|
|
@ -1,7 +1,29 @@
|
|||
<?xml version='1.0'?>
|
||||
<!DOCTYPE revhistory PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
]>
|
||||
|
||||
<!--
|
||||
~ Hibernate, Relational Persistence for Idiomatic Java
|
||||
~
|
||||
~ Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as
|
||||
~ indicated by the @author tags or express copyright attribution
|
||||
~ statements applied by the authors. All third-party contributions are
|
||||
~ distributed under license by Red Hat Middleware LLC.
|
||||
~
|
||||
~ This copyrighted material is made available to anyone wishing to use, modify,
|
||||
~ copy, or redistribute it subject to the terms and conditions of the GNU
|
||||
~ Lesser General Public License, as published by the Free Software Foundation.
|
||||
~
|
||||
~ This program is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||
~ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
|
||||
~ for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU Lesser General Public License
|
||||
~ along with this distribution; if not, write to:
|
||||
~ Free Software Foundation, Inc.
|
||||
~ 51 Franklin Street, Fifth Floor
|
||||
~ Boston, MA 02110-1301 USA
|
||||
-->
|
||||
<revhistory>
|
||||
<revision>
|
||||
<revnumber>1.0</revnumber>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
Loading…
Reference in New Issue