From: <hib...@li...> - 2006-05-06 00:13:49
|
Author: epbernard Date: 2006-05-05 20:13:44 -0400 (Fri, 05 May 2006) New Revision: 9900 Modified: trunk/HibernateExt/ejb/build.xml trunk/HibernateExt/ejb/changelog.txt trunk/HibernateExt/ejb/doc/reference/en/modules/configuration.xml trunk/HibernateExt/ejb/lib/hibernate-annotations.jar trunk/HibernateExt/ejb/readme.txt trunk/HibernateExt/metadata/changelog.txt trunk/HibernateExt/metadata/readme.txt Log: update version Modified: trunk/HibernateExt/ejb/build.xml =================================================================== --- trunk/HibernateExt/ejb/build.xml 2006-05-05 23:37:20 UTC (rev 9899) +++ trunk/HibernateExt/ejb/build.xml 2006-05-06 00:13:44 UTC (rev 9900) @@ -16,7 +16,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.1.0.CR1"/> + <property name="version" value="3.2.0.CR1"/> <property name="javadoc.packagenames" value="org.hibernate.ejb.*"/> <property name="jdbc.dir" value="jdbc"/> <property name="copy.test" value="true"/> Modified: trunk/HibernateExt/ejb/changelog.txt =================================================================== --- trunk/HibernateExt/ejb/changelog.txt 2006-05-05 23:37:20 UTC (rev 9899) +++ trunk/HibernateExt/ejb/changelog.txt 2006-05-06 00:13:44 UTC (rev 9900) @@ -1,6 +1,29 @@ Hibernate EntityManager Changelog ================================== +3.2.0.CR1 (08-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 + + +** 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) ------------------------- Modified: trunk/HibernateExt/ejb/doc/reference/en/modules/configuration.xml =================================================================== --- trunk/HibernateExt/ejb/doc/reference/en/modules/configuration.xml 2006-05-05 23:37:20 UTC (rev 9899) +++ trunk/HibernateExt/ejb/doc/reference/en/modules/configuration.xml 2006-05-06 00:13:44 UTC (rev 9900) @@ -8,7 +8,7 @@ <para>The EJB3 compatible Hibernate EntityManager is built on top of Hibernate core and Hibernate Annotations. You have to use compatible versions of each module. This version is known to work on Hibernate - 3.2.0.CR2 and Hibernate Annotations 3.1.0.Beta10. The following libraries + 3.2.0.CR2 and Hibernate Annotations 3.2.0.CR1. The following libraries have to be in your classpath: hibernate3.jar, hibernate-annotations.jar, hibernate-entity-manager.jar and all needed third party libraries for each package.(incl. ejb-persistence.jar).</para> Modified: trunk/HibernateExt/ejb/lib/hibernate-annotations.jar =================================================================== (Binary files differ) Modified: trunk/HibernateExt/ejb/readme.txt =================================================================== --- trunk/HibernateExt/ejb/readme.txt 2006-05-05 23:37:20 UTC (rev 9899) +++ trunk/HibernateExt/ejb/readme.txt 2006-05-06 00:13:44 UTC (rev 9900) @@ -1,6 +1,6 @@ Hibernate EntityManager ================================================== -Version: 3.1.0.Beta8, 26.04.2006 +Version: 3.2.0.CR1, 8.05.2006 THIS RELEASE OF HIBERNATE ENTITYMANAGER REQUIRES HIBERNATE 3.2.0.CR2 AND DOES NOT WORK WITH HIBERNATE 3.1.x OR ANY OLDER VERSION OF HIBERNATE. Modified: trunk/HibernateExt/metadata/changelog.txt =================================================================== --- trunk/HibernateExt/metadata/changelog.txt 2006-05-05 23:37:20 UTC (rev 9899) +++ trunk/HibernateExt/metadata/changelog.txt 2006-05-06 00:13:44 UTC (rev 9900) @@ -1,6 +1,44 @@ Hibernate Annotations Changelog =============================== +3.1.0.CR1 (08-05-2006) +---------------------- +** Bug + * [ANN-95] - Cannot create a unique constraint on columns belonging to both the superclass and the class + * [ANN-97] - JoinColumn with referencedColumnName clashes with unique=true on target column + * [ANN-118] - Duplicate unique constraint may be created + * [ANN-281] - @Mapkey broken if key is Entity + * [ANN-288] - Hibernate chokes on methods in entities starting with get...() and returning int[] + * [ANN-289] - @OneToOne and @Column fails + * [ANN-305] - ImprovedNamingStrategy not compatible with Hibernate annotations (@Index in particular) + * [ANN-306] - "Unbound" @Transient properties not properly being ignored + * [ANN-307] - BindHelper.findPropertiesByColumns behaviour is non deterministic due to HashSet being used + * [ANN-310] - Dist is missing resource files + * [ANN-329] - Entity.name is ignored in inheritance mapping + * [ANN-330] - Entity name not used to build default table name (classname is used instead) + * [ANN-331] - Extra element concatenated to default columns in collection of elements + * [ANN-333] - CollectionOfElements not using specified JoinTable + * [ANN-335] - AnnotationBinder just throws NPE if @OneToMany annotation is not on a Collection or Array + * [ANN-339] - @OrderBy does not work when an association table is involved + + +** Improvement + * [ANN-120] - Map, OneToMany, join table or @ManyToMany does not work + * [ANN-195] - Potentially move from TableA_TableB to EntityA_EntityB on join tables is the spec remains + * [ANN-293] - Unidirectional @ManyToMany should throw and error or warning when target entity cannot be resolved + * [ANN-323] - XML overriding should have precedence over annotations for queries, rs, generators + * [ANN-325] - entity described in XML should be part of the mapped entities + * [ANN-327] - Support for Map<Entity,Entity> + * [ANN-337] - XML result-set-mapping should overrides @SqlResultSetMapping + * [ANN-338] - @Temporal no longer has default value + +** New Feature + * [ANN-40] - @Parent + * [ANN-89] - Support generated=true property option for automatic refresh + * [ANN-158] - Support for @ManyToOne or @OneToOne @JoinTable (bidirectional) + * [ANN-224] - Ability to override fetching and lazy options through annotations + * [ANN-276] - Proper support of @OneToOne @PrimaryKeyJoinColumns + 3.1.0.Beta10b Preview (27-04-2006) ---------------------------------- ** Bug Modified: trunk/HibernateExt/metadata/readme.txt =================================================================== --- trunk/HibernateExt/metadata/readme.txt 2006-05-05 23:37:20 UTC (rev 9899) +++ trunk/HibernateExt/metadata/readme.txt 2006-05-06 00:13:44 UTC (rev 9900) @@ -1,6 +1,6 @@ Hibernate Annotations ================================================== -Version: 3.1.0 beta 10, 26.04.2006 +Version: 3.2.0 CR1, 8.05.2006 THIS RELEASE OF HIBERNATE ANNOTATIONS REQUIRES HIBERNATE 3.2.0.CR2 AND DOES NOT WORK WITH HIBERNATE 3.1.x OR ANY OLDER VERSION OF HIBERNATE. |