This is an automated email from the git hooks/post-receive script.
New change to annotated tag jaxx-2.20 in repository jaxx.
See http://git.nuiton.org/jaxx.git
at 60c7e9e (tag)
tagging a76742a3bd42c6b609ed8b1e0d933f29ffa5fb95 (commit)
replaces jaxx-2.19
tagged by Maven Release
on Fri Jan 2 14:40:14 2015 +0000
- Log -----------------------------------------------------------------
[jgitflow-maven-plugin]tagging release 2.20
-----------------------------------------------------------------------
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch master in repository jaxx.
See http://git.nuiton.org/jaxx.git
from 18c4292 Merge branch 'release/2.19'
adds a2a5a0a [jgitflow-maven-plugin]updating poms for 2.20-SNAPSHOT development
adds 8b27780 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts
adds 8f1aec9 Merge branch 'master' into develop
adds 102edea [jgitflow-maven-plugin]Updating develop poms back to pre merge state
adds 480eb9b fixes #3605: NumberEditor model does not fire when bean is changed.
adds 869e21f fixes #3606: Add more hooks on ApplicationTableModel
adds d303fe4 fixes #3607: NumberEditor does not deal well with signed number
adds 6457e31 fixes #3608: Keep caret position if a bad caracter is given in NumberEditor
adds 591eeeb fixes #3607: NumberEditor does not deal well with signed number
adds d491aac fixes #3607: improve also start limit cases
adds f8a4e74 fixes #3609: NumberEditor does not accept Long or long number type
adds aa60138 reduce number of digit to avoid bad rounding (should do better than that...)
adds 5c7014c [jgitflow-maven-plugin]updating poms for branch'release/2.20' with non-snapshot versions
adds a76742a Merge branch 'release/2.20'
No new revisions were added by this update.
Summary of changes:
jaxx-application-api/pom.xml | 2 +-
jaxx-application-swing/pom.xml | 2 +-
.../swing/table/AbstractApplicationTableModel.java | 24 ++++-
jaxx-compiler/pom.xml | 2 +-
jaxx-config/pom.xml | 2 +-
jaxx-demo/pom.xml | 2 +-
jaxx-maven-plugin/pom.xml | 2 +-
jaxx-runtime/pom.xml | 2 +-
jaxx-validator/pom.xml | 2 +-
jaxx-widgets-common/pom.xml | 2 +-
jaxx-widgets-datetime/pom.xml | 2 +-
jaxx-widgets-extra/pom.xml | 2 +-
jaxx-widgets-gis/pom.xml | 2 +-
jaxx-widgets-number/pom.xml | 2 +-
.../jaxx/widgets/number/NumberEditorHandler.java | 102 +++++++++++++++++++--
.../jaxx/widgets/number/NumberEditorModel.java | 2 +
jaxx-widgets-select/pom.xml | 2 +-
jaxx-widgets/pom.xml | 2 +-
pom.xml | 2 +-
19 files changed, 133 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
The JAXX team is pleased to announce the jaxx-2.20 release!
JAXX Project
Documentation of the project can be found here:
https://jaxx.nuiton.org
Changes
-------
Changes in this version include:
New features:
o Add more hooks on ApplicationTableModel Issue: 3606. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
o NumberEditor model does not fire when bean is changed. Issue: 3605. Thanks to Tony Chemit. Resolved by tchemit.
o NumberEditor does not deal well with signed number Issue: 3607. Thanks to Tony Chemit. Resolved by tchemit.
o Keep caret position if a bad caracter is given in NumberEditor Issue: 3608. Thanks to Tony Chemit. Resolved by tchemit.
o NumberEditor does not accept Long or long number type Issue: 3609. Thanks to Tony Chemit. Resolved by tchemit.
Downloads
---------
For a manual installation, you can download files here:
http://forge.nuiton.org/projects/jaxx/files
* jaxx-widgets-extra-2.20-deps.zip - http://forge.nuiton.org/attachments/download/1147
* jaxx-widgets-extra-2.20-full.zip - http://forge.nuiton.org/attachments/download/1148
* jaxx-widgets-extra-2.20-deps.zip - http://forge.nuiton.org/attachments/download/1149
* jaxx-widgets-extra-2.20-full.zip - http://forge.nuiton.org/attachments/download/1150
Maven artifacts
---------------
Artifacts are deployed in Maven Central Repository
http://repo1.maven.org/maven2
Find us at
* http://search.maven.org/#artifactdetails|org.nuiton|jaxx|2.20|jar
Have fun!
-JAXX team
This is an automated email from the git hooks/post-receive script.
New change to branch release/2.20 in repository jaxx.
See http://git.nuiton.org/jaxx.git
at aa60138 reduce number of digit to avoid bad rounding (should do better than that...)
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository jaxx.
See http://git.nuiton.org/jaxx.git
from aa60138 reduce number of digit to avoid bad rounding (should do better than that...)
new 947aef4 [jgitflow-maven-plugin]updating poms for 2.21-SNAPSHOT development
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 947aef4fac3189bb2702705d8a173d2a41fea970
Author: Maven Release <maven-release(a)codelutin.com>
Date: Fri Jan 2 14:10:48 2015 +0000
[jgitflow-maven-plugin]updating poms for 2.21-SNAPSHOT development
Summary of changes:
jaxx-application-api/pom.xml | 2 +-
jaxx-application-swing/pom.xml | 2 +-
jaxx-compiler/pom.xml | 2 +-
jaxx-config/pom.xml | 2 +-
jaxx-demo/pom.xml | 2 +-
jaxx-maven-plugin/pom.xml | 2 +-
jaxx-runtime/pom.xml | 2 +-
jaxx-validator/pom.xml | 2 +-
jaxx-widgets-common/pom.xml | 2 +-
jaxx-widgets-datetime/pom.xml | 2 +-
jaxx-widgets-extra/pom.xml | 2 +-
jaxx-widgets-gis/pom.xml | 2 +-
jaxx-widgets-number/pom.xml | 2 +-
jaxx-widgets-select/pom.xml | 2 +-
jaxx-widgets/pom.xml | 2 +-
pom.xml | 2 +-
16 files changed, 16 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository jaxx.
See http://git.nuiton.org/jaxx.git
from f8a4e74 fixes #3609: NumberEditor does not accept Long or long number type
new aa60138 reduce number of digit to avoid bad rounding (should do better than that...)
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit aa6013887294ed8d9398a4b0b64e64b241707221
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Thu Jan 1 18:47:41 2015 +0100
reduce number of digit to avoid bad rounding (should do better than that...)
Summary of changes:
.../java/org/nuiton/jaxx/widgets/number/NumberEditorHandler.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository jaxx.
See http://git.nuiton.org/jaxx.git
from 591eeeb fixes #3607: NumberEditor does not deal well with signed number
new d491aac fixes #3607: improve also start limit cases
new f8a4e74 fixes #3609: NumberEditor does not accept Long or long number type
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit f8a4e74a827078a7d8f1959ef95fc348d17b7df8
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Thu Jan 1 17:44:25 2015 +0100
fixes #3609: NumberEditor does not accept Long or long number type
commit d491aac4542ba76d50bb6e098860f2943055e3c7
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Thu Jan 1 17:43:52 2015 +0100
fixes #3607: improve also start limit cases
Summary of changes:
.../jaxx/widgets/number/NumberEditorHandler.java | 46 +++++++++++++++++++---
1 file changed, 41 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository jaxx.
See http://git.nuiton.org/jaxx.git
from 6457e31 fixes #3608: Keep caret position if a bad caracter is given in NumberEditor
new 591eeeb fixes #3607: NumberEditor does not deal well with signed number
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 591eeeb37f7de6784cacf21b41109204144a7b8d
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Thu Jan 1 17:29:06 2015 +0100
fixes #3607: NumberEditor does not deal well with signed number
Summary of changes:
.../jaxx/widgets/number/NumberEditorHandler.java | 26 +++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository jaxx.
See http://git.nuiton.org/jaxx.git
from 869e21f fixes #3606: Add more hooks on ApplicationTableModel
new d303fe4 fixes #3607: NumberEditor does not deal well with signed number
new 6457e31 fixes #3608: Keep caret position if a bad caracter is given in NumberEditor
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 6457e312c41b346206bf798622e8957b64116fad
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Thu Jan 1 17:18:03 2015 +0100
fixes #3608: Keep caret position if a bad caracter is given in NumberEditor
commit d303fe41d33a8a370d7cca06878b995296a1e6e5
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Thu Jan 1 17:17:26 2015 +0100
fixes #3607: NumberEditor does not deal well with signed number
Summary of changes:
.../jaxx/widgets/number/NumberEditorHandler.java | 34 ++++++++++++++++++++--
1 file changed, 31 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.