News

JAXX 2.4.2 released

Added by hudson Release Manager 9 months ago

The JAXX team is pleased to announce the jaxx-2.4.2 release!

JAXX Project

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

Changes in this version:

New features:
  • Update to rSyntaxTextArea 1.5.0 Issue: #1396. Thanks to Éric Chatellier. Resolved by tchemit.
  • Updates to nuiton-utils 2.2 Issue: #1490. Thanks to Tony Chemit. Resolved by tchemit.
  • Integrates spanish i18n translations Issue: #1487. Thanks to Tony Chemit. Resolved by tchemit.
  • Use Clonable contract to create new decorators Issue: #1493. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to i18n 2.4 (using utf-8 i18n files) Issue: #1526. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
  • [Binding regression] Binding on javaBean doesn't seams to work Issue: #1473. Thanks to Éric Chatellier. Resolved by tchemit.
  • Loading java source file does not take account of super classes Issue: #1470. Thanks to Tony Chemit. Resolved by tchemit.
  • Non public classes make generation fails Issue: #1442. Thanks to Éric Chatellier. Resolved by tchemit.

Downloads

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

Maven artifacts

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

Have fun!
-JAXX team

JAXX 2.4.1 released

Added by hudson Release Manager 10 months ago

The JAXX team is pleased to announce the jaxx-2.4.1 release!

JAXX Project

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

Changes in this version:

New features:
  • Can set a numberPattern on number editor Issue: #1450. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to nuiton-utils 2.1.1 Issue: #1452. Thanks to Tony Chemit. Resolved by tchemit.
  • Improve import manager usage Issue: #1405. Thanks to Tony Chemit. Resolved by tchemit.
  • Can simplify body code of method while cloning it Issue: #1407. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
  • Jaxx should not be embed validators.xml file at runtime Issue: #1453. Thanks to Éric Chatellier. Resolved by tchemit.
  • Can't use <SwingValidator context="myContext"> Issue: #1460. Thanks to Éric Chatellier. Resolved by tchemit.
  • Warnings are not displayed Issue: #1461. Thanks to Tony Chemit. Resolved by tchemit.
  • Improve log in JXPathDecorator Issue: #1377. Thanks to Tony Chemit. Resolved by tchemit.
  • Using decorator='boxed' or icon="img.png" miss import jaxx.runtime.SwingUtil Issue: #1404. Thanks to Éric Chatellier. Resolved by tchemit.
  • NPE when cloning method with arguments Issue: #1406. Thanks to Tony Chemit. Resolved by tchemit.

Downloads

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

Maven artifacts

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

Have fun!
-JAXX team

JAXX 2.4 released

Added by hudson Release Manager 12 months ago

The JAXX team is pleased to announce the jaxx-2.4 release!

JAXX Project

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

Be ware, due to some improvement in generated code, you will need to make some changes
in your jaxx configuration, see more details at
http://maven-site.nuiton.org/jaxx/#nouveaut-s-de-la-version-2-4

Changes in this version:

New features:
  • Replace StringBuffer by StringBuilder Issue: #1349. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to mavenpom 2.5.1 Issue: #1265. Thanks to Tony Chemit. Resolved by tchemit.
  • Improve generation code Issue: #1309. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to commons-io 2.0.1 Issue: #989. Thanks to Éric Chatellier. Resolved by tchemit.
  • Updates to javaHelp 2.0.05 Issue: #1341. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to plexus-velocity 1.1.8 Issue: #1342. Thanks to Tony Chemit. Resolved by tchemit.
  • Introduce a JXLayerHandler to deal with new api of JXLayer Issue: #1343. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to i18n 2.3.1 Issue: #1322. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to JXLayer 3.0.4 Issue: #1339. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to rsyntaxtextarea R239 a.k.a version 1.4.2 Issue: #1340. Thanks to Tony Chemit. Resolved by tchemit.
  • Improve DefaultFinalizer code Issue: #1344. Thanks to Tony Chemit. Resolved by tchemit.
  • Improve ClassDescriptor loading (try also to obtain constructors if possible) Issue: #1347. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
  • call constructors other than default ones Issue: #1129. Thanks to Éric Chatellier. Resolved by tchemit.
  • Java file parsing is done twice Issue: #1346. Thanks to Tony Chemit. Resolved by tchemit.

Downloads

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

Maven artifacts

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

Have fun!
-JAXX team

JAXX 2.3 released

Added by hudson Release Manager about 1 year ago

The JAXX team is pleased to announce the jaxx-2.3 release!

JAXX Project

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

Changes in this version:

New features:
  • Can skip null value in CollectionUniqueKeyValidator validator Issue: #1206. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates nuiton-i18n to 2.2 Issue: #1233. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates mavenpom to 2.4.3 Issue: #1232. Thanks to Tony Chemit. Resolved by tchemit.
  • Add a validation tutorial Issue: #1239. Thanks to Tony Chemit. Resolved by tchemit.
  • Review the validation api Issue: #1240. Thanks to Tony Chemit. Resolved by tchemit.
  • Can generate annotations on fields or methods Issue: #1236. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates nuiton-utils to 2.0 Issue: #1237. Thanks to Tony Chemit. Resolved by tchemit.
  • Add getField method on JavaFile Issue: #1238. Thanks to Tony Chemit. Resolved by tchemit.
  • Deprecate the validatorFQN in mojo Issue: #1250. Thanks to Tony Chemit. Resolved by tchemit.
  • Use nuiton-validator 2.0 Issue: #1178. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
  • Memory leak when changing validation context Issue: #1234. Thanks to Tony Chemit. Resolved by tchemit.

Downloads

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

Maven artifacts

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

Have fun!
-JAXX team

JAXX 2.2.5 released

Added by hudson Release Manager about 1 year ago

The JAXX team is pleased to announce the jaxx-2.2.5 release!

JAXX Project

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

Changes in this version:

Fixed Bugs:
  • Improve nav api Issue: #1191. Thanks to Tony Chemit. Resolved by tchemit.

Downloads

No release file deployed.

Maven artifacts

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

Have fun!
-JAXX team

JAXX 2.2.4 released

Added by Tony Chemit about 1 year ago

The JAXX team is pleased to announce the jaxx-2.2.4 release!

JAXX Project

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

This version integrates a new module jaxx-validator to separate all the validation api.

Note in the next version (named 2.3), we will extract all the neutral api of validation
into the nuiton-validator project (for this purpose all this api was marked as deprecated).

Changes in this version:

New features:
  • Add new 'fatal' message level in bean validation Issue: #996. Thanks to Éric Chatellier. Resolved by tchemit.
  • Update nuiton-utils to 1.5.3 Issue: #1075. Thanks to Tony Chemit. Resolved by tchemit.
  • Optimize dependencies Issue: #1073. Thanks to Tony Chemit. Resolved by tchemit.
  • Use new maven-license-plugin mecanism to update file headers Issue: #1072. Thanks to Tony Chemit. Resolved by tchemit.
  • Update i18n to 2.0.1 Issue: #1074. Thanks to Tony Chemit. Resolved by tchemit.
  • Introduce a new module jaxx-validator Issue: #1185. Thanks to Tony Chemit. Resolved by tchemit.
  • Deprecates the jaxx validator api Issue: #1186. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
  • Runtime exception when using javax.swing.event.TableColumnModelListener#columnMarginChanged(ChangeEvent) Issue: #1124. Thanks to Éric Chatellier. Resolved by tchemit.

Downloads

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

Maven artifacts

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

Have fun!
-JAXX team

JAXX 2.2.3 released

Added by Sylvain Letellier over 1 year ago

The JAXX team is pleased to announce the jaxx-2.2.3 release!

JAXX Project

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

Changes in this version:

New features:
  • Update swingx to swingx-core 1.6.2-2 Issue: #914. Thanks to Tony Chemit. Resolved by tchemit.
  • Remove deprecated api from 2.0.2 (JavaFileParser and ClassDescriptorLoader) Issue: #915. Thanks to Tony Chemit. Resolved by tchemit.
  • Remove deprecated EntityComboBoxHandler Issue: #913. Thanks to Tony Chemit. Resolved by tchemit.
  • Add method to find child by id in tree nav api Issue: #951. Thanks to Sylvain Letellier. Resolved by sletellier.

Downloads

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

Maven artifacts

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

Have fun!
-JAXX team

JAXX 2.2.2 released

Added by Tony Chemit over 1 year ago

The JAXX team is pleased to announce the jaxx-2.2.2 release!

JAXX Project

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

Changes in this version:

Fixed Bugs:
  • Propager les bons évènements pour les TreeTables Issue: #904. Thanks to Sylvain Letellier. Resolved by sletellier.

Downloads

No release file deployed.

Maven artifacts

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

Have fun!
-JAXX team

JAXX 2.2.1 released

Added by hudson Release Manager over 1 year ago

The JAXX team is pleased to announce the jaxx-2.2.1 release!

JAXX Project

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

Changes in this version:

New features:
  • Improve BeanListHeader (can reset selection) Issue: #865. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
  • Validator fields are not refresh when validation changes his context name Issue: #864. Thanks to Tony Chemit. Resolved by tchemit.

Downloads

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

Maven artifacts

Artifacts are deployed in nuiton maven repository
http://maven.nuiton.org/central-releases/ and in central repository
http://repo1.maven.org/maven2/

Have fun!
-JAXX team

JAXX 2.2 released

Added by Tony Chemit over 1 year ago

The JAXX team is pleased to announce the jaxx-2.2 release!

JAXX Project

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

Changes in this version:

New features:
  • Remove deprecated navigation api Issue: #823. Thanks to Tony Chemit. Resolved by tchemit.
  • Can inject a TreeWillExpandListener to NavHelper Issue: #824. Thanks to Tony Chemit. Resolved by tchemit.
  • Remove deprectaed AbstractActionThread Issue: #825. Thanks to Tony Chemit. Resolved by tchemit.
  • Add a closeAction in ConfigUI api Issue: #827. Thanks to Tony Chemit. Resolved by tchemit.
  • Update swingx to 1.6.1 Issue: #828. Thanks to Tony Chemit. Resolved by tchemit.
  • Update nuiton-utils to 1.4.1 Issue: #836. Thanks to Tony Chemit. Resolved by tchemit.
  • Update mavenpom4redmine to 2.2.4 Issue: #839. Thanks to Tony Chemit. Resolved by tchemit.
  • Improve TimeEditor Issue: #845. Thanks to Tony Chemit. Resolved by tchemit.
  • Improve jaxx demo Issue: #846. Thanks to Tony Chemit. Resolved by tchemit.
  • Deprecates EntityComboBox, use now BeanComboBox Issue: #849. Thanks to Tony Chemit. Resolved by tchemit.
  • Introduce jaxx.runtime.swing.editor.bean package Issue: #848. Thanks to Tony Chemit. Resolved by tchemit.
  • Can sort in reverse order in DecoratorUtils Issue: #850. Thanks to Tony Chemit. Resolved by tchemit.
  • Introduce BeanListHeader Issue: #851. Thanks to Tony Chemit. Resolved by tchemit.
  • Can add the columnHeaderView component in the tag JScrollPane Issue: #854. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
  • Validators does not translate error message for none trim message Issue: #826. Thanks to Tony Chemit. Resolved by tchemit.
  • Can not use auto popup if showPopup is false Issue: #847. Thanks to Tony Chemit. Resolved by tchemit.
  • when using MultiJxPathDecorator, can not use extra token formatter in expression Issue: #853. Thanks to Tony Chemit. Resolved by tchemit.

Downloads

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

Maven artifacts

Artifacts are deployed in nuiton maven repository
http://maven.nuiton.org/central-releases/

Have fun!
-JAXX team

1 2 Next »

Also available in: Atom