This is an automated email from the git hooks/post-receive script.
New change to annotated tag jaxx-2.29 in repository jaxx.
See https://gitlab.nuiton.org/nuiton/jaxx.git
at 0fe9f13 (tag)
tagging f48dd0a13c117a3a040b5d424ab3440df24876dd (commit)
replaces jaxx-2.28.2
tagged by Maven Release
on Wed Apr 27 19:56:55 2016 +0200
- Log -----------------------------------------------------------------
[jgitflow-maven-plugin]tagging release 2.29
-----------------------------------------------------------------------
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>.
The JAXX team is pleased to announce the jaxx-2.29 release!
JAXX Project
Documentation of the project can be found here:
http://jaxx.nuiton.org
Changes
-------
Changes in this version include:
New features:
o Add a EnumEditor renderer based on a Map (keys are enum values, values are labels to render) Issue: 3916. Thanks to Tony Chemit. Resolved by tchemit.
o [BeanDoubleList] add predicates to handle the removeEnabled state Issue: 3931. Thanks to Kevin Morin. Resolved by kmorin.
o Update nuitonpom to 10 Issue: 3936. Thanks to Tony Chemit. Resolved by tchemit.
o Upgrade maven to 3.3.9 Issue: 3937. Thanks to Tony Chemit. Resolved by tchemit.
o Update nuiton-version to 1.0-rc-2 Issue: 3946. Thanks to Tony Chemit. Resolved by tchemit.
o Update nuiton-config to 3.0-rc-5 Issue: 3947. Thanks to Tony Chemit. Resolved by tchemit.
o Update nuiton-utils to 3.0-rc-12 Issue: 3948. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
o NumberEditor - The 0 button is not enabled when it should be Issue: 3920. Thanks to Kevin Morin. Resolved by kmorin.
o NumberEditor - The 0 and clear one buttons in the popup have no label Issue: 3919. Thanks to Kevin Morin. Resolved by kmorin.
o [SwingSession] Some hidden columns reappear (the last ones) Issue: 3935. Thanks to Kevin Morin. Resolved by kmorin.
Downloads
---------
For a manual installation, you can download files here:
https://forge.nuiton.org/projects/jaxx/files
* jaxx-widgets-extra-2.29-deps.zip - https://forge.nuiton.org/attachments/download/1238
* jaxx-widgets-extra-2.29-full.zip - https://forge.nuiton.org/attachments/download/1239
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.29|jar
Have fun!
-JAXX team
This is an automated email from the git hooks/post-receive script.
New change to branch release/2.29 in repository jaxx.
See https://gitlab.nuiton.org/nuiton/jaxx.git
from c40f4ab Can't add selected by double-click if not possible from model (See #3931)
new 0f6dfb1 Up to nuiton-utils 3.0-rc-12 (downgrade to jdk 1.6 please)
new a5bd80f Fixes #3946: Update nuiton-version to 1.0-rc-2 Fixes #3947: Update nuiton-config to 3.0-rc-5 Fixes #3948: Update nuiton-utils to 3.0-rc-12
new 8228758 the plugin must stay in java 8 since we are building it with java 8...
new 0c66a10 update third parties
new be42fd5 Adding missing license header
new 613540e [jgitflow-maven-plugin]updating poms for branch'release/2.29' with non-snapshot versions
The 6 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 613540e198b186fde80f7fa01fcd01456f68fdc4
Author: Maven Release <maven-release(a)codelutin.com>
Date: Wed Apr 27 19:52:29 2016 +0200
[jgitflow-maven-plugin]updating poms for branch'release/2.29' with non-snapshot versions
commit be42fd5e777405b402bac493662c2d144b2da44c
Author: Maven Release <maven-release(a)codelutin.com>
Date: Wed Apr 27 19:52:21 2016 +0200
Adding missing license header
commit 0c66a10020dc7c995d9e000a8b1c439c4e8764a4
Author: Maven Release <maven-release(a)codelutin.com>
Date: Wed Apr 27 19:51:58 2016 +0200
update third parties
commit 82287589bb0b447d85017f4db099191d48b8b0c6
Author: Maven Release <maven-release(a)codelutin.com>
Date: Wed Apr 27 19:51:14 2016 +0200
the plugin must stay in java 8 since we are building it with java 8...
commit a5bd80fa79b230295bd6338baab425c8285ac1da
Author: Maven Release <maven-release(a)codelutin.com>
Date: Wed Apr 27 19:50:08 2016 +0200
Fixes #3946: Update nuiton-version to 1.0-rc-2
Fixes #3947: Update nuiton-config to 3.0-rc-5
Fixes #3948: Update nuiton-utils to 3.0-rc-12
commit 0f6dfb19830c3f65cf73303eb1de09cf77ddf97e
Author: Maven Release <maven-release(a)codelutin.com>
Date: Wed Apr 27 19:00:59 2016 +0200
Up to nuiton-utils 3.0-rc-12 (downgrade to jdk 1.6 please)
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 | 8 +++++++-
.../src/license/THIRD-PARTY.properties | 12 +++---------
jaxx-runtime/pom.xml | 2 +-
.../runtime/swing/renderer/EnumEditorRenderer.java | 22 ++++++++++++++++++++++
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 | 8 ++++----
18 files changed, 50 insertions(+), 28 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 release/2.29 in repository jaxx.
See https://gitlab.nuiton.org/nuiton/jaxx.git
at c40f4ab Can't add selected by double-click if not possible from model (See #3931)
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-2.x in repository jaxx.
See https://gitlab.nuiton.org/nuiton/jaxx.git
from c40f4ab Can't add selected by double-click if not possible from model (See #3931)
new 7c6bc70 [jgitflow-maven-plugin]updating poms for 2.30-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 7c6bc706b49a114eac3a50d3b9b13b0dc927623b
Author: Maven Release <maven-release(a)codelutin.com>
Date: Wed Apr 27 18:58:14 2016 +0200
[jgitflow-maven-plugin]updating poms for 2.30-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-2.x in repository jaxx.
See https://gitlab.nuiton.org/nuiton/jaxx.git
from 8726a84 Revert "[jgitflow-maven-plugin]updating poms for 2.30-SNAPSHOT development"
new d9b939d Improve code (See #3931)
new fc68d66 Can't remove selected by double-click if not possible from model (See #3931)
new c40f4ab Can't add selected by double-click if not possible from model (See #3931)
The 3 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 c40f4ab41f37c063e264b90fbb03dbf531fcf860
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Wed Apr 27 17:00:05 2016 +0200
Can't add selected by double-click if not possible from model (See #3931)
commit fc68d66f3da17d2740d4d8e5b99775f444b49d6c
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Wed Apr 27 16:59:42 2016 +0200
Can't remove selected by double-click if not possible from model (See #3931)
commit d9b939dd0d75c0f4af3ebd2bbe7caffd984bdc77
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Wed Apr 27 16:59:14 2016 +0200
Improve code (See #3931)
Summary of changes:
.../java/jaxx/runtime/swing/editor/bean/BeanDoubleListHandler.java | 6 ++++++
.../java/jaxx/runtime/swing/editor/bean/BeanDoubleListModel.java | 2 +-
2 files changed, 7 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-2.x in repository jaxx.
See https://gitlab.nuiton.org/nuiton/jaxx.git
from 5a87cf7 browse the column until the end of all the columns, not only the visible ones (fixes #3935)
new 8aa62ea Upgrade maven to 3.3.9 (Fixes #3937)
new 8726a84 Revert "[jgitflow-maven-plugin]updating poms for 2.30-SNAPSHOT development"
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 8726a84f0620d581c82f9282a097e674e9f729ed
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Wed Apr 27 16:42:58 2016 +0200
Revert "[jgitflow-maven-plugin]updating poms for 2.30-SNAPSHOT development"
This reverts commit 0e2d7d9dba784452dc4c733bc050c6b026c9f9aa.
commit 8aa62eade6b9189c832f636e6c1adf55b9318c94
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Wed Apr 27 16:42:54 2016 +0200
Upgrade maven to 3.3.9 (Fixes #3937)
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 | 36 +++++--
.../java/org/nuiton/jaxx/plugin/JaxxBaseTest.java | 69 +++++++++----
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 | 113 +++++++--------------
17 files changed, 125 insertions(+), 121 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-2.x in repository jaxx.
See https://gitlab.nuiton.org/nuiton/jaxx.git
from 429d9de upgrade to nuitonpom 10
new 5a87cf7 browse the column until the end of all the columns, not only the visible ones (fixes #3935)
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 5a87cf7c2a4c291edc9c3d8376c5ba239d225682
Author: Kevin Morin <morin(a)codelutin.com>
Date: Tue Apr 26 16:30:41 2016 +0200
browse the column until the end of all the columns, not only the visible ones (fixes #3935)
Summary of changes:
.../java/jaxx/runtime/swing/session/JXTableSwingSessionState.java | 7 +++----
1 file changed, 3 insertions(+), 4 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 feature/3935 in repository jaxx.
See https://gitlab.nuiton.org/nuiton/jaxx.git
was 5a87cf7 browse the column until the end of all the columns, not only the visible ones (fixes #3935)
This change permanently discards the following revisions:
discards 5a87cf7 browse the column until the end of all the columns, not only the visible ones (fixes #3935)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.