The ToPIA team is pleased to announce the topia-3.0-beta-3 release!
Tools for Portable and Independent Architecture :
Framework de persistance et de distribution d'application.
Documentation of the project can be found here:
https://doc.nuiton.org/topia
Important note
--------------
This version breaks retro-compatibility due to issue #3148.
Double check your model for "ordered" stereotype usage and, if
necessary, migrate your database as explained in
https://doc.nuiton.org/topia/user/ordered_vs_indexed_migration.html
Changes
-------
Changes in this version include:
New features:
o Review implications of ordering and uniqueness in collections Issue:
3148. Thanks to Brendan Le Ny. Resolved by bleny.
o Add a way to add costum generics method inherited by all application
DAO Issue: 3134. Thanks to Éric Chatellier. Resolved by bleny.
Fixed Bugs:
o NPE when using TopiaDao#update(...) method on non persisted entity
Issue: 3153. Thanks to Arnaud Thimel. Resolved by athimel.
o When making a addAll and initializing reverse attribute collection,
use reverse attribute type instead of self type Issue: 3150. Thanks to
Brendan Le Ny. Resolved by bleny.
Downloads
---------
No release file deployed. (all files are deployed in the maven repository)
Maven artifacts
---------------
Artifacts are deployed in Maven Central Repository
http://repo1.maven.org/maven2/
Find us at
* http://search.maven.org/#artifactdetails|org.nuiton|topia|3.0-beta-3|jar
Have fun!
-ToPIA team
_______________________________________________
Topia-commits mailing list
Topia-commits(a)list.nuiton.org
http://list.nuiton.org/cgi-bin/mailman/listinfo/topia-commits
The ToPIA team is pleased to announce the topia-3.0-beta-1 release!
Tools for Portable and Independent Architecture :
Framework de persistance et de distribution d'application.
Documentation of the project can be found here:
https://doc.nuiton.org/topia
Changes
-------
Changes in this version include:
New features:
o Add the TopiaDao#forAll() method Issue: 3141. Thanks to Arnaud Thimel. Resolved by athimel.
o allow to add method generic method in a DAO with clean model Issue: 1165. Thanks to Brendan Le Ny. Resolved by bleny.
o Remplacer l'utilisation de la requete SQL dans la génération pour le cas du delete N-N Issue: 319. Thanks to Florian DESBOIS. Resolved by athimel.
o Add a way to delete several entities in one time Issue: 1926. Thanks to Yannick Martel. Resolved by bleny.
o Expose HibernateSupport in DAO Issue: 3120. Thanks to Brendan Le Ny. Resolved by bleny.
o Add methods for "like" sql operation Issue: 3118. Thanks to Brendan Le Ny. Resolved by bleny.
Fixed Bugs:
o Hibernate connection not closed since 4.3.1 update Issue: 3078. Thanks to Éric Chatellier. Resolved by athimel.
o Check HibernateProvider#close method Issue: 3072. Thanks to Éric Chatellier. Resolved by athimel.
o Non compiable code : getComposite use non visible association Issue: 2057. Thanks to Éric Chatellier. Resolved by bleny.
o Unhandled 'null' value in collection when addIn is used in HqlAndParametersBuilder Issue: 3101. Thanks to Brendan Le Ny. Resolved by bleny.
Changes:
o Update to Hibernate 4.3.x Issue: 2969. Thanks to Arnaud Thimel. Resolved by athimel.
o Re(use) tests that has been created in topia-3.0-jpa project Issue: 2774. Thanks to Arnaud Thimel. Resolved by athimel.
Downloads
---------
No release file deployed. (all files are deployed in the maven repository)
Maven artifacts
---------------
Artifacts are deployed in Maven Central Repository
http://repo1.maven.org/maven2/
Find us at
*http://search.maven.org/#artifactdetails|org.nuiton|topia|3.0-beta-1|jar
Have fun!
-ToPIA team
The ToPIA team is pleased to announce the topia-3.0-beta-2 release!
Tools for Portable and Independent Architecture :
Framework de persistance et de distribution d'application.
Documentation of the project can be found here:
https://doc.nuiton.org/topia
Changes
-------
Changes in this version include:
Fixed Bugs:
o HqlAndParameterBuilder.addWhereClause fails because of parameters
collision Issue: 3143. Thanks to Tony Chemit. Resolved by tchemit.
o Some queries fails because of unexpected HQL parameter names Issue:
3142. Thanks to Arnaud Thimel. Resolved by athimel.
Downloads
---------
No release file deployed. (all files are deployed in the maven repository)
Maven artifacts
---------------
Artifacts are deployed in Maven Central Repository
http://repo1.maven.org/maven2/
Find us at
* http://search.maven.org/#artifactdetails|org.nuiton|topia|3.0-beta-2|jar
Have fun!
-ToPIA team