News

EUGene 2.6.2 released

Added by Maven Release about 1 month ago

The EUGene team is pleased to announce the eugene-2.6.2 release!

Efficient Universal Generator

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

This version improve the simpleBean generator (we can now generate a contract and a default bean implementation,
with also a bean factory to avoid any new instanciation in your code).

You can have a look to project Tutti (http://forge.codelutin.com/projects/tutti) which use theses new features.

Changes in this version:

New features:
  • Can choose a default class to place on generated simple beans (when simple bean has not super bean) Issue: #2644. Thanks to Tony Chemit. Resolved by tchemit.
  • Can suffix simple bean generated classes names Issue: #2637. Thanks to Tony Chemit. Resolved by tchemit.
  • Can generate beanFactory from simple bean Issue: #2638. Thanks to Tony Chemit. Resolved by tchemit.
  • Can generate interface from simple bean Issue: #2639. Thanks to Tony Chemit. Resolved by tchemit.
  • Can prefix simple bean generated classes names Issue: #2640. Thanks to Tony Chemit. Resolved by tchemit.
  • Can prefix simple bean generated interfaces names Issue: #2641. Thanks to Tony Chemit. Resolved by tchemit.
  • Can suffix simple bean generated interfaces names Issue: #2642. Thanks to Tony Chemit. Resolved by tchemit.
  • Can choose a default interface to place on generated interface of simple beans (when simple bean has not super bean) Issue: #2643. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
  • SimpleBean generator does not add abstract modifier if required Issue: #2636. Thanks to Tony Chemit. Resolved by tchemit.
Changes:
  • Updates mavenpom to 3.4.8 Issue: #2634. Thanks to Tony Chemit. Resolved by tchemit.

Downloads

For a manual installation, you can download files here:
http://nuiton.org/projects/eugene/files

Maven artifacts

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

Find us at

Have fun!
-EUGene team

EUGene 2.6.1 released

Added by Maven Release 4 months ago

The EUGene team is pleased to announce the eugene-2.6.1 release!

Efficient Universal Generator

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

Changes in this version:

Fixed Bugs:
  • generate mojo should not used requiresDirectInvocation at true Issue: #2505. Thanks to Tony Chemit. Resolved by tchemit.

Downloads

For a manual installation, you can download files here:
http://nuiton.org/projects/eugene/files

Maven artifacts

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

Find us at

Have fun!
-EUGene team

EUGene 2.6 released

Added by Maven Release 5 months ago

The EUGene team is pleased to announce the eugene-2.6 release!

Efficient Universal Generator

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

Changes in this version:

New features:
  • Introduce a SimpleJavaBeanTransformer Issue: #2468. Thanks to Tony Chemit. Resolved by tchemit.
  • Add documentation about properties file to consolidate model Issue: #966. Thanks to Benjamin Poussin. Resolved by tchemit.
Fixed Bugs:
  • NPE when using available-data with no parameter Issue: #2466. Thanks to Tony Chemit. Resolved by tchemit.
  • Eugene does not generate Bean Impl as it should Issue: #2467. Thanks to Tony Chemit. Resolved by tchemit.
  • Bean's property change support must be transient Issue: #2204. Thanks to Éric Chatellier. Resolved by echatellier.
Changes:
  • Updates mavenpom to 3.4.6 Issue: #2478. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates jaxen to 1.1.4 Issue: #2469. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates plexus-utils to 3.0.10 Issue: #2470. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates nuiton-utils to 2.6.5 Issue: #2471. Thanks to Tony Chemit. Resolved by tchemit.
  • Improve documentation Issue: #2472. Thanks to Tony Chemit. Resolved by tchemit.
  • Remove the ant module Issue: #2473. Thanks to Tony Chemit. Resolved by tchemit.

Downloads

For a manual installation, you can download files here:
http://nuiton.org/projects/eugene/files

Maven artifacts

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

Find us at

Have fun!
-EUGene team

EUGene 2.5.6.1 released

Added by Maven Release 6 months ago

The EUGene team is pleased to announce the eugene-2.5.6.1 release!

Efficient Universal Generator

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

Changes in this version:

Fixed Bugs:
  • java.util.List import is missing for bean generation Issue: #2446. Thanks to Tony Chemit. Resolved by tchemit.

Downloads

For a manual installation, you can download files here:
http://nuiton.org/projects/eugene/files

Maven artifacts

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

Find us at

Have fun!
-EUGene team

EUGene 2.5.6 released

Added by Maven Release 6 months ago

The EUGene team is pleased to announce the eugene-2.5.6 release!

Efficient Universal Generator

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

Changes in this version:

New features:
  • Can specify a super class on generated bean Issue: #2394. Thanks to Tony Chemit. Resolved by tchemit.
  • Improve JavaBean generation template Issue: #2385. Thanks to Tony Chemit. Resolved by tchemit.
  • Move java templates tag-values and stereotypes to his module Issue: #2393. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
  • Wrong code form method isXXXEmpty in generated bean Issue: #2384. Thanks to Tony Chemit. Resolved by tchemit.
Changes:
  • Updates to helper-m-p 2.0 Issue: #2427. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to processor-m-p 1.3 Issue: #2443. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to mavenpom 3.4.4 Issue: #2426. Thanks to Tony Chemit. Resolved by tchemit.

Downloads

For a manual installation, you can download files here:
http://nuiton.org/projects/eugene/files

Maven artifacts

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

Find us at

Have fun!
-EUGene team

EUGene 2.5.5 released

Added by Maven Release 7 months ago

The EUGene team is pleased to announce the eugene-2.5.5 release!

Efficient Universal Generator

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

Changes in this version:

New features:
  • Extract eugene generator into a new module (there have nothing to do inside eugene module) Issue: #2282. Thanks to Tony Chemit. Resolved by tchemit.
  • Add isXXXEmpty and sizeXXX method in bean for properties (with multiplicity>1) Issue: #2372. Thanks to Tony Chemit. Resolved by tchemit.
  • Remplacer les attributs (static, abstract, visibility, ...) par une liste de "modifier" Issue: #107. Resolved by athimel.
  • Improve java eugene generator when inheritance is used Issue: #2371. Thanks to Tony Chemit. Resolved by tchemit.

Downloads

For a manual installation, you can download files here:
http://nuiton.org/projects/eugene/files

Maven artifacts

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

Find us at

Have fun!
-EUGene team

EUGene 2.5 released

Added by Maven Release 9 months ago

The EUGene team is pleased to announce the eugene-2.5 release!

Efficient Universal Generator

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

Important notes

In this version, some changes need some modifications in your poms :

  • the plugin coordinates has changed to org.nuiton.eugene:eugene-maven-plugin
  • the smart-generate goal is deprecated, please (re-)use now the generate one

Please update your pom to use this new version.

Notice also that we do not any longer maintain the ant module and it was simply
removed from the general build plan.

Changes in this version:

Fixed Bugs:
  • Execution of maven plugin are not well isolated Issue: #2102. Thanks to Tony Chemit. Resolved by tchemit.
Changes:
  • Reintroduces generate goal (and deprecates the smart-generate one) Issue: #2251. Thanks to Tony Chemit. Resolved by tchemit.
  • Use maven 3 api Issue: #929. Thanks to Tony Chemit. Resolved by tchemit.
  • Update to Apache Commons Digester 3.2 Issue: #1869. Thanks to Éric Chatellier. Resolved by echatellier.
  • Make all its works again Issue: #2253. Thanks to Tony Chemit. Resolved by tchemit.
  • Remove the ant module from regular build Issue: #2254. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to mavenpom 3.3.6 Issue: #2109. Thanks to Tony Chemit. Resolved by tchemit.
  • Migrate site to fluido Issue: #2110. Thanks to Tony Chemit. Resolved by tchemit.
  • Rename m-eugene-p to eugene-m-p Issue: #2111. Thanks to Tony Chemit. Resolved by tchemit.

Downloads

For a manual installation, you can download files here:
http://nuiton.org/projects/eugene/files

Maven artifacts

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

Find us at

Have fun!
-EUGene team

EUGene 2.4.2 released

Added by Maven Release over 1 year ago

The EUGene team is pleased to announce the eugene-2.4.2 release!

Efficient Universal Generator

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

Changes in this version:

New features:
  • Migrates to commons-lang3 Issue: #1858. Thanks to Tony Chemit. Resolved by tchemit.
  • Remplacement de xalan par saxon Issue: #341. Thanks to Éric Chatellier. Resolved by tchemit.
Fixed Bugs:
  • Bad property generation Issue: #1857. Thanks to Tony Chemit. Resolved by tchemit.

Downloads

For a manual installation, you can download files here:
http://nuiton.org/projects/files/eugene

Maven artifacts

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

Have fun!
-EUGene team

EUGene 2.4.1 released

Added by Maven Release over 1 year ago

The EUGene team is pleased to announce the eugene-2.4.1 release!

Efficient Universal Generator

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

Changes in this version:

New features:
  • Generate enumerations present in model Issue: #1772. Thanks to Arnaud Thimel. Resolved by tchemit.
  • Add an option to never generate a class already defined in classpath Issue: #1771. Thanks to Brendan Le Ny. Resolved by tchemit.
  • Improve java generation Issue: #1779. Thanks to Tony Chemit. Resolved by tchemit.
  • Permits not to generate getXXX() methods for boolean properties Issue: #1781. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
  • Do not generate isXXX method for Boolean property Issue: #1783. Thanks to Tony Chemit. Resolved by tchemit.

Downloads

For a manual installation, you can download files here:
http://nuiton.org/projects/files/eugene

Maven artifacts

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

Have fun!
-EUGene team

EUGene 2.4 released

Added by Maven Release over 1 year ago

The EUGene team is pleased to announce the eugene-2.4 release!

Efficient Universal Generator

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

Changes in this version:

New features:
  • Add a serialVersionUID generator Issue: #1746. Thanks to Tony Chemit. Resolved by tchemit.
  • Fix output java format Issue: #1618. Thanks to Éric Chatellier. Resolved by echatellier.
Fixed Bugs:
  • Classpath model resolution fails on windows Issue: #1438. Thanks to Éric Chatellier. Resolved by tchemit.
  • import missing when generating i18n prefix with no attributes Issue: #1738. Thanks to Tony Chemit. Resolved by tchemit.

Downloads

For a manual installation, you can download files here:
http://nuiton.org/projects/files/eugene

Maven artifacts

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

Have fun!
-EUGene team

1 2 3 Next »

Also available in: Atom