The ToPIA team is pleased to announce the topia-3.0-beta-13 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 Introduce TopiaListenableEntity contract to move out event related methods from TopiaEntity Issue: 3484. Thanks to Arnaud Thimel. Resolved by athimel.
o Introduce a short TopiaIdFactory Issue: 3495. Thanks to Arnaud Thimel. Resolved by athimel.
o Update TopiaMetaTransformer with most commonly used values Issue: 3283. Thanks to Arnaud Thimel. Resolved by athimel.
Fixed Bugs:
o Default value for "useEnumerationName" tag value should be "true" Issue: 3475. Thanks to Arnaud Thimel. Resolved by athimel.
o Prevent using 'object' as an HQL parameter Issue: 3193. Thanks to Éric Chatellier. Resolved by bleny.
o Add warning about 'user' as a reserved sql keyword Issue: 3194. Thanks to Éric Chatellier. Resolved by bleny.
o Do not generate DDL INDEX when target entity is an abstract class Issue: 3494. Thanks to Arnaud Thimel. Resolved by athimel.
o Non compilable code generated when using custom type with generics Issue: 3453. Thanks to Éric Chatellier. Resolved by echatellier.
Changes:
o Update to commons-collections4 Issue: 2942. Thanks to Éric Chatellier. 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-13|jar
Have fun!
-ToPIA team