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
-------
Changes in this version include:
New features:
o 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.
o Can suffix simple bean generated classes names Issue: 2637. Thanks to Tony Chemit. Resolved by tchemit.
o Can generate beanFactory from simple bean Issue: 2638. Thanks to Tony Chemit. Resolved by tchemit.
o Can generate interface from simple bean Issue: 2639. Thanks to Tony Chemit. Resolved by tchemit.
o Can prefix simple bean generated classes names Issue: 2640. Thanks to Tony Chemit. Resolved by tchemit.
o Can prefix simple bean generated interfaces names Issue: 2641. Thanks to Tony Chemit. Resolved by tchemit.
o Can suffix simple bean generated interfaces names Issue: 2642. Thanks to Tony Chemit. Resolved by tchemit.
o 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:
o SimpleBean generator does not add abstract modifier if required Issue: 2636. Thanks to Tony Chemit. Resolved by tchemit.
Changes:
o 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
* eugene-2.6.2-deps.zip - http://nuiton.org/attachments/download/913
* eugene-2.6.2-full.zip - http://nuiton.org/attachments/download/914
Maven artifacts
---------------
Artifacts are deployed in Maven Central Repository
http://repo1.maven.org/maven2/
Find us at
* http://search.maven.org/#artifactdetails|org.nuiton|eugene|2.6.2|jar
Have fun!
-EUGene team