Hibernate SVN: r17929 - annotations/tags.
by hibernate-commits@lists.jboss.org
Author: stliu
Date: 2009-11-05 07:06:31 -0500 (Thu, 05 Nov 2009)
New Revision: 17929
Added:
annotations/tags/3_3_1_GA_CP02/
Log:
JBPAPP-3065 Create new Hibernate annotations tag (3_3_1_GA_CP02) for EAP 4.2.0.GA CP08 / 4.3.0.GA CP07
Copied: annotations/tags/3_3_1_GA_CP02 (from rev 17928, annotations/branches/v3_3_1_GA_CP)
15 years, 1 month
Hibernate SVN: r17928 - in annotations/branches/v3_3_1_GA_CP: doc/reference/en and 1 other directories.
by hibernate-commits@lists.jboss.org
Author: stliu
Date: 2009-11-05 07:04:26 -0500 (Thu, 05 Nov 2009)
New Revision: 17928
Modified:
annotations/branches/v3_3_1_GA_CP/build.xml
annotations/branches/v3_3_1_GA_CP/changelog.txt
annotations/branches/v3_3_1_GA_CP/doc/reference/en/master.xml
annotations/branches/v3_3_1_GA_CP/readme.txt
annotations/branches/v3_3_1_GA_CP/src/java/org/hibernate/cfg/annotations/Version.java
Log:
JBPAPP-3065 update annotations's version to 3.3.1.GA.CP02
Modified: annotations/branches/v3_3_1_GA_CP/build.xml
===================================================================
--- annotations/branches/v3_3_1_GA_CP/build.xml 2009-11-05 09:51:52 UTC (rev 17927)
+++ annotations/branches/v3_3_1_GA_CP/build.xml 2009-11-05 12:04:26 UTC (rev 17928)
@@ -17,7 +17,7 @@
<!-- Name of project and version, used to create filenames -->
<property name="Name" value="Hibernate Annotations"/>
<property name="name" value="hibernate-annotations"/>
- <property name="version" value="3.3.1.GA.CP01"/>
+ <property name="version" value="3.3.1.GA.CP02"/>
<property name="javadoc.packagenames" value="org.hibernate.*"/>
<property name="jdbc.dir" value="jdbc"/>
<property name="copy.test" value="true"/>
Modified: annotations/branches/v3_3_1_GA_CP/changelog.txt
===================================================================
--- annotations/branches/v3_3_1_GA_CP/changelog.txt 2009-11-05 09:51:52 UTC (rev 17927)
+++ annotations/branches/v3_3_1_GA_CP/changelog.txt 2009-11-05 12:04:26 UTC (rev 17928)
@@ -1,6 +1,19 @@
Hibernate Annotations Changelog
===============================
+3.3.1.GA.CP02
+---------------------
+
+** Bug
+ * [JBPAPP-1061 / ANN-764] - Tests using sequences are run on databases which doesn't supports sequences
+ * [JBPAPP-1068 / HHH-4500] - Annotations - MSSQL, Oracle - Mapping inconsistency
+ * [JBPAPP-1125 / HHH-4397] - ANN - Oracle - Dialect does not support identity key generation
+ * [JBPAPP-1587] - Sybase - Annotations - unit tests using LOBs fail
+ * [JBPAPP-1679] - Modify Annotations, Entity Manager, and Search to work with the same property settings as Core
+ * [JBPAPP-2901 / HHH-4415] - TestCase could check for superclass of Dialect before skipping it
+ * [JBPAPP-3058] - Annotations - JoinColumnOverrideTest fails due to "could not instantiate id generator"
+ * [JBPAPP-3060 / ANN-748] - @JoinColumn overrides scale and percision in ManyToOne map..
+
3.3.1.GA.CP01
---------------------
Modified: annotations/branches/v3_3_1_GA_CP/doc/reference/en/master.xml
===================================================================
--- annotations/branches/v3_3_1_GA_CP/doc/reference/en/master.xml 2009-11-05 09:51:52 UTC (rev 17927)
+++ annotations/branches/v3_3_1_GA_CP/doc/reference/en/master.xml 2009-11-05 12:04:26 UTC (rev 17928)
@@ -12,7 +12,7 @@
<subtitle>Reference Guide</subtitle>
- <releaseinfo>3.3.1.GA.CP01</releaseinfo>
+ <releaseinfo>3.3.1.GA.CP02</releaseinfo>
<mediaobject>
<imageobject>
Modified: annotations/branches/v3_3_1_GA_CP/readme.txt
===================================================================
--- annotations/branches/v3_3_1_GA_CP/readme.txt 2009-11-05 09:51:52 UTC (rev 17927)
+++ annotations/branches/v3_3_1_GA_CP/readme.txt 2009-11-05 12:04:26 UTC (rev 17928)
@@ -1,6 +1,6 @@
Hibernate Annotations
==================================================
-Version: 3.3.1.GA.CP01
+Version: 3.3.1.GA.CP02
THIS RELEASE OF HIBERNATE ANNOTATIONS REQUIRES HIBERNATE CORE 3.2.0.GA (and above)
Modified: annotations/branches/v3_3_1_GA_CP/src/java/org/hibernate/cfg/annotations/Version.java
===================================================================
--- annotations/branches/v3_3_1_GA_CP/src/java/org/hibernate/cfg/annotations/Version.java 2009-11-05 09:51:52 UTC (rev 17927)
+++ annotations/branches/v3_3_1_GA_CP/src/java/org/hibernate/cfg/annotations/Version.java 2009-11-05 12:04:26 UTC (rev 17928)
@@ -8,7 +8,7 @@
* @author Emmanuel Bernard
*/
public class Version {
- public static final String VERSION = "3.3.1.GA.CP01";
+ public static final String VERSION = "3.3.1.GA.CP02";
private static Log log = LogFactory.getLog( Version.class );
static {
15 years, 1 month
Hibernate SVN: r17927 - in validator/trunk/hibernate-validator/src: test/java/org/hibernate/validator/engine/messageinterpolation and 1 other directory.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2009-11-05 04:51:52 -0500 (Thu, 05 Nov 2009)
New Revision: 17927
Added:
validator/trunk/hibernate-validator/src/test/java/org/hibernate/validator/engine/messageinterpolation/MessageInterpolationWithDefaultBundleTest.java
validator/trunk/hibernate-validator/src/test/java/org/hibernate/validator/engine/messageinterpolation/User.java
Modified:
validator/trunk/hibernate-validator/src/main/resources/org/hibernate/validator/ValidationMessages.properties
validator/trunk/hibernate-validator/src/main/resources/org/hibernate/validator/ValidationMessages_de.properties
validator/trunk/hibernate-validator/src/main/resources/org/hibernate/validator/ValidationMessages_fr.properties
Log:
HV-268 Fixed resource template messages
Modified: validator/trunk/hibernate-validator/src/main/resources/org/hibernate/validator/ValidationMessages.properties
===================================================================
--- validator/trunk/hibernate-validator/src/main/resources/org/hibernate/validator/ValidationMessages.properties 2009-11-05 06:47:50 UTC (rev 17926)
+++ validator/trunk/hibernate-validator/src/main/resources/org/hibernate/validator/ValidationMessages.properties 2009-11-05 09:51:52 UTC (rev 17927)
@@ -12,8 +12,8 @@
javax.validation.constraints.Past.message=must be in the past
javax.validation.constraints.Pattern.message=must match "{regexp}"
javax.validation.constraints.Size.message=size must be between {min} and {max}
-org.hibernate.validator.constraints.Email.message="{value}" is not a valid email address
+org.hibernate.validator.constraints.Email.message=not a well-formed email address
org.hibernate.validator.constraints.Length.message=length must be between {min} and {max}
org.hibernate.validator.constraints.NotEmpty.message=may not be empty
-org.hibernate.validator.constraints.Range.message={value} must be between {min} and {max}
+org.hibernate.validator.constraints.Range.message=must be between {min} and {max}
Modified: validator/trunk/hibernate-validator/src/main/resources/org/hibernate/validator/ValidationMessages_de.properties
===================================================================
--- validator/trunk/hibernate-validator/src/main/resources/org/hibernate/validator/ValidationMessages_de.properties 2009-11-05 06:47:50 UTC (rev 17926)
+++ validator/trunk/hibernate-validator/src/main/resources/org/hibernate/validator/ValidationMessages_de.properties 2009-11-05 09:51:52 UTC (rev 17927)
@@ -14,5 +14,5 @@
javax.validation.constraints.Digits.message=numerischer Wert au\u00DFerhalb erlaubten Wertebereichs (<{integer} Ziffern>.<{fraction} Ziffern> erwarted)
javax.validation.constraints.DecimalMin.message=muss gr\u00F6ssergleich {value} sein
javax.validation.constraints.DecimalMax.message=muss kleinergleich {value} sein
-org.hibernate.validator.constraints.Email.message="{value}" ist keine g\u00FCltige E-Mail-Adresse
-org.hibernate.validator.constraints.Range.message={value} muss zwischen {min} und {max} liegen
\ No newline at end of file
+org.hibernate.validator.constraints.Email.message=keine g\u00FCltige E-Mail-Adresse
+org.hibernate.validator.constraints.Range.message=muss zwischen {min} und {max} liegen
\ No newline at end of file
Modified: validator/trunk/hibernate-validator/src/main/resources/org/hibernate/validator/ValidationMessages_fr.properties
===================================================================
--- validator/trunk/hibernate-validator/src/main/resources/org/hibernate/validator/ValidationMessages_fr.properties 2009-11-05 06:47:50 UTC (rev 17926)
+++ validator/trunk/hibernate-validator/src/main/resources/org/hibernate/validator/ValidationMessages_fr.properties 2009-11-05 09:51:52 UTC (rev 17927)
@@ -14,5 +14,5 @@
javax.validation.constraints.Digits.message=Valeur num\u00E9rique hors limite (<{integer} chiffres>.<{fraction} chiffres> attendus)
javax.validation.constraints.DecimalMin.message=doit \u00EAtre plus grand que {value}
javax.validation.constraints.DecimalMax.message=doit \u00EAtre plus petit que {value}
-org.hibernate.validator.constraints.Email.message=Address email "{value}" mal form�e
-org.hibernate.validator.constraints.Range.message={value} doit �tre entre {min} et {max}
\ No newline at end of file
+org.hibernate.validator.constraints.Email.message=Address email mal form\u00E9e
+org.hibernate.validator.constraints.Range.message=doit \u00EAtre entre {min} et {max}
\ No newline at end of file
Added: validator/trunk/hibernate-validator/src/test/java/org/hibernate/validator/engine/messageinterpolation/MessageInterpolationWithDefaultBundleTest.java
===================================================================
--- validator/trunk/hibernate-validator/src/test/java/org/hibernate/validator/engine/messageinterpolation/MessageInterpolationWithDefaultBundleTest.java (rev 0)
+++ validator/trunk/hibernate-validator/src/test/java/org/hibernate/validator/engine/messageinterpolation/MessageInterpolationWithDefaultBundleTest.java 2009-11-05 09:51:52 UTC (rev 17927)
@@ -0,0 +1,109 @@
+// $Id:$
+/*
+* JBoss, Home of Professional Open Source
+* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors
+* by the @authors tag. See the copyright.txt in the distribution for a
+* full listing of individual contributors.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+* http://www.apache.org/licenses/LICENSE-2.0
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+package org.hibernate.validator.engine.messageinterpolation;
+
+import java.util.Locale;
+import java.util.Set;
+import javax.validation.Configuration;
+import javax.validation.ConstraintViolation;
+import javax.validation.Validator;
+
+import org.testng.annotations.AfterClass;
+import org.testng.annotations.BeforeClass;
+import org.testng.annotations.Test;
+
+import org.hibernate.validator.engine.ResourceBundleMessageInterpolator;
+import org.hibernate.validator.util.TestUtil;
+import static org.hibernate.validator.util.TestUtil.assertCorrectConstraintViolationMessages;
+import static org.hibernate.validator.util.TestUtil.assertNumberOfViolations;
+
+/**
+ * @author Hardy Ferentschik
+ */
+public class MessageInterpolationWithDefaultBundleTest {
+ private Locale defaultLocale;
+
+ @BeforeClass
+ public void storeDefaultLocale() {
+ defaultLocale = Locale.getDefault();
+ }
+
+ @AfterClass
+ public void restoreDefaultLocale() {
+ Locale.setDefault( defaultLocale );
+ }
+
+ /**
+ * HV-268
+ */
+ @Test
+ public void testEmailAndRangeMessageEnglishLocale() {
+ Locale.setDefault( Locale.ENGLISH );
+ Configuration config = TestUtil.getConfiguration();
+ config.messageInterpolator( new ResourceBundleMessageInterpolator() );
+ Validator validator = config.buildValidatorFactory().getValidator();
+ User user = new User();
+ user.setEmail( "foo" );
+ user.setAge( 16 );
+ Set<ConstraintViolation<User>> constraintViolations = validator.validate( user );
+ assertNumberOfViolations( constraintViolations, 2 );
+ assertCorrectConstraintViolationMessages(
+ constraintViolations, "not a well-formed email address", "must be between 18 and 21"
+ );
+ }
+
+ /**
+ * HV-268
+ */
+ @Test
+ public void testEmailAndRangeMessageGermanLocale() {
+ Locale.setDefault( Locale.GERMAN );
+ Configuration config = TestUtil.getConfiguration();
+ config.messageInterpolator( new ResourceBundleMessageInterpolator() );
+ Validator validator = config.buildValidatorFactory().getValidator();
+ User user = new User();
+ user.setEmail( "foo" );
+ user.setAge( 16 );
+ Set<ConstraintViolation<User>> constraintViolations = validator.validate( user );
+ assertNumberOfViolations( constraintViolations, 2 );
+ assertCorrectConstraintViolationMessages(
+ constraintViolations, "keine g\u00FCltige E-Mail-Adresse", "muss zwischen 18 und 21 liegen"
+ );
+ }
+
+ /**
+ * HV-268
+ */
+ @Test
+ public void testEmailAndRangeMessageFrenchLocale() {
+ Locale.setDefault( Locale.FRENCH );
+ Configuration config = TestUtil.getConfiguration();
+ config.messageInterpolator( new ResourceBundleMessageInterpolator() );
+ Validator validator = config.buildValidatorFactory().getValidator();
+ User user = new User();
+ user.setEmail( "foo" );
+ user.setAge( 16 );
+ Set<ConstraintViolation<User>> constraintViolations = validator.validate( user );
+ assertNumberOfViolations( constraintViolations, 2 );
+ assertCorrectConstraintViolationMessages(
+ constraintViolations, "Address email mal form\u00E9e", "doit \u00EAtre entre 18 et 21"
+ );
+ }
+}
+
+
Added: validator/trunk/hibernate-validator/src/test/java/org/hibernate/validator/engine/messageinterpolation/User.java
===================================================================
--- validator/trunk/hibernate-validator/src/test/java/org/hibernate/validator/engine/messageinterpolation/User.java (rev 0)
+++ validator/trunk/hibernate-validator/src/test/java/org/hibernate/validator/engine/messageinterpolation/User.java 2009-11-05 09:51:52 UTC (rev 17927)
@@ -0,0 +1,50 @@
+// $Id:$
+/*
+* JBoss, Home of Professional Open Source
+* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors
+* by the @authors tag. See the copyright.txt in the distribution for a
+* full listing of individual contributors.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+* http://www.apache.org/licenses/LICENSE-2.0
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+package org.hibernate.validator.engine.messageinterpolation;
+
+import org.hibernate.validator.constraints.Email;
+import org.hibernate.validator.constraints.Range;
+
+/**
+ * @author Hardy Ferentschik
+ */
+public class User {
+ @Email
+ private String email;
+
+ @Range(min = 18, max = 21)
+ private int age;
+
+ public int getAge() {
+ return age;
+ }
+
+ public void setAge(int age) {
+ this.age = age;
+ }
+
+ public String getEmail() {
+ return email;
+ }
+
+ public void setEmail(String email) {
+ this.email = email;
+ }
+}
+
+
15 years, 1 month
Hibernate SVN: r17926 - core/tags.
by hibernate-commits@lists.jboss.org
Author: stliu
Date: 2009-11-05 01:47:50 -0500 (Thu, 05 Nov 2009)
New Revision: 17926
Added:
core/tags/JBOSS_EAP_3_2_4_SP1_CP09/
Log:
JBPAPP-3039 Create new Hibernate core tag (JBOSS_EAP_3_2_4_SP1_CP09) for EAP 4.2.0.GA CP08 / 4.3.0.GA CP07
Copied: core/tags/JBOSS_EAP_3_2_4_SP1_CP09 (from rev 17925, core/branches/Branch_3_2_4_SP1_CP)
15 years, 1 month
Hibernate SVN: r17925 - in core/branches/Branch_3_2_4_SP1_CP: src/org/hibernate/cfg and 1 other directory.
by hibernate-commits@lists.jboss.org
Author: stliu
Date: 2009-11-05 01:46:27 -0500 (Thu, 05 Nov 2009)
New Revision: 17925
Modified:
core/branches/Branch_3_2_4_SP1_CP/lib/version-dist.properties
core/branches/Branch_3_2_4_SP1_CP/lib/version.properties
core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/cfg/Environment.java
Log:
JBPAPP-3039 Create new Hibernate core tag (JBOSS_EAP_3_2_4_SP1_CP09) for EAP 4.2.0.GA CP08 / 4.3.0.GA CP07
Modified: core/branches/Branch_3_2_4_SP1_CP/lib/version-dist.properties
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/lib/version-dist.properties 2009-11-05 06:45:41 UTC (rev 17924)
+++ core/branches/Branch_3_2_4_SP1_CP/lib/version-dist.properties 2009-11-05 06:46:27 UTC (rev 17925)
@@ -1,6 +1,6 @@
hibernate.lib=hibernate3.jar
hibernate.ignorecheck=true
-hibernate.version=3.2.4.SP1_CP08-brew
+hibernate.version=3.2.4.SP1_CP09-brew
hibernate.name=Hibernate core
hibernate.when=runtime, required
Modified: core/branches/Branch_3_2_4_SP1_CP/lib/version.properties
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/lib/version.properties 2009-11-05 06:45:41 UTC (rev 17924)
+++ core/branches/Branch_3_2_4_SP1_CP/lib/version.properties 2009-11-05 06:46:27 UTC (rev 17925)
@@ -39,7 +39,7 @@
cleanimports.name=cleanimports
cleanimports.when=buildtime
-hibernate.version=3.2.4.SP1_CP08-brew
+hibernate.version=3.2.4.SP1_CP09-brew
hibernate.name=Hibernate core
hibernate.when=runtime, required
Modified: core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/cfg/Environment.java
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/cfg/Environment.java 2009-11-05 06:45:41 UTC (rev 17924)
+++ core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/cfg/Environment.java 2009-11-05 06:46:27 UTC (rev 17925)
@@ -153,7 +153,7 @@
*/
public final class Environment {
- public static final String VERSION = "3.2.4.sp1.cp08";
+ public static final String VERSION = "3.2.4.sp1.cp09";
/**
* <tt>ConnectionProvider</tt> implementor to use when obtaining connections
15 years, 1 month
Hibernate SVN: r17924 - core/tags.
by hibernate-commits@lists.jboss.org
Author: stliu
Date: 2009-11-05 01:45:41 -0500 (Thu, 05 Nov 2009)
New Revision: 17924
Removed:
core/tags/JBOSS_EAP_3_2_4_SP1_CP09/
Log:
will recreate later
15 years, 1 month
Hibernate SVN: r17923 - entitymanager/tags.
by hibernate-commits@lists.jboss.org
Author: stliu
Date: 2009-11-05 01:26:10 -0500 (Thu, 05 Nov 2009)
New Revision: 17923
Added:
entitymanager/tags/v3_3_2_GA_CP01/
Log:
JBPAPP-3040 Create new Hibernate Entity Manager tag (v3_3_2_GA_CP01) for EAP 4.2.0.GA CP08 / 4.3.0.GA CP07
Copied: entitymanager/tags/v3_3_2_GA_CP01 (from rev 17922, entitymanager/branches/v3_3_2_GA_CP)
15 years, 1 month
Hibernate SVN: r17922 - core/tags.
by hibernate-commits@lists.jboss.org
Author: stliu
Date: 2009-11-05 01:14:04 -0500 (Thu, 05 Nov 2009)
New Revision: 17922
Added:
core/tags/JBOSS_EAP_3_2_4_SP1_CP09/
Log:
JBPAPP-3039 Create new Hibernate core tag (JBOSS_EAP_3_2_4_SP1_CP09) for EAP 4.2.0.GA CP08 / 4.3.0.GA CP07
Copied: core/tags/JBOSS_EAP_3_2_4_SP1_CP09 (from rev 17921, core/branches/Branch_3_2_4_SP1_CP)
15 years, 1 month
Hibernate SVN: r17921 - core/branches/Branch_3_2_4_SP1_CP.
by hibernate-commits@lists.jboss.org
Author: stliu
Date: 2009-11-05 01:02:09 -0500 (Thu, 05 Nov 2009)
New Revision: 17921
Modified:
core/branches/Branch_3_2_4_SP1_CP/build.xml
core/branches/Branch_3_2_4_SP1_CP/changelog.txt
core/branches/Branch_3_2_4_SP1_CP/readme.txt
Log:
JBPAPP-3039 Create new Hibernate core tag (JBOSS_EAP_3_2_4_SP1_CP09) for EAP 4.2.0.GA CP08 / 4.3.0.GA CP07
Modified: core/branches/Branch_3_2_4_SP1_CP/build.xml
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/build.xml 2009-11-05 05:55:19 UTC (rev 17920)
+++ core/branches/Branch_3_2_4_SP1_CP/build.xml 2009-11-05 06:02:09 UTC (rev 17921)
@@ -24,7 +24,7 @@
<property name="version.minor" value="2"/>
<property name="version.micro" value="4"/>
<property name="version.qualifier" value="sp1"/>
- <property name="version.cp" value="cp08"/>
+ <property name="version.cp" value="cp09"/>
<property name="version.full" value="${version.major}.${version.minor}.${version.micro}.${version.qualifier}.${version.cp}"/>
<property name="version.major_minor" value="${version.major}.${version.minor}"/>
<property name="fullname" value="${name}-${version.full}"/>
Modified: core/branches/Branch_3_2_4_SP1_CP/changelog.txt
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/changelog.txt 2009-11-05 05:55:19 UTC (rev 17920)
+++ core/branches/Branch_3_2_4_SP1_CP/changelog.txt 2009-11-05 06:02:09 UTC (rev 17921)
@@ -5,6 +5,18 @@
refer to the particular case on JIRA using the issue tracking number to learn
more about each case.
+Changes in version 3.2.4.sp1.cp09
+-------------------------------------------
+
+** Bug
+ * [JBPAPP-1061 / HHH-4397] - Tests using sequences are run on databases which doesn't supports sequences
+ * [JBPAPP-1068 / HHH-4500] - MSSQL, Oracle - Mapping inconsistency
+ * [JBPAPP-1998 / HHH-4217] - Wrong exception thrown on optimistic locking failure due to deleted entity using hibernate.jdbc.batch_versioned_data=false
+ * [JBPAPP-2715 / HHH-4114] - Core - ASTParserLoadingTest fails due to missing "bit_length" function
+ * [JBPAPP-2716 / HHH-4115] - Core - FooBarTest - "operator does not exist: character varying = integer"
+ * [JBPAPP-2900 / HHH-4486] - Account for MySQL's <DROP TEMPORARY TABLE> statement
+ * [JBPAPP-2910 / HHH-4415] - TestCase could check for superclass of Dialect before skipping it
+
Changes in version 3.2.4.sp1.cp08
-------------------------------------------
Modified: core/branches/Branch_3_2_4_SP1_CP/readme.txt
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/readme.txt 2009-11-05 05:55:19 UTC (rev 17920)
+++ core/branches/Branch_3_2_4_SP1_CP/readme.txt 2009-11-05 06:02:09 UTC (rev 17921)
@@ -1,6 +1,6 @@
Hibernate - Relational Persistence for Idiomatic Java
=====================================================
-version 3.2.4.sp1.cp08
+version 3.2.4.sp1.cp09
Copyright © 2009 Red Hat, Inc.
15 years, 1 month
Hibernate SVN: r17920 - in entitymanager/branches/v3_3_2_GA_CP: src/java/org/hibernate/ejb and 1 other directory.
by hibernate-commits@lists.jboss.org
Author: stliu
Date: 2009-11-05 00:55:19 -0500 (Thu, 05 Nov 2009)
New Revision: 17920
Modified:
entitymanager/branches/v3_3_2_GA_CP/build.xml
entitymanager/branches/v3_3_2_GA_CP/changelog.txt
entitymanager/branches/v3_3_2_GA_CP/readme.txt
entitymanager/branches/v3_3_2_GA_CP/src/java/org/hibernate/ejb/Version.java
Log:
JBPAPP-3040 Create new Hibernate Entity Manager tag (v3_3_2_GA_CP01) for EAP 4.2.0.GA CP08 / 4.3.0.GA CP07
Modified: entitymanager/branches/v3_3_2_GA_CP/build.xml
===================================================================
--- entitymanager/branches/v3_3_2_GA_CP/build.xml 2009-11-05 05:21:01 UTC (rev 17919)
+++ entitymanager/branches/v3_3_2_GA_CP/build.xml 2009-11-05 05:55:19 UTC (rev 17920)
@@ -17,7 +17,7 @@
<!-- Name of project and version, used to create filenames -->
<property name="Name" value="Hibernate EntityManager"/>
<property name="name" value="hibernate-entitymanager"/>
- <property name="version" value="3.3.2.GA"/>
+ <property name="version" value="3.3.2.GA.CP01"/>
<property name="javadoc.packagenames" value="org.hibernate.ejb.*"/>
<property name="jdbc.dir" value="jdbc"/>
<property name="copy.test" value="true"/>
Modified: entitymanager/branches/v3_3_2_GA_CP/changelog.txt
===================================================================
--- entitymanager/branches/v3_3_2_GA_CP/changelog.txt 2009-11-05 05:21:01 UTC (rev 17919)
+++ entitymanager/branches/v3_3_2_GA_CP/changelog.txt 2009-11-05 05:55:19 UTC (rev 17920)
@@ -1,6 +1,12 @@
Hibernate EntityManager Changelog
==================================
+3.3.2.GA.CP01 (04-11-2009)
+--------------------
+** Bug
+ * [JBPAPP-1998 / HHH-4217] - Wrong exception thrown on optimistic locking failure due to deleted entity using hibernate.jdbc.batch_versioned_data=false
+
+
3.3.2.GA (14-03-2008)
---------------------
Modified: entitymanager/branches/v3_3_2_GA_CP/readme.txt
===================================================================
--- entitymanager/branches/v3_3_2_GA_CP/readme.txt 2009-11-05 05:21:01 UTC (rev 17919)
+++ entitymanager/branches/v3_3_2_GA_CP/readme.txt 2009-11-05 05:55:19 UTC (rev 17920)
@@ -1,6 +1,6 @@
Hibernate EntityManager
==================================================
-Version: 3.3.2.GA, 14.03.2008
+Version: 3.3.2.GA.CP01, 04.11.2009
THIS RELEASE OF HIBERNATE ENTITYMANAGER REQUIRES HIBERNATE CORE 3.2.0.GA (and above)
Modified: entitymanager/branches/v3_3_2_GA_CP/src/java/org/hibernate/ejb/Version.java
===================================================================
--- entitymanager/branches/v3_3_2_GA_CP/src/java/org/hibernate/ejb/Version.java 2009-11-05 05:21:01 UTC (rev 17919)
+++ entitymanager/branches/v3_3_2_GA_CP/src/java/org/hibernate/ejb/Version.java 2009-11-05 05:55:19 UTC (rev 17920)
@@ -8,7 +8,7 @@
* @author Emmanuel Bernard
*/
public class Version {
- public static final String VERSION = "3.3.2.GA";
+ public static final String VERSION = "3.3.2.GA.CP01";
private static Log log = LogFactory.getLog( Version.class );
static {
15 years, 1 month