Hibernate SVN: r15132 - validator/tags.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2008-08-20 06:01:35 -0400 (Wed, 20 Aug 2008)
New Revision: 15132
Removed:
validator/tags/3.1.0.CR2/
Log:
Removed validator/tags/3.1.0.CR2
16 years, 4 months
Hibernate SVN: r15131 - validator/tags.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2008-08-20 05:53:11 -0400 (Wed, 20 Aug 2008)
New Revision: 15131
Added:
validator/tags/3.1.0.CR2/
Log:
Created tag 3.1.0.CR2.
Copied: validator/tags/3.1.0.CR2 (from rev 15130, validator/trunk)
16 years, 4 months
Hibernate SVN: r15130 - in validator/trunk: doc/reference and 1 other directories.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2008-08-20 05:51:51 -0400 (Wed, 20 Aug 2008)
New Revision: 15130
Modified:
validator/trunk/
validator/trunk/build.xml
validator/trunk/changelog.txt
validator/trunk/doc/reference/
validator/trunk/doc/reference/en/master.xml
validator/trunk/ivy.xml
validator/trunk/pom.xml
validator/trunk/readme.txt
Log:
Changes for release CR2.
Property changes on: validator/trunk
___________________________________________________________________
Name: svn:ignore
+ build
target
test_output
Modified: validator/trunk/build.xml
===================================================================
--- validator/trunk/build.xml 2008-08-20 09:06:08 UTC (rev 15129)
+++ validator/trunk/build.xml 2008-08-20 09:51:51 UTC (rev 15130)
@@ -25,7 +25,7 @@
<!-- Name of project and version, used to create filenames -->
<property name="Name" value="Hibernate Validator"/>
<property name="name" value="hibernate-validator"/>
- <property name="version" value="3.1.0.CR1"/>
+ <property name="version" value="3.1.0.CR2"/>
<property name="javadoc.packagenames" value="org.hibernate.validator.*"/>
<property name="copy.test" value="true"/>
<property name="javac.source" value="1.5"/>
Modified: validator/trunk/changelog.txt
===================================================================
--- validator/trunk/changelog.txt 2008-08-20 09:06:08 UTC (rev 15129)
+++ validator/trunk/changelog.txt 2008-08-20 09:51:51 UTC (rev 15130)
@@ -1,6 +1,16 @@
Hibernate Validator Changelog
=============================
+3.1.0.CR2 (20-08-2008)
+----------------------
+
+** Bug
+ * [HV-15] - @Past validation annotation generates incorrect DDL for Oracle 8.x
+ * [HV-53] - AssertTrue and AssertFalse not compatible with null values
+ * [HV-65] - @Past cannot use current_date as per the ANSI SQL spec
+ * [HV-66] - 3.1.0.CR1 incompatible with Hibernate 3.3.0
+
+
3.1.0.CR1 (27-05-2008)
----------------------
Property changes on: validator/trunk/doc/reference
___________________________________________________________________
Name: svn:ignore
+ build
Modified: validator/trunk/doc/reference/en/master.xml
===================================================================
--- validator/trunk/doc/reference/en/master.xml 2008-08-20 09:06:08 UTC (rev 15129)
+++ validator/trunk/doc/reference/en/master.xml 2008-08-20 09:51:51 UTC (rev 15130)
@@ -10,7 +10,7 @@
<subtitle>Reference Guide</subtitle>
- <releaseinfo>3.1.0.CR1</releaseinfo>
+ <releaseinfo>3.1.0.CR2</releaseinfo>
<mediaobject>
<imageobject>
Modified: validator/trunk/ivy.xml
===================================================================
--- validator/trunk/ivy.xml 2008-08-20 09:06:08 UTC (rev 15129)
+++ validator/trunk/ivy.xml 2008-08-20 09:51:51 UTC (rev 15130)
@@ -14,8 +14,8 @@
<dependencies>
<!-- compile time dependencies -->
<dependency name="ejb3-persistence" rev="1.0.2.GA" conf="default->default"/>
- <dependency name="commons-annotations" rev="3.1.0.CR1" conf="default->default"/>
- <dependency org="org.hibernate" name="hibernate-core" rev="3.3.0.CR1" conf="default->default"/>
+ <dependency name="commons-annotations" rev="3.1.0.GA" conf="default->default"/>
+ <dependency org="org.hibernate" name="hibernate-core" rev="3.3.0.SP1" conf="default->default"/>
<dependency org="org.slf4j" name="slf4j-api" rev="1.4.2" conf="default->default"/>
<!-- transitive dependencies -->
@@ -26,7 +26,7 @@
<!-- test deps -->
<dependency name="annotations" rev="3.4.0.CR1" conf="test->default"/>
<dependency name="entitymanager" rev="3.4.0.CR1" conf="test->default"/>
- <dependency org="cglib" name="cglib" rev="2.1_3" conf="test->default"/>
+ <dependency org="javassist" name="javassist" rev="3.4.GA" conf="default->default"/>
<dependency org="asm" name="asm" rev="1.5.3" conf="test->default"/>
<dependency org="asm" name="asm-attrs" rev="1.5.3" conf="test->default"/>
<dependency org="org.slf4j" name="slf4j-log4j12" rev="1.4.2" conf="test->default"/>
Modified: validator/trunk/pom.xml
===================================================================
--- validator/trunk/pom.xml 2008-08-20 09:06:08 UTC (rev 15129)
+++ validator/trunk/pom.xml 2008-08-20 09:51:51 UTC (rev 15130)
@@ -6,7 +6,7 @@
<artifactId>hibernate-validator</artifactId>
<packaging>jar</packaging>
<name>Hibernate Validator</name>
- <version>3.1.0.CR1</version>
+ <version>3.1.0.CR2</version>
<url>http://validator.hibernate.org</url>
<licenses>
<license>
@@ -22,12 +22,12 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
- <version>3.3.0.CR1</version>
+ <version>3.3.0.SP1</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-commons-annotations</artifactId>
- <version>3.1.0.CR1</version>
+ <version>3.1.0.GA</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@@ -44,13 +44,13 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
- <version>3.4.0.CR1</version>
+ <version>3.4.0.GA</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
- <version>3.4.0.CR1</version>
+ <version>3.4.0.GA</version>
<optional>true</optional>
</dependency>
</dependencies>
Modified: validator/trunk/readme.txt
===================================================================
--- validator/trunk/readme.txt 2008-08-20 09:06:08 UTC (rev 15129)
+++ validator/trunk/readme.txt 2008-08-20 09:51:51 UTC (rev 15130)
@@ -1,6 +1,6 @@
Hibernate Validator
==================================================
-Version: 3.1.0.CR1, 27.05.2008
+Version: 3.1.0.CR2, 20.08.2008
Description
-----------
16 years, 4 months
Hibernate SVN: r15129 - in entitymanager/tags: 3.4.0.GA and 1 other directory.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2008-08-20 05:06:08 -0400 (Wed, 20 Aug 2008)
New Revision: 15129
Added:
entitymanager/tags/3.4.0.GA/
entitymanager/tags/3.4.0.GA/changelog.txt
entitymanager/tags/3.4.0.GA/ivy.xml
entitymanager/tags/3.4.0.GA/pom.xml
Removed:
entitymanager/tags/3.4.0.GA/changelog.txt
entitymanager/tags/3.4.0.GA/ivy.xml
entitymanager/tags/3.4.0.GA/pom.xml
Log:
(Re-)Created tag 3.4.0.GA.
Copied: entitymanager/tags/3.4.0.GA (from rev 15111, entitymanager/trunk)
Deleted: entitymanager/tags/3.4.0.GA/changelog.txt
===================================================================
--- entitymanager/trunk/changelog.txt 2008-08-19 10:16:17 UTC (rev 15111)
+++ entitymanager/tags/3.4.0.GA/changelog.txt 2008-08-20 09:06:08 UTC (rev 15129)
@@ -1,383 +0,0 @@
-Hibernate EntityManager Changelog
-==================================
-
- 3.4.0.GA (18-08-2008)
-----------------------
-
-** Bug
- * [EJB-375] - getSingleResult potentially generates out of memory by calling list()
-
-** Task
- * [EJB-377] - Refactor build to allow filtering of resources
-
-
-3.4.0.CR2 (01-08-2008)
-----------------------
-
-** Bug
- * [EJB-349] - EM Incorrectly throws EntityExistsException wrapping ConstraintViolationException on constraint violation during delete
-
-
-3.4.0.CR1 (27-05-2008)
-----------------------
-
-** Improvement
- * [EJB-359] - Move to slf4j
-
-** New Feature
- * [EJB-352] - Add pom
- * [EJB-353] - Make build independent of Hibernate Core structure
- * [EJB-354] - Move to Hibernate Core 3.3
-
-
-3.3.2.GA (14-03-2008)
----------------------
-
-** Bug
- * [EJB-324] - Deployed Maven POM incorrectly excludes transitive dependency
- * [EJB-342] - event listener (prepersist, preinsert) not firing
-
-
-3.3.2.CR1 (06-03-2008)
-----------------------
-
-** Bug
- * [EJB-295] - External META-INF/orm.xml not included even when explicitly requested when an internal orm.xml is already present
- * [EJB-330] - Calling configure(String) on Ejb3Configuration before addAnnotatedClass(..) breaks callbacks
- * [EJB-333] - Space in path result in error during deployment in JBoss AS
- * [EJB-334] - Space in path result in error during deployment in JBoss AS
- * [EJB-340] - onLoad() callback from Interceptor and onLoad() from Lifecycle are never invoked in an EJB3 environment
- * [EJB-341] - Trying to create unexisting named query set the transaction to rollback
-
-
-3.3.2.Beta2 (15-01-2008)
-------------------------
-
-** Bug
- * [EJB-283] - Ejb3Configuration can't read Jar file OC4J
- * [EJB-299] - JarVisitor.addElement() fails with a StringIndexOutOfBoundsException if there is a package-info.class in the default package
- * [EJB-326] - Persistence unit root in a WAR not properly handled
-
-
-** Improvement
- * [EJB-277] - allow string values for query hints
-
-** New Feature
- * [EJB-305] - New configuration option for non-shared Hibernate interceptor
- * [EJB-325] - Any PersistenceExceptions should state which persistenceunit they are from
-
-
-3.3.2.Beta1 (31-10-2007)
-------------------------
-
-** Bug
- * [EJB-284] - Scanning for META-INF/orm.xml does not work on Windows in EE mode
- * [EJB-308] - Space in path result in error during deployment in JBoss AS
- * [EJB-310] - Typo in warn message when the container lacks temporary classloader support
- * [EJB-321] - TCK enforces PERSISTENCE_PROVIDER value including the typo
-
-
-** Improvement
- * [EJB-316] - java.persistence.Persistence#PERSISTENCE_PROVIDER should be a final String
-
-
-
-** Task
- * [EJB-302] - Move away from ArchiveBrowser and use JarVisitor
-
-
-3.3.1.GA (28-03-2007)
----------------------
-
-** Bug
- * [EJB-280] - java.lang.NoSuchMethodError: Hibernate EM 3.3.0 breaks Jboss Embedded EJB3 due to method signature change
- * [EJB-281] - Version 3.3.0 is not compatible with JBoss AS 4.0.5
- * [EJB-282] - ORM.xml ignored when excludeUnlistedClass = true in container mode (EJB 3.0, Spring)
-
-
-3.3.0.GA (19-03-2007)
----------------------
-
-** Bug
- * [EJB-46] - PrePersist callback method not called if entity's primary key is null
- * [EJB-257] - EJB3Configuration should work wo having to call any of the configure(*)
- * [EJB-259] - Evaluate orm.xml files in referenced jar files
- * [EJB-261] - merge fails to update join table
- * [EJB-263] - getSingleResult() and fetch raise abusive NonUniqueResultException
- * [EJB-269] - Fail to deploy a persistence archive in Weblogic Server
- * [EJB-275] - JarVisitor fails on WAS with white space
-
-
-** Improvement
- * [EJB-242] - Be more defensive regarding exotic (aka buggy) URL protocol handler
- * [EJB-262] - Provides XML file name on parsing error
- * [EJB-271] - Raise a WARN when deployment descriptors (orm.xml) refer to an unknown property (increase usability)
- * [EJB-266] - Avoid collection loading during cascaded PERSIST (improving performance on heavily cascaded object graphs)
-
-
-3.2.1.GA (8-12-2006)
---------------------
-
-** Bug
- * [EJB-226] - JarVistor.getVisitor does not handle paths containing spaces correctly for an exploded par
- * [EJB-229] - merge fails with detached obj in 1:1 relationship
- * [EJB-237] - merge() causes version to increase
- * [EJB-240] - attribute-override and embedded in orm.xml not working
- * [EJB-244] - JarVisitor fails on exploded archives with spaces in path
- * [EJB-247] - HibernatePersistence does not play well with other PersistenceProviders
- * [EJB-252] - Clarify documentation on package use in persistence.xml <class> (and it's meaning)
- * [EJB-253] - Support Weblogic JAR URL in JavaSE mode
-
-
-** Improvement
- * [EJB-232] - Better documentation for <jar-file> and scanning outside of PU root
- * [EJB-243] - Error in Documentation: persistence.xml for typical Java SE Environment
- * [EJB-246] - Consider being in a JavaEE container when jta-datasource is used
- * [EJB-248] - Wrap StaleStateException into an OptimisticLockException during em.getTransaction().commit()
- * [EJB-254] - Allow DataSource overriding through createEntityManager(String, Map override)
- * [EJB-256] - Avoid JAR locking on Windows and Tomcat due to URLConnection caching
-
-
-3.2.0.GA (16-10-2006)
----------------------
-Same code base as 3.2.0.CR3
-
-** Task
- * [EJB-239] - Add EJB 3.0 JavaDoc to the distribution
-
-
-3.2.0.CR3 (04-10-2006)
-----------------------
-** Bug
- * [EJB-150] - JarVisitor.addElement does not close passed input streams
- * [EJB-221] - TransientObjectException with FetchType.LAZY on @ManyToOne and field access on target entity
- * [EJB-231] - Optimistic locking exception could lead to java.lang.IllegalArgumentException: id to load is required for loading
-
-
-** Improvement
- * [EJB-234] - Inefficiency during the flush operation
-
-
-3.2.0.CR2 (16-09-2006)
-----------------------
-** Bug
- * [EJB-98] - EntityManager.find() throws an org.hibernate.ObjectDeletedException if you find something deleted in the same TXA
- * [EJB-148] - Incorrect exception when @CollectionOfElement is used with @Where and FetchType is EAGER
- * [EJB-174] - Ejb3Configuration can't open EJB Jar file with persistence.xml in Oracle OC4J server (Jifeng Liu)
- * [EJB-181] - ExplodedJarVisitor and paths with white spaces
- * [EJB-185] - Some EJB3 exceptions does not support nested exceptions
- * [EJB-187] - RuntimeException raised in CallBack methods should be left as is
- * [EJB-188] - @PostUpdate can be called even if @PreUpdate is not when object is in DELETED state
- * [EJB-189] - em.getReference() should raise IllegalArgumentException if the id is of the wrong type
- * [EJB-190] - Query.setParameter() should raise an IllegalArgumentException if the parameter does not exist
- * [EJB-191] - Incoherent usage of getResultList(), executeUpdate() or getSingleResult() regarding the DML/Select style should raise an IllegalStateException
- * [EJB-194] - Removing a detached instance is not allowed
- * [EJB-195] - Wrong query should raise an IllegalArgumentException
- * [EJB-196] - referencing a transient instance while flushing an association non cascaded should raise IllegalStateException
- * [EJB-198] - On em.close(), tries to register the transaction even if the transaction is marked for rollback
- * [EJB-202] - Inaccurate exception message for setFirstResult in QueryImpl
- * [EJB-203] - exception when using top-level <access>PROPERTY</access> in orm.xml
- * [EJB-204] - ClassCastException when using <mapped-superclass> in orm.xml
- * [EJB-205] - refresh() should raise IllegalArgumentException if the entity is not managed
- * [EJB-207] - em.lock(..., WRITE) raise NPE on some DBs
- * [EJB-212] - excludeUnlistedClasses ignored in SE case
- * [EJB-214] - Native Query can not be used with parameter
- * [EJB-215] - EntityManager fails during transaction commit after it has been closed
- * [EJB-216] - Query.getSingleResult() whose state-field is null raise an EntityNotFoundException rather than returning null
- * [EJB-218] - markForRollback() should not swallow the original exception
- * [EJB-220] - Entity listener documentation contradicts EJB3 specification
- * [EJB-223] - EntityNotFoundDelegate not Serializable
-
-
-** Improvement
- * [EJB-82] - Query interface should support parameter lists for positions
- * [EJB-182] - Add Websphere proprietary jar protocol
- * [EJB-186] - Set the default cache provider to NoCache to prevent PU misuse to raise exceptions
- * [EJB-201] - Ejb3Configuration should output a warning if no persistence.xml is found
- * [EJB-210] - OptimisticLockStrategy should expose the underlying stale entity
- * [EJB-211] - JavaDoc the EJB 3 API
-
-** New Feature
- * [EJB-154] - Allow to create/configure an EJB3Configuration without building a sessionfactory
- * [EJB-160] - Push EJB3Configuration and SessionFactory into JNDI
- * [EJB-184] - Add EM property for FlushMode
-
-
-3.2.0.CR1 (13-05-2006)
-----------------------
-** Bug
- * [EJB-9] - Proxied instances should raise ENFE not LIE
- * [EJB-59] - count(*) return Integer and not Long
- * [EJB-101] - callback method overriding should avoid supermethod calls
- * [EJB-116] - The EntityManager's configuration overwites configurations from the hibernate.cfg.xml file
- * [EJB-167] - EntityManager must return null, if entity does not exist.
- * [EJB-168] - Do not register Synchronization on Transaction marked as rollback
- * [EJB-169] - MappingException thrown when META-INF/orm.xml is not found
- * [EJB-173] - Resetting joined transaction state on a closed entity manager raise an exception
- * [EJB-177] - in beforeCompletion phase, the transaction might not be returned causing an NPE
-
-
-** Improvement
- * [EJB-84] - Integrate the ClassFileTransformer and pass the appropriate entities to enhance
- * [EJB-159] - RESOURCE_LOCAL should be default in JavaSE
- * [EJB-172] - Use Hibernate abstraction of the ByteCodeEnhancer for class file transformation
- * [EJB-175] - Support for createNativeQuery.executeUpdate()
-
-** New Feature
- * [EJB-165] - Support interceptor and callback XML overriding
- * [EJB-170] - Try to find <mapping-file/> in the parsed JAR before delegating to the regular resource locator
-
-
-3.1.0.Beta8b (27-04-2006)
--------------------------
-
-** Bug
- * [EJB-121] - FileZippedJarVisitor can not handle URL with white spaces in windows XP professional.
- * [EJB-155] - assumes Map.Entry where string is returned
- * [EJB-156] - Setting a transaction factory raise an assertion failure
- * [EJB-166] - StaleObjectStaleException not wrapped into an optimisticLockException when merge is used
-
-
-
-** New Feature
- * [EJB-157] - Display the version number at init time to avoid user confusion regarding the version used
- * [EJB-164] - Support for EJB3 mapping files and META-INF/orm.xml
-
-
-3.1beta7 (27-03-2006)
----------------------
-
-** Bug
- * [EJB-37] - Check all the spec exceptions to be sure we raise the right ones
- * [EJB-80] - EMF bootstrapping doesn't work as documented
- * [EJB-96] - Spelling error in 2.4 section of reference doc
- * [EJB-114] - NPE when Persistence.createEntityManager(String) is used
- * [EJB-115] - wrong loglevel in PersistenceXmlLoader.java (line 101)
- * [EJB-118] - PersistenceXmlLoader logging a fail message
- * [EJB-119] - @EntityResult definition is not correct
- * [EJB-123] - Exception "EntityManager is closed" throwed when trying to check isOpen()
- * [EJB-125] - Can't use Hibernate's FlushMode.NEVER with an EntityManager
- * [EJB-134] - javax.persistence.OptimisticLockException not thrown
- * [EJB-139] - em.getTransaction() should raise IllegalStateException if accessed on a JTA EM
- * [EJB-145] - Support EntityManager.joinTransaction()
-
-
-** Improvement
- * [EJB-77] - Getting access to the annotationconfiguration behind a Ejb3Configuration
- * [EJB-135] - em.close() should close the API but let the EM in sync with the attached transaction
- * [EJB-147] - Validate persistence.xml file from persistence_1_0.xsd
-
-** New Feature
- * [EJB-90] - Mark transaction for Rollbacked on PersistenceException
- * [EJB-106] - EntityManager.lock( , LockModeType.WRITE)
- * [EJB-117] - extra persist() queue
- * [EJB-137] - Implements EntityExistsException
- * [EJB-138] - Implements EntityTransaction.setRollbackOnly()
- * [EJB-141] - Update EntityManagerFactory interface by removing PersistenceContextType and adding the overriding map
- * [EJB-142] - RollbackTransaction on JTA should clear the persistence context
- * [EJB-143] - Set the transaction_factory automatically from Transaction_type unless explicitly set
- * [EJB-144] - Failure of EntityTransaction.commit() should rollback();
-
-
-** Task
- * [EJB-107] - Check use of persistenceUnitInfo.getClassLoader()
-
-
-3.1beta6 (20-01-2006)
----------------------
-** Bug
- * [EJB-93] - @PrePersist callback not called on cascade
- * [EJB-110] - misnamed method in PersistenceUnitInfo
- * [EJB-111] - close() throws IllegalStateException( "transaction in progress")
-
-** New Feature
- * [EJB-50] - Entity callbacks should handle subclassing
- * [EJB-83] - PersistentUnitInfo and new persistence.xml schema as per the pfd
- * [EJB-85] - Support CUD operations out of transactions
- * [EJB-86] - EntityManager.getFlushMode()
- * [EJB-87] - EntityManager.lock( , LockModeType.READ)
- * [EJB-88] - EntityManager.clear()
- * [EJB-89] - Replace EntityNotFoundException to NoResultException for query.getSingleResult()
- * [EJB-91] - persistence.xml structure changes as per the PFD
- * [EJB-92] - Implements transactional-type
- * [EJB-104] - Flag for class file transformation
- * [EJB-108] - Support EJB3 overriding properties (provider, jta / non-jta datasource, transactionType) over persistence.xml
-
-
-** Improvement
- * [EJB-100] - Multiple lifecycle per event
- * [EJB-102] - EJB3 no longer requires to rollback the ids
-
-
-** Deprecation
- * [EJB-105] - Implicit positional parameters for EJBQL queries is no longer supported
-
-3.1beta5 (13-12-2005)
----------------------
-** Bug
- * [EJB-52] - PERSIST cascade loads unilitialized elements at flush time
- * [EJB-68] - hibernate.ejb.interceptor property in persistence.xml is ignored
- * [EJB-73] - Id is not set in @PostPersist
- * [EJB-76] - JarVisitor unqualify algorithm fails when the name ends with 'ar' and is less than 4 chars
- * [EJB-78] - default value for hibernate.transaction.flush_before_completion
-
-** New Feature
- * [EJB-58] - Support @MyAnnotation annotated with an @EntityListener
- * [EJB-71] - Support custom event listeners
-
-
-** Improvement
- * [EJB-35] - Support custom NamingStrategy as property.
- * [EJB-72] - Make setDataSource() more out of container friendly
- * [EJB-75] - Fall back to <property name="blah">blah</property> when the value attribute is empty
- * [EJB-79] - Package.getPackage() returns null on some classloaders
-
-
-3.1beta4 (07-10-2005)
----------------------
- * EJB-67 Lazy access to the stream in JarVisitor leading to a non access when filters are empty (ie no filters)
- * EJB-65 handle eclipse bundleresource url protocol during metadata search
- * EJB-66 Support all url protocols that returns zip streams for jars like http
- * EJB-62 Error during stateful session bean passivation
- * EJB-61 implicit parameter ? no longer supported
- * EJB-63 Positional parameters should start from index 1 to say sort of consistent with the spec
-
-3.1beta3 (14-09-2005)
----------------------
- * EJB-6 Support ?1, ?2 style positional parameters
- * EJB-60 Support byte code instrumentation via a ClassFileTransformer
- * EJB-55 Problems using a .par file with Tomcat
- * EJB-56 Support exploded jar files *not* ending with .xar
- * EJB-51 Support persistence.xml declaration and hibernate.cfg.xml
- * EJB-53 DELETE_ORPHAN not executed at flush time
- * EJB-52 Persist cascade loads uninitialized elements at flush time
- * EJB-43 Autodetection magic leads to duplicate imports
- * EJB-24 ByteArrayBlobType incompatible with Oracle
- * EJB-28 create an EMF through PersistenceInfo
- * EJB-44 Support Hibernate Interceptors in EJB3 imlementation as an extension
- * EJB-40 Entity callbacks should cast away access modifiers
- * EJB-48 Plug Validator framework into HEM
- * EJB-47 Validator and Jacc event listeners clashes
-
-3.1beta2 (04-08-2005)
----------------------
- * Support package names in <class></class>
- * EJB-42 Autodetection magic ignores hibernate.cfg.xml
- * EJB-45 Allow to disable autodetection in .par through a property
- * EJB-41 Short-circuit dirty checking when no callback are actually called
- * EJB-38 Standalone EM should search for package-info files
- * EJB-31 Out-of-container should search for .hbm.xml files
- * EJB-29 Lifecycle callbacks and dirty checking clash
- * EJB-36 proxied instances raise an exception in em.contains()
- * EJB-28 support injected DataSource
- * EJB-34 EMF.isOpen() is wrong
- * EJB-27 Support transaction-less operations with getEntityManager()
- * EJB-23 No lifecycle interceptor used when getCurrentSession() is called
- * EJB-20 Sync Hibernate *state* and entity on lifecycle @Callbacks
- * EJB-21 NPE in TransactionImpl.isActive() when tx is not initialized (Shane Bryzak)
- * EJB-19 <jar-file/> analysed, but the resource path is mandatory and not only the jar name
- * EJB-18 get mapped classes from .par files both exploded and regular zip
-
-3.1beta1 Preview (24-06-2005)
------------------------------
-Initial release
\ No newline at end of file
Copied: entitymanager/tags/3.4.0.GA/changelog.txt (from rev 15128, entitymanager/trunk/changelog.txt)
===================================================================
--- entitymanager/tags/3.4.0.GA/changelog.txt (rev 0)
+++ entitymanager/tags/3.4.0.GA/changelog.txt 2008-08-20 09:06:08 UTC (rev 15129)
@@ -0,0 +1,383 @@
+Hibernate EntityManager Changelog
+==================================
+
+ 3.4.0.GA (20-08-2008)
+----------------------
+
+** Bug
+ * [EJB-375] - getSingleResult potentially generates out of memory by calling list()
+
+** Task
+ * [EJB-377] - Refactor build to allow filtering of resources
+
+
+3.4.0.CR2 (01-08-2008)
+----------------------
+
+** Bug
+ * [EJB-349] - EM Incorrectly throws EntityExistsException wrapping ConstraintViolationException on constraint violation during delete
+
+
+3.4.0.CR1 (27-05-2008)
+----------------------
+
+** Improvement
+ * [EJB-359] - Move to slf4j
+
+** New Feature
+ * [EJB-352] - Add pom
+ * [EJB-353] - Make build independent of Hibernate Core structure
+ * [EJB-354] - Move to Hibernate Core 3.3
+
+
+3.3.2.GA (14-03-2008)
+---------------------
+
+** Bug
+ * [EJB-324] - Deployed Maven POM incorrectly excludes transitive dependency
+ * [EJB-342] - event listener (prepersist, preinsert) not firing
+
+
+3.3.2.CR1 (06-03-2008)
+----------------------
+
+** Bug
+ * [EJB-295] - External META-INF/orm.xml not included even when explicitly requested when an internal orm.xml is already present
+ * [EJB-330] - Calling configure(String) on Ejb3Configuration before addAnnotatedClass(..) breaks callbacks
+ * [EJB-333] - Space in path result in error during deployment in JBoss AS
+ * [EJB-334] - Space in path result in error during deployment in JBoss AS
+ * [EJB-340] - onLoad() callback from Interceptor and onLoad() from Lifecycle are never invoked in an EJB3 environment
+ * [EJB-341] - Trying to create unexisting named query set the transaction to rollback
+
+
+3.3.2.Beta2 (15-01-2008)
+------------------------
+
+** Bug
+ * [EJB-283] - Ejb3Configuration can't read Jar file OC4J
+ * [EJB-299] - JarVisitor.addElement() fails with a StringIndexOutOfBoundsException if there is a package-info.class in the default package
+ * [EJB-326] - Persistence unit root in a WAR not properly handled
+
+
+** Improvement
+ * [EJB-277] - allow string values for query hints
+
+** New Feature
+ * [EJB-305] - New configuration option for non-shared Hibernate interceptor
+ * [EJB-325] - Any PersistenceExceptions should state which persistenceunit they are from
+
+
+3.3.2.Beta1 (31-10-2007)
+------------------------
+
+** Bug
+ * [EJB-284] - Scanning for META-INF/orm.xml does not work on Windows in EE mode
+ * [EJB-308] - Space in path result in error during deployment in JBoss AS
+ * [EJB-310] - Typo in warn message when the container lacks temporary classloader support
+ * [EJB-321] - TCK enforces PERSISTENCE_PROVIDER value including the typo
+
+
+** Improvement
+ * [EJB-316] - java.persistence.Persistence#PERSISTENCE_PROVIDER should be a final String
+
+
+
+** Task
+ * [EJB-302] - Move away from ArchiveBrowser and use JarVisitor
+
+
+3.3.1.GA (28-03-2007)
+---------------------
+
+** Bug
+ * [EJB-280] - java.lang.NoSuchMethodError: Hibernate EM 3.3.0 breaks Jboss Embedded EJB3 due to method signature change
+ * [EJB-281] - Version 3.3.0 is not compatible with JBoss AS 4.0.5
+ * [EJB-282] - ORM.xml ignored when excludeUnlistedClass = true in container mode (EJB 3.0, Spring)
+
+
+3.3.0.GA (19-03-2007)
+---------------------
+
+** Bug
+ * [EJB-46] - PrePersist callback method not called if entity's primary key is null
+ * [EJB-257] - EJB3Configuration should work wo having to call any of the configure(*)
+ * [EJB-259] - Evaluate orm.xml files in referenced jar files
+ * [EJB-261] - merge fails to update join table
+ * [EJB-263] - getSingleResult() and fetch raise abusive NonUniqueResultException
+ * [EJB-269] - Fail to deploy a persistence archive in Weblogic Server
+ * [EJB-275] - JarVisitor fails on WAS with white space
+
+
+** Improvement
+ * [EJB-242] - Be more defensive regarding exotic (aka buggy) URL protocol handler
+ * [EJB-262] - Provides XML file name on parsing error
+ * [EJB-271] - Raise a WARN when deployment descriptors (orm.xml) refer to an unknown property (increase usability)
+ * [EJB-266] - Avoid collection loading during cascaded PERSIST (improving performance on heavily cascaded object graphs)
+
+
+3.2.1.GA (8-12-2006)
+--------------------
+
+** Bug
+ * [EJB-226] - JarVistor.getVisitor does not handle paths containing spaces correctly for an exploded par
+ * [EJB-229] - merge fails with detached obj in 1:1 relationship
+ * [EJB-237] - merge() causes version to increase
+ * [EJB-240] - attribute-override and embedded in orm.xml not working
+ * [EJB-244] - JarVisitor fails on exploded archives with spaces in path
+ * [EJB-247] - HibernatePersistence does not play well with other PersistenceProviders
+ * [EJB-252] - Clarify documentation on package use in persistence.xml <class> (and it's meaning)
+ * [EJB-253] - Support Weblogic JAR URL in JavaSE mode
+
+
+** Improvement
+ * [EJB-232] - Better documentation for <jar-file> and scanning outside of PU root
+ * [EJB-243] - Error in Documentation: persistence.xml for typical Java SE Environment
+ * [EJB-246] - Consider being in a JavaEE container when jta-datasource is used
+ * [EJB-248] - Wrap StaleStateException into an OptimisticLockException during em.getTransaction().commit()
+ * [EJB-254] - Allow DataSource overriding through createEntityManager(String, Map override)
+ * [EJB-256] - Avoid JAR locking on Windows and Tomcat due to URLConnection caching
+
+
+3.2.0.GA (16-10-2006)
+---------------------
+Same code base as 3.2.0.CR3
+
+** Task
+ * [EJB-239] - Add EJB 3.0 JavaDoc to the distribution
+
+
+3.2.0.CR3 (04-10-2006)
+----------------------
+** Bug
+ * [EJB-150] - JarVisitor.addElement does not close passed input streams
+ * [EJB-221] - TransientObjectException with FetchType.LAZY on @ManyToOne and field access on target entity
+ * [EJB-231] - Optimistic locking exception could lead to java.lang.IllegalArgumentException: id to load is required for loading
+
+
+** Improvement
+ * [EJB-234] - Inefficiency during the flush operation
+
+
+3.2.0.CR2 (16-09-2006)
+----------------------
+** Bug
+ * [EJB-98] - EntityManager.find() throws an org.hibernate.ObjectDeletedException if you find something deleted in the same TXA
+ * [EJB-148] - Incorrect exception when @CollectionOfElement is used with @Where and FetchType is EAGER
+ * [EJB-174] - Ejb3Configuration can't open EJB Jar file with persistence.xml in Oracle OC4J server (Jifeng Liu)
+ * [EJB-181] - ExplodedJarVisitor and paths with white spaces
+ * [EJB-185] - Some EJB3 exceptions does not support nested exceptions
+ * [EJB-187] - RuntimeException raised in CallBack methods should be left as is
+ * [EJB-188] - @PostUpdate can be called even if @PreUpdate is not when object is in DELETED state
+ * [EJB-189] - em.getReference() should raise IllegalArgumentException if the id is of the wrong type
+ * [EJB-190] - Query.setParameter() should raise an IllegalArgumentException if the parameter does not exist
+ * [EJB-191] - Incoherent usage of getResultList(), executeUpdate() or getSingleResult() regarding the DML/Select style should raise an IllegalStateException
+ * [EJB-194] - Removing a detached instance is not allowed
+ * [EJB-195] - Wrong query should raise an IllegalArgumentException
+ * [EJB-196] - referencing a transient instance while flushing an association non cascaded should raise IllegalStateException
+ * [EJB-198] - On em.close(), tries to register the transaction even if the transaction is marked for rollback
+ * [EJB-202] - Inaccurate exception message for setFirstResult in QueryImpl
+ * [EJB-203] - exception when using top-level <access>PROPERTY</access> in orm.xml
+ * [EJB-204] - ClassCastException when using <mapped-superclass> in orm.xml
+ * [EJB-205] - refresh() should raise IllegalArgumentException if the entity is not managed
+ * [EJB-207] - em.lock(..., WRITE) raise NPE on some DBs
+ * [EJB-212] - excludeUnlistedClasses ignored in SE case
+ * [EJB-214] - Native Query can not be used with parameter
+ * [EJB-215] - EntityManager fails during transaction commit after it has been closed
+ * [EJB-216] - Query.getSingleResult() whose state-field is null raise an EntityNotFoundException rather than returning null
+ * [EJB-218] - markForRollback() should not swallow the original exception
+ * [EJB-220] - Entity listener documentation contradicts EJB3 specification
+ * [EJB-223] - EntityNotFoundDelegate not Serializable
+
+
+** Improvement
+ * [EJB-82] - Query interface should support parameter lists for positions
+ * [EJB-182] - Add Websphere proprietary jar protocol
+ * [EJB-186] - Set the default cache provider to NoCache to prevent PU misuse to raise exceptions
+ * [EJB-201] - Ejb3Configuration should output a warning if no persistence.xml is found
+ * [EJB-210] - OptimisticLockStrategy should expose the underlying stale entity
+ * [EJB-211] - JavaDoc the EJB 3 API
+
+** New Feature
+ * [EJB-154] - Allow to create/configure an EJB3Configuration without building a sessionfactory
+ * [EJB-160] - Push EJB3Configuration and SessionFactory into JNDI
+ * [EJB-184] - Add EM property for FlushMode
+
+
+3.2.0.CR1 (13-05-2006)
+----------------------
+** Bug
+ * [EJB-9] - Proxied instances should raise ENFE not LIE
+ * [EJB-59] - count(*) return Integer and not Long
+ * [EJB-101] - callback method overriding should avoid supermethod calls
+ * [EJB-116] - The EntityManager's configuration overwites configurations from the hibernate.cfg.xml file
+ * [EJB-167] - EntityManager must return null, if entity does not exist.
+ * [EJB-168] - Do not register Synchronization on Transaction marked as rollback
+ * [EJB-169] - MappingException thrown when META-INF/orm.xml is not found
+ * [EJB-173] - Resetting joined transaction state on a closed entity manager raise an exception
+ * [EJB-177] - in beforeCompletion phase, the transaction might not be returned causing an NPE
+
+
+** Improvement
+ * [EJB-84] - Integrate the ClassFileTransformer and pass the appropriate entities to enhance
+ * [EJB-159] - RESOURCE_LOCAL should be default in JavaSE
+ * [EJB-172] - Use Hibernate abstraction of the ByteCodeEnhancer for class file transformation
+ * [EJB-175] - Support for createNativeQuery.executeUpdate()
+
+** New Feature
+ * [EJB-165] - Support interceptor and callback XML overriding
+ * [EJB-170] - Try to find <mapping-file/> in the parsed JAR before delegating to the regular resource locator
+
+
+3.1.0.Beta8b (27-04-2006)
+-------------------------
+
+** Bug
+ * [EJB-121] - FileZippedJarVisitor can not handle URL with white spaces in windows XP professional.
+ * [EJB-155] - assumes Map.Entry where string is returned
+ * [EJB-156] - Setting a transaction factory raise an assertion failure
+ * [EJB-166] - StaleObjectStaleException not wrapped into an optimisticLockException when merge is used
+
+
+
+** New Feature
+ * [EJB-157] - Display the version number at init time to avoid user confusion regarding the version used
+ * [EJB-164] - Support for EJB3 mapping files and META-INF/orm.xml
+
+
+3.1beta7 (27-03-2006)
+---------------------
+
+** Bug
+ * [EJB-37] - Check all the spec exceptions to be sure we raise the right ones
+ * [EJB-80] - EMF bootstrapping doesn't work as documented
+ * [EJB-96] - Spelling error in 2.4 section of reference doc
+ * [EJB-114] - NPE when Persistence.createEntityManager(String) is used
+ * [EJB-115] - wrong loglevel in PersistenceXmlLoader.java (line 101)
+ * [EJB-118] - PersistenceXmlLoader logging a fail message
+ * [EJB-119] - @EntityResult definition is not correct
+ * [EJB-123] - Exception "EntityManager is closed" throwed when trying to check isOpen()
+ * [EJB-125] - Can't use Hibernate's FlushMode.NEVER with an EntityManager
+ * [EJB-134] - javax.persistence.OptimisticLockException not thrown
+ * [EJB-139] - em.getTransaction() should raise IllegalStateException if accessed on a JTA EM
+ * [EJB-145] - Support EntityManager.joinTransaction()
+
+
+** Improvement
+ * [EJB-77] - Getting access to the annotationconfiguration behind a Ejb3Configuration
+ * [EJB-135] - em.close() should close the API but let the EM in sync with the attached transaction
+ * [EJB-147] - Validate persistence.xml file from persistence_1_0.xsd
+
+** New Feature
+ * [EJB-90] - Mark transaction for Rollbacked on PersistenceException
+ * [EJB-106] - EntityManager.lock( , LockModeType.WRITE)
+ * [EJB-117] - extra persist() queue
+ * [EJB-137] - Implements EntityExistsException
+ * [EJB-138] - Implements EntityTransaction.setRollbackOnly()
+ * [EJB-141] - Update EntityManagerFactory interface by removing PersistenceContextType and adding the overriding map
+ * [EJB-142] - RollbackTransaction on JTA should clear the persistence context
+ * [EJB-143] - Set the transaction_factory automatically from Transaction_type unless explicitly set
+ * [EJB-144] - Failure of EntityTransaction.commit() should rollback();
+
+
+** Task
+ * [EJB-107] - Check use of persistenceUnitInfo.getClassLoader()
+
+
+3.1beta6 (20-01-2006)
+---------------------
+** Bug
+ * [EJB-93] - @PrePersist callback not called on cascade
+ * [EJB-110] - misnamed method in PersistenceUnitInfo
+ * [EJB-111] - close() throws IllegalStateException( "transaction in progress")
+
+** New Feature
+ * [EJB-50] - Entity callbacks should handle subclassing
+ * [EJB-83] - PersistentUnitInfo and new persistence.xml schema as per the pfd
+ * [EJB-85] - Support CUD operations out of transactions
+ * [EJB-86] - EntityManager.getFlushMode()
+ * [EJB-87] - EntityManager.lock( , LockModeType.READ)
+ * [EJB-88] - EntityManager.clear()
+ * [EJB-89] - Replace EntityNotFoundException to NoResultException for query.getSingleResult()
+ * [EJB-91] - persistence.xml structure changes as per the PFD
+ * [EJB-92] - Implements transactional-type
+ * [EJB-104] - Flag for class file transformation
+ * [EJB-108] - Support EJB3 overriding properties (provider, jta / non-jta datasource, transactionType) over persistence.xml
+
+
+** Improvement
+ * [EJB-100] - Multiple lifecycle per event
+ * [EJB-102] - EJB3 no longer requires to rollback the ids
+
+
+** Deprecation
+ * [EJB-105] - Implicit positional parameters for EJBQL queries is no longer supported
+
+3.1beta5 (13-12-2005)
+---------------------
+** Bug
+ * [EJB-52] - PERSIST cascade loads unilitialized elements at flush time
+ * [EJB-68] - hibernate.ejb.interceptor property in persistence.xml is ignored
+ * [EJB-73] - Id is not set in @PostPersist
+ * [EJB-76] - JarVisitor unqualify algorithm fails when the name ends with 'ar' and is less than 4 chars
+ * [EJB-78] - default value for hibernate.transaction.flush_before_completion
+
+** New Feature
+ * [EJB-58] - Support @MyAnnotation annotated with an @EntityListener
+ * [EJB-71] - Support custom event listeners
+
+
+** Improvement
+ * [EJB-35] - Support custom NamingStrategy as property.
+ * [EJB-72] - Make setDataSource() more out of container friendly
+ * [EJB-75] - Fall back to <property name="blah">blah</property> when the value attribute is empty
+ * [EJB-79] - Package.getPackage() returns null on some classloaders
+
+
+3.1beta4 (07-10-2005)
+---------------------
+ * EJB-67 Lazy access to the stream in JarVisitor leading to a non access when filters are empty (ie no filters)
+ * EJB-65 handle eclipse bundleresource url protocol during metadata search
+ * EJB-66 Support all url protocols that returns zip streams for jars like http
+ * EJB-62 Error during stateful session bean passivation
+ * EJB-61 implicit parameter ? no longer supported
+ * EJB-63 Positional parameters should start from index 1 to say sort of consistent with the spec
+
+3.1beta3 (14-09-2005)
+---------------------
+ * EJB-6 Support ?1, ?2 style positional parameters
+ * EJB-60 Support byte code instrumentation via a ClassFileTransformer
+ * EJB-55 Problems using a .par file with Tomcat
+ * EJB-56 Support exploded jar files *not* ending with .xar
+ * EJB-51 Support persistence.xml declaration and hibernate.cfg.xml
+ * EJB-53 DELETE_ORPHAN not executed at flush time
+ * EJB-52 Persist cascade loads uninitialized elements at flush time
+ * EJB-43 Autodetection magic leads to duplicate imports
+ * EJB-24 ByteArrayBlobType incompatible with Oracle
+ * EJB-28 create an EMF through PersistenceInfo
+ * EJB-44 Support Hibernate Interceptors in EJB3 imlementation as an extension
+ * EJB-40 Entity callbacks should cast away access modifiers
+ * EJB-48 Plug Validator framework into HEM
+ * EJB-47 Validator and Jacc event listeners clashes
+
+3.1beta2 (04-08-2005)
+---------------------
+ * Support package names in <class></class>
+ * EJB-42 Autodetection magic ignores hibernate.cfg.xml
+ * EJB-45 Allow to disable autodetection in .par through a property
+ * EJB-41 Short-circuit dirty checking when no callback are actually called
+ * EJB-38 Standalone EM should search for package-info files
+ * EJB-31 Out-of-container should search for .hbm.xml files
+ * EJB-29 Lifecycle callbacks and dirty checking clash
+ * EJB-36 proxied instances raise an exception in em.contains()
+ * EJB-28 support injected DataSource
+ * EJB-34 EMF.isOpen() is wrong
+ * EJB-27 Support transaction-less operations with getEntityManager()
+ * EJB-23 No lifecycle interceptor used when getCurrentSession() is called
+ * EJB-20 Sync Hibernate *state* and entity on lifecycle @Callbacks
+ * EJB-21 NPE in TransactionImpl.isActive() when tx is not initialized (Shane Bryzak)
+ * EJB-19 <jar-file/> analysed, but the resource path is mandatory and not only the jar name
+ * EJB-18 get mapped classes from .par files both exploded and regular zip
+
+3.1beta1 Preview (24-06-2005)
+-----------------------------
+Initial release
\ No newline at end of file
Deleted: entitymanager/tags/3.4.0.GA/ivy.xml
===================================================================
--- entitymanager/trunk/ivy.xml 2008-08-19 10:16:17 UTC (rev 15111)
+++ entitymanager/tags/3.4.0.GA/ivy.xml 2008-08-20 09:06:08 UTC (rev 15129)
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ivy-module version="1.3"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation=
- "http://www.jayasoft.org/misc/ivy/ivy.xsd">
- <info organisation="org.hibernate" module="entitymanager"/>
- <configurations>
- <conf name="default" description="Core module dependencies"/>
- <conf name="test" visibility="private" description="Dependencies needed for testing purposes"/>
- </configurations>
- <publications>
- <artifact name="hibernate-entitymanager" conf="default"/>
- </publications>
- <dependencies>
- <!-- compile time dependencies -->
- <dependency name="ejb3-persistence" rev="1.0.2.GA" conf="default->default"/>
- <dependency name="commons-annotations" rev="3.1.0.GA" conf="default->default"/>
- <dependency name="annotations" rev="3.4.0.GA" conf="default->default"/>
- <dependency org="org.hibernate" name="hibernate-core" rev="3.3.0.GA" conf="default->default"/>
- <dependency org="dom4j" name="dom4j" rev="1.6.1" conf="default->default"/>
- <dependency org="javax.transaction" name="jta" rev="1.1" conf="default->default"/>
- <dependency org="javassist" name="javassist" rev="3.4.GA" conf="default->default"/>
- <dependency org="org.slf4j" name="slf4j-api" rev="1.4.2" conf="default->default"/>
-
- <!-- transitive dependencies -->
- <dependency org="antlr" name="antlr" rev="2.7.6" conf="test->default"/>
- <dependency org="commons-collections" name="commons-collections" rev="3.1" conf="test->default"/>
-
- <!-- test deps -->
- <dependency org="cglib" name="cglib" rev="2.1_3" conf="test->default"/>
- <dependency org="asm" name="asm" rev="1.5.3" conf="test->default"/>
- <dependency org="asm" name="asm-attrs" rev="1.5.3" conf="test->default"/>
- <dependency org="org.slf4j" name="slf4j-log4j12" rev="1.4.2" conf="test->default"/>
- <dependency org="log4j" name="log4j" rev="1.2.14" conf="test->default"/>
- <dependency org="junit" name="junit" rev="3.8.1" conf="test->default"/>
- </dependencies>
-</ivy-module>
\ No newline at end of file
Copied: entitymanager/tags/3.4.0.GA/ivy.xml (from rev 15128, entitymanager/trunk/ivy.xml)
===================================================================
--- entitymanager/tags/3.4.0.GA/ivy.xml (rev 0)
+++ entitymanager/tags/3.4.0.GA/ivy.xml 2008-08-20 09:06:08 UTC (rev 15129)
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ivy-module version="1.3"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation=
+ "http://www.jayasoft.org/misc/ivy/ivy.xsd">
+ <info organisation="org.hibernate" module="entitymanager"/>
+ <configurations>
+ <conf name="default" description="Core module dependencies"/>
+ <conf name="test" visibility="private" description="Dependencies needed for testing purposes"/>
+ </configurations>
+ <publications>
+ <artifact name="hibernate-entitymanager" conf="default"/>
+ </publications>
+ <dependencies>
+ <!-- compile time dependencies -->
+ <dependency name="ejb3-persistence" rev="1.0.2.GA" conf="default->default"/>
+ <dependency name="commons-annotations" rev="3.1.0.GA" conf="default->default"/>
+ <dependency name="annotations" rev="3.4.0.GA" conf="default->default"/>
+ <dependency org="org.hibernate" name="hibernate-core" rev="3.3.0.SP1" conf="default->default"/>
+ <dependency org="dom4j" name="dom4j" rev="1.6.1" conf="default->default"/>
+ <dependency org="javax.transaction" name="jta" rev="1.1" conf="default->default"/>
+ <dependency org="javassist" name="javassist" rev="3.4.GA" conf="default->default"/>
+ <dependency org="org.slf4j" name="slf4j-api" rev="1.4.2" conf="default->default"/>
+
+ <!-- transitive dependencies -->
+ <dependency org="antlr" name="antlr" rev="2.7.6" conf="test->default"/>
+ <dependency org="commons-collections" name="commons-collections" rev="3.1" conf="test->default"/>
+
+ <!-- test deps -->
+ <dependency org="cglib" name="cglib" rev="2.1_3" conf="test->default"/>
+ <dependency org="asm" name="asm" rev="1.5.3" conf="test->default"/>
+ <dependency org="asm" name="asm-attrs" rev="1.5.3" conf="test->default"/>
+ <dependency org="org.slf4j" name="slf4j-log4j12" rev="1.4.2" conf="test->default"/>
+ <dependency org="log4j" name="log4j" rev="1.2.14" conf="test->default"/>
+ <dependency org="junit" name="junit" rev="3.8.1" conf="test->default"/>
+ </dependencies>
+</ivy-module>
\ No newline at end of file
Deleted: entitymanager/tags/3.4.0.GA/pom.xml
===================================================================
--- entitymanager/trunk/pom.xml 2008-08-19 10:16:17 UTC (rev 15111)
+++ entitymanager/tags/3.4.0.GA/pom.xml 2008-08-20 09:06:08 UTC (rev 15129)
@@ -1,66 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-entitymanager</artifactId>
- <packaging>pom</packaging>
- <version>@version@</version>
-
- <name>Hibernate Entitity Manager</name>
- <description>Hibernate Entitity Manager</description>
- <url>http://hibernate.org</url>
-
- <licenses>
- <license>
- <name>GNU LESSER GENERAL PUBLIC LICENSE</name>
- <url>http://www.gnu.org/licenses/lgpl.txt</url>
- </license>
- </licenses>
-
- <dependencies>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>ejb3-persistence</artifactId>
- <version>1.0.2.GA</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-commons-annotations</artifactId>
- <version>3.1.0.GA</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-annotations</artifactId>
- <version>3.4.0.GA</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-core</artifactId>
- <version>3.3.0.GA</version>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>1.4.2</version>
- </dependency>
- <dependency>
- <groupId>dom4j</groupId>
- <artifactId>dom4j</artifactId>
- <version>1.6.1</version>
- </dependency>
- <dependency>
- <groupId>javax.transaction</groupId>
- <artifactId>jta</artifactId>
- <version>1.1</version>
- </dependency>
- <dependency>
- <groupId>javassist</groupId>
- <artifactId>javassist</artifactId>
- <version>3.4.GA</version>
- </dependency>
- </dependencies>
-
-</project>
\ No newline at end of file
Copied: entitymanager/tags/3.4.0.GA/pom.xml (from rev 15128, entitymanager/trunk/pom.xml)
===================================================================
--- entitymanager/tags/3.4.0.GA/pom.xml (rev 0)
+++ entitymanager/tags/3.4.0.GA/pom.xml 2008-08-20 09:06:08 UTC (rev 15129)
@@ -0,0 +1,66 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-entitymanager</artifactId>
+ <packaging>pom</packaging>
+ <version>@version@</version>
+
+ <name>Hibernate Entitity Manager</name>
+ <description>Hibernate Entitity Manager</description>
+ <url>http://hibernate.org</url>
+
+ <licenses>
+ <license>
+ <name>GNU LESSER GENERAL PUBLIC LICENSE</name>
+ <url>http://www.gnu.org/licenses/lgpl.txt</url>
+ </license>
+ </licenses>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>ejb3-persistence</artifactId>
+ <version>1.0.2.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-commons-annotations</artifactId>
+ <version>3.1.0.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-annotations</artifactId>
+ <version>3.4.0.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ <version>3.3.0.SP1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.4.2</version>
+ </dependency>
+ <dependency>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ <version>1.6.1</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.transaction</groupId>
+ <artifactId>jta</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>javassist</groupId>
+ <artifactId>javassist</artifactId>
+ <version>3.4.GA</version>
+ </dependency>
+ </dependencies>
+
+</project>
\ No newline at end of file
16 years, 4 months
Hibernate SVN: r15128 - entitymanager/trunk.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2008-08-20 05:04:33 -0400 (Wed, 20 Aug 2008)
New Revision: 15128
Modified:
entitymanager/trunk/changelog.txt
entitymanager/trunk/ivy.xml
entitymanager/trunk/pom.xml
Log:
Updated for release 3.4.0.GA against Core 3.3.0.SP1
Modified: entitymanager/trunk/changelog.txt
===================================================================
--- entitymanager/trunk/changelog.txt 2008-08-20 08:18:08 UTC (rev 15127)
+++ entitymanager/trunk/changelog.txt 2008-08-20 09:04:33 UTC (rev 15128)
@@ -1,7 +1,7 @@
Hibernate EntityManager Changelog
==================================
- 3.4.0.GA (18-08-2008)
+ 3.4.0.GA (20-08-2008)
----------------------
** Bug
Modified: entitymanager/trunk/ivy.xml
===================================================================
--- entitymanager/trunk/ivy.xml 2008-08-20 08:18:08 UTC (rev 15127)
+++ entitymanager/trunk/ivy.xml 2008-08-20 09:04:33 UTC (rev 15128)
@@ -16,7 +16,7 @@
<dependency name="ejb3-persistence" rev="1.0.2.GA" conf="default->default"/>
<dependency name="commons-annotations" rev="3.1.0.GA" conf="default->default"/>
<dependency name="annotations" rev="3.4.0.GA" conf="default->default"/>
- <dependency org="org.hibernate" name="hibernate-core" rev="3.3.0.GA" conf="default->default"/>
+ <dependency org="org.hibernate" name="hibernate-core" rev="3.3.0.SP1" conf="default->default"/>
<dependency org="dom4j" name="dom4j" rev="1.6.1" conf="default->default"/>
<dependency org="javax.transaction" name="jta" rev="1.1" conf="default->default"/>
<dependency org="javassist" name="javassist" rev="3.4.GA" conf="default->default"/>
Modified: entitymanager/trunk/pom.xml
===================================================================
--- entitymanager/trunk/pom.xml 2008-08-20 08:18:08 UTC (rev 15127)
+++ entitymanager/trunk/pom.xml 2008-08-20 09:04:33 UTC (rev 15128)
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
- <version>3.3.0.GA</version>
+ <version>3.3.0.SP1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
16 years, 4 months
Hibernate SVN: r15127 - annotations/tags.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2008-08-20 04:18:08 -0400 (Wed, 20 Aug 2008)
New Revision: 15127
Added:
annotations/tags/3.4.0.GA/
Log:
(Re-)Created tag 3.4.0.GA.
Copied: annotations/tags/3.4.0.GA (from rev 15126, annotations/trunk)
16 years, 4 months
Hibernate SVN: r15126 - in annotations/trunk: doc/reference/en and 1 other directories.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2008-08-20 04:16:50 -0400 (Wed, 20 Aug 2008)
New Revision: 15126
Modified:
annotations/trunk/changelog.txt
annotations/trunk/doc/reference/en/master.xml
annotations/trunk/doc/reference/en/modules/setup.xml
annotations/trunk/ivy.xml
annotations/trunk/pom.xml
Log:
Updates for release 3.4.0.GA depending on Core 3.3.0.SP1
Modified: annotations/trunk/changelog.txt
===================================================================
--- annotations/trunk/changelog.txt 2008-08-20 07:41:02 UTC (rev 15125)
+++ annotations/trunk/changelog.txt 2008-08-20 08:16:50 UTC (rev 15126)
@@ -1,7 +1,7 @@
Hibernate Annotations Changelog
===============================
-3.4.0.GA (18-08-2008)
+3.4.0.GA (20-08-2008)
----------------------
** Bug
Modified: annotations/trunk/doc/reference/en/master.xml
===================================================================
--- annotations/trunk/doc/reference/en/master.xml 2008-08-20 07:41:02 UTC (rev 15125)
+++ annotations/trunk/doc/reference/en/master.xml 2008-08-20 08:16:50 UTC (rev 15126)
@@ -53,9 +53,8 @@
Hibernate native APIs, or if required, even to native JDBC and SQL.</para>
<para>This release of <emphasis>Hibernate Annotations</emphasis> is based
- on the final release of the EJB 3.0 / JPA specification (aka <link
- linkend="???"><ulink
- url="http://jcp.org/en/jsr/detail?id=220">JSR-220</ulink></link>) and
+ on the final release of the EJB 3.0 / JPA specification (aka <ulink
+ url="http://jcp.org/en/jsr/detail?id=220">JSR-220</ulink>) and
supports all its features (including the optional ones). Hibernate
specific features and extensions are also available through
unstandardized, Hibernate specific annotations. While the Hibernate
Modified: annotations/trunk/doc/reference/en/modules/setup.xml
===================================================================
--- annotations/trunk/doc/reference/en/modules/setup.xml 2008-08-20 07:41:02 UTC (rev 15125)
+++ annotations/trunk/doc/reference/en/modules/setup.xml 2008-08-20 08:16:50 UTC (rev 15126)
@@ -18,7 +18,7 @@
</listitem>
<listitem>
- <para>This release is known to work on Hibernate Core 3.3.0.CR2</para>
+ <para>This release is known to work on Hibernate Core 3.3.0.SP1</para>
</listitem>
<listitem>
Modified: annotations/trunk/ivy.xml
===================================================================
--- annotations/trunk/ivy.xml 2008-08-20 07:41:02 UTC (rev 15125)
+++ annotations/trunk/ivy.xml 2008-08-20 08:16:50 UTC (rev 15126)
@@ -15,7 +15,7 @@
<!-- compile time dependencies -->
<dependency name="ejb3-persistence" rev="1.0.2.GA" conf="default->default"/>
<dependency name="commons-annotations" rev="3.1.0.GA" conf="default->default"/>
- <dependency org="org.hibernate" name="hibernate-core" rev="3.3.0.GA" conf="default->default"/>
+ <dependency org="org.hibernate" name="hibernate-core" rev="3.3.0.SP1" conf="default->default"/>
<dependency org="dom4j" name="dom4j" rev="1.6.1" conf="default->default"/>
<dependency org="org.slf4j" name="slf4j-api" rev="1.4.2" conf="default->default"/>
Modified: annotations/trunk/pom.xml
===================================================================
--- annotations/trunk/pom.xml 2008-08-20 07:41:02 UTC (rev 15125)
+++ annotations/trunk/pom.xml 2008-08-20 08:16:50 UTC (rev 15126)
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
- <version>3.3.0.GA</version>
+ <version>3.3.0.SP1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
16 years, 4 months
Hibernate SVN: r15125 - commons-annotations/tags.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2008-08-20 03:41:02 -0400 (Wed, 20 Aug 2008)
New Revision: 15125
Added:
commons-annotations/tags/3.1.0.GA/
Log:
(Re-)Created tag 3.1.0.GA.
Copied: commons-annotations/tags/3.1.0.GA (from rev 15124, commons-annotations/trunk)
16 years, 4 months
Hibernate SVN: r15124 - commons-annotations/trunk.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2008-08-20 03:39:17 -0400 (Wed, 20 Aug 2008)
New Revision: 15124
Modified:
commons-annotations/trunk/changelog.txt
Log:
Updated release date.
Modified: commons-annotations/trunk/changelog.txt
===================================================================
--- commons-annotations/trunk/changelog.txt 2008-08-20 07:22:51 UTC (rev 15123)
+++ commons-annotations/trunk/changelog.txt 2008-08-20 07:39:17 UTC (rev 15124)
@@ -1,7 +1,7 @@
Hibernate Annotations Changelog
===============================
-3.1.0.GA (18-08-2008)
+3.1.0.GA (20-08-2008)
----------------------
3.1.0.CR2 (23-07-2008)
16 years, 4 months
Hibernate SVN: r15123 - entitymanager/tags.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2008-08-20 03:22:51 -0400 (Wed, 20 Aug 2008)
New Revision: 15123
Removed:
entitymanager/tags/3.4.0.GA/
Log:
Removed entitymanager/tags/3.4.0.GA.Need to retg due to Core 3.3.0.SP1 release.
16 years, 4 months