News

ToPIA 2.6.6 released

Added by Maven Release 24 days ago

The ToPIA team is pleased to announce the topia-2.6.6 release!

Tools for Portable and Independent Architecture :
Framework de persistance et de distribution d'application.

Documentation of the project can be found here:
http://maven-site.nuiton.org/topia

Changes in this version:

Fixed Bugs:
  • Generated code doesn't compile since #1855 Issue: #1882. Thanks to Brendan Le Ny. Resolved by bleny.
Changes:
  • Update to hibernate 3.6.9.Final Issue: #1886. Thanks to Éric Chatellier. Resolved by echatellier.
  • Update to h2 1.3.163 Issue: #1887. Thanks to Éric Chatellier. Resolved by echatellier.
  • Update to nuiton-utils 2.4.1 Issue: #1888. Thanks to Éric Chatellier. Resolved by echatellier.
  • Update to slf4j 1.6.4 Issue: #1889. Thanks to Éric Chatellier. Resolved by echatellier.

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/

Have fun!
-ToPIA team

ToPIA 2.6.5 released

Added by Maven Release about 1 month ago

The ToPIA team is pleased to announce the topia-2.6.5 release!

Tools for Portable and Independent Architecture :
Framework de persistance et de distribution d'application.

Documentation of the project can be found here:
http://maven-site.nuiton.org/topia

Changes in this version:

New features:
  • New tagvalue indexForeignKeys to generate index on FK for nm-multiplicity attributes Issue: #1866. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
  • Bad property generation Issue: #1855. Thanks to Tony Chemit. Resolved by tchemit.
Changes:
  • Updates to eugene 2.4.2 Issue: #1859. Thanks to Tony Chemit. Resolved by tchemit.

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/

Have fun!
-ToPIA team

ToPIA 2.6.4 released

Added by Maven Release 3 months ago

The ToPIA team is pleased to announce the topia-2.6.4 release!

Tools for Portable and Independent Architecture :
Framework de persistance et de distribution d'application.

Documentation of the project can be found here:
http://maven-site.nuiton.org/topia

Warning: Due to Issue #1804, you will need to use the commons-lang3 dependency,
see http://nuiton.org/issues/1804.

Changes in this version:

New features:
  • Open TopiaSQLQuery api Issue: #1801. Thanks to Tony Chemit. Resolved by tchemit.
  • Add methods to avoid expose hibernate api Issue: #1802. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to org.apache.commons.lang3 Issue: #1804. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
  • Remove old hibernate namespace in mapping Issue: #1794. Thanks to Tony Chemit. Resolved by tchemit.
Changes:
  • Updates to hibernate 3.6.8.Final Issue: #1795. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to nuiton-utils 2.3.1 Issue: #1806. Thanks to Tony Chemit. Resolved by tchemit.

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/

Have fun!
-ToPIA team

ToPIA 2.6.3 released

Added by Maven Release 4 months ago

The ToPIA team is pleased to announce the topia-2.6.3 release!

Tools for Portable and Independent Architecture :
Framework de persistance et de distribution d'application.

Documentation of the project can be found here:
http://maven-site.nuiton.org/topia

Warning

  • Topia 2.6.3 requires Eugene 2.4.1 because of new Eugene API now used
  • Generated Entities and Beans API has changed for Boolean properties : Boolean isXxx() will no longer be generated

Changes in this version:

New features:
  • Improve the method TopiaDAOImpl.newInstance() Issue: #1764. Thanks to Tony Chemit. Resolved by tchemit.
  • Introduce the TopiaEntityEnum into the generated dao Issue: #1765. Thanks to Tony Chemit. Resolved by tchemit.
  • Do not generate DAOImpl if already found in classpath Issue: #1766. Thanks to Tony Chemit. Resolved by tchemit.
  • Remove code in generators that prevent generation of classes alerady in classpath Issue: #1773. Thanks to Brendan Le Ny. Resolved by tchemit.
  • Empty documentation on entities should not be generated Issue: #1770. Thanks to Arnaud Thimel. Resolved by tchemit.
  • add a executeSQL in TopiaContext Issue: #1776. Thanks to Tony Chemit. Resolved by tchemit.
  • Do not generate delete method in DAOAbstract if not needed Issue: #1778. Thanks to Tony Chemit. Resolved by tchemit.
  • Improve generated java files Issue: #1780. Thanks to Tony Chemit. Resolved by tchemit.
  • Permits not to generate getXXX() methods for boolean properties on Entities Issue: #1782. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
  • Do not force using "entity" stereotype on enumeration with QueryHelperTransformer Issue: #1760. Thanks to Florian DESBOIS. Resolved by fdesbois.
  • Hibernate mappings fails to load in offline mode Issue: #1769. Thanks to Éric Chatellier. Resolved by tchemit.
Changes:
  • Updates to eugene 2.4.1 Issue: #1775. Thanks to Tony Chemit. 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/

Have fun!
-ToPIA team

ToPIA 2.6.2 released

Added by Maven Release 5 months ago

The ToPIA team is pleased to announce the topia-2.6.2 release!

Tools for Portable and Independent Architecture :
Framework de persistance et de distribution d'application.

Documentation of the project can be found here:
http://maven-site.nuiton.org/topia

Changes in this version:

New features:
  • Model errors validation should not be displayed as info! at least they are warning Issue: #1747. Thanks to Tony Chemit. Resolved by tchemit.
  • add missing constants for field on TopiaEntity Issue: #1679. Thanks to Brendan Le Ny. Resolved by tchemit.
  • Improve generators Issue: #1716. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
  • Cannot use a function on TopiaQuery Issue: #1745. Thanks to Arnaud Thimel. Resolved by athimel.
  • Some messages of the validation of a model are not correct Issue: #1748. Thanks to Tony Chemit. Resolved by tchemit.
  • Cannot create TopiaContext when using an abstract class Issue: #1640. Thanks to Arnaud Thimel. Resolved by tchemit.
  • Can not use enumeration in model and QueryHelperTransformer Issue: #1648. Thanks to Brendan Le Ny. Resolved by fdesbois.
  • Cannot use MyDAO.create(My.PROPERTY_CLIENT) with isClient() method Issue: #1641. Thanks to Arnaud Thimel. Resolved by tchemit.
  • DAO set null taget entity when delete association Issue: #1730. Thanks to Sylvain Letellier. Resolved by sletellier.
  • Cannot compile with N multiplicity to an enumeration Issue: #1732. Thanks to Arnaud Thimel. Resolved by tchemit.

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/

Have fun!
-ToPIA team

ToPIA 2.6.1 released

Added by hudson Release Manager 6 months ago

The ToPIA team is pleased to announce the topia-2.6.1 release!

Tools for Portable and Independent Architecture :
Framework de persistance et de distribution d'application.

Documentation of the project can be found here:
http://maven-site.nuiton.org/topia

Changes in this version:

New features:
  • Add TopiaTransactionAware Issue: #1625. Thanks to Brendan Le Ny. Resolved by tchemit.
  • Updates to hibernate 3.6.6.Final Issue: #1637. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to nuiton-i18n 2.4.1 Issue: #1658. Thanks to Tony Chemit. Resolved by tchemit.

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/

Have fun!
-ToPIA team

ToPIA 2.6 released (5 comments)

Added by hudson Release Manager 7 months ago

The ToPIA team is pleased to announce the topia-2.6 release!

Tools for Portable and Independent Architecture :
Framework de persistance et de distribution d'application.

Documentation of the project can be found here:
http://maven-site.nuiton.org/topia

Changes in this version:

New features:
  • Updates to eugene 2.3.5 Issue: #1598. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to hibernate 3.6.5.Final Issue: #476. Thanks to Éric Chatellier. Resolved by tchemit.
  • Updates to h2 1.3.157 Issue: #1553. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to sl4j 1.6.1 Issue: #1554. Thanks to Tony Chemit. Resolved by tchemit.
  • Mapping : manage transparently Enumeration type Issue: #1307. Thanks to Florian DESBOIS. Resolved by bleny.
  • Updates to mavenpom 2.5.5 Issue: #1565. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
  • Make topia-replication-service works with hibernate > 3.5 Issue: #1547. Thanks to Tony Chemit. Resolved by tchemit.
  • topia-persistence does not build (some test are failing) when using hibernate 3.5.6 Issue: #1548. Thanks to Tony Chemit. Resolved by tchemit.

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/

Have fun!
-ToPIA team

ToPIA 2.5.4 released

Added by hudson Release Manager 9 months ago

The ToPIA team is pleased to announce the topia-2.5.4 release!

Tools for Portable and Independent Architecture :
Framework de persistance et de distribution d'application.

Documentation of the project can be found here:
http://maven-site.nuiton.org/topia

Changes in this version:

New features:
  • Updates to eugene 2.3.4 Issue: #1532. Thanks to Tony Chemit. Resolved by tchemit.
  • Remove log generation in ServiceTransformer Issue: #1466. Thanks to Florian DESBOIS. Resolved by fdesbois.
  • Merge all transformers for DAO in one unique Transformer Issue: #610. Thanks to Florian DESBOIS. Resolved by tchemit.
  • Integrates spanish i18n translations Issue: #1488. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to nuiton-utils 2.2 Issue: #1489. Thanks to Tony Chemit. Resolved by tchemit.
  • Add a findAllContainsXXX and findContainsXXX method in generated dao for collection properties Issue: #1523. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to i18n 2.4 (using utf-8 i18n files) Issue: #1524. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
  • generated findUsages in DAO are not correct Issue: #1522. Thanks to Tony Chemit. Resolved by tchemit.

Downloads

No release file deployed.

Maven artifacts

Artifacts are deployed in Central maven repository
http://repo1.maven.org/maven2/

Have fun!
-ToPIA team

ToPIA 2.5.3 released

Added by hudson Release Manager 10 months ago

The ToPIA team is pleased to announce the topia-2.5.3 release!

Tools for Portable and Independent Architecture :
Framework de persistance et de distribution d'application.

Documentation of the project can be found here:
http://maven-site.nuiton.org/topia

Changes in this version:

New features:
  • Updates to nuiton-utils 2.1.1 Issue: #1425. Thanks to Tony Chemit. Resolved by tchemit.
  • Introduce TopiaEntityMap Issue: #1371. Thanks to Tony Chemit. Resolved by tchemit.
  • Remove deprecated method TopiaDAOImpl deprecated since a long time Issue: #1462. Thanks to Tony Chemit. Resolved by tchemit.
  • TopiaContext should be accessible from the inside of an entity Issue: #1391. Thanks to Arnaud Thimel. Resolved by echatellier.
  • Updates to i18n 2.3.2 Issue: #1424. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to eugene 2.3.3 Issue: #1426. Thanks to Tony Chemit. Resolved by tchemit.
  • Add hibernate constants to TopiaContextFactory Issue: #1398. Thanks to Éric Chatellier. Resolved by tchemit.
Fixed Bugs:
  • Use set implementation to prevent double persistance class registration Issue: #1454. Thanks to Sylvain Letellier. Resolved by sletellier.
  • PostgreSQL socket closed error Issue: #561. Thanks to Florian DESBOIS. Resolved by tchemit.
  • Topia generate none compilable code Issue: #1379. Thanks to Éric Chatellier. Resolved by echatellier.
  • NPE in generation if DAO stereotype Issue: #1382. Thanks to Tony Chemit. Resolved by tchemit.
  • Database migration must not run if database schema doesn't exists Issue: #1399. Thanks to Éric Chatellier. Resolved by tchemit.
  • getVersion must take care of db schema (on TMSVersion table) Issue: #1431. Thanks to Sylvain Letellier. Resolved by sletellier.
  • Always use clone of config for keep initial one safe Issue: #1432. Thanks to Sylvain Letellier. Resolved by sletellier.

Downloads

No release file deployed.

Maven artifacts

Artifacts are deployed in Central maven repository
http://repo1.maven.org/maven2/

Have fun!
-ToPIA team

ToPIA 2.5.2 released

Added by hudson Release Manager 12 months ago

The ToPIA team is pleased to announce the topia-2.5.2 release!

Tools for Portable and Independent Architecture :
Framework de persistance et de distribution d'application.

Documentation of the project can be found here:
http://maven-site.nuiton.org/topia

Changes in this version:

New features:
  • Updates to eugene 2.5.2 Issue: #1285. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to processor 1.2.1 Issue: #1284. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to mavenpom 2.5 Issue: #1305. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to i18n 2.3.1 Issue: #1321. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
  • beginTransaction can open hibernate session without closing them if problem occurs Issue: #1279. Thanks to Tony Chemit. Resolved by tchemit.
  • Some association are not reattached while replication Issue: #1306. Thanks to Tony Chemit. Resolved by tchemit.
  • Hibernate mapping generation is wrong! Issue: #1317. Thanks to Tony Chemit. Resolved by tchemit.

Downloads

No release file deployed.

Maven artifacts

Artifacts are deployed in Central maven repository
http://repo1.maven.org/maven2/

Have fun!
-ToPIA team

1 2 3 4 Next »

Also available in: Atom