The I18n team is pleased to announce the i18n-3.6.1 release!
Nuiton i18n tools
Documentation of the project can be found here:
http://i18n.nuiton.org
Changes
-------
Changes in this version include:
New features:
o Improve generateI18nEnumHelper by adding a way to generate also a description i18n key Issue: 4010. Thanks to Tony Chemit. Resolved by tchemit.
o Be able to generate enums i18n keys even if enum is not still compiled Issue: 4011. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
o The generate mojo should only fails (using failsIfWarning) if there is some missing key values but not if there is some missing key Issue: 4009. Thanks to Tony Chemit. Resolved by tchemit.
Downloads
---------
No release file deployed. (all files are deployed in the maven repository)
Maven artifacts
---------------
Artifacts are deployed in Maven Central Repository
http://repo1.maven.org/maven2
Find us at
* http://search.maven.org/#artifactdetails|org.nuiton|i18n|3.6.1|jar
Have fun!
-I18n team
This is an automated email from the git hooks/post-receive script.
New change to branch release/3.6.1 in repository i18n.
See https://gitlab.nuiton.org/nuiton/i18n.git
at 8bd1014 Add doc (See #4010)
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 i18n.
See https://gitlab.nuiton.org/nuiton/i18n.git
from 8bd1014 Add doc (See #4010)
new f304c85 [jgitflow-maven-plugin]updating poms for 3.6.2-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 f304c856e00d2b3f38bedead18159a7bd9230020
Author: Maven Release <maven-release(a)codelutin.com>
Date: Fri Sep 2 14:17:55 2016 +0200
[jgitflow-maven-plugin]updating poms for 3.6.2-SNAPSHOT development
Summary of changes:
i18n-maven-plugin/pom.xml | 2 +-
nuiton-i18n/pom.xml | 2 +-
pom.xml | 2 +-
3 files 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 i18n.
See https://gitlab.nuiton.org/nuiton/i18n.git
from d2ce20f Make enum i18n generation customizable (See #4010)
new 8bd1014 Add doc (See #4010)
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 8bd101423fcea828fd84d04aa84c6a06c5aa9108
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Fri Sep 2 14:16:25 2016 +0200
Add doc (See #4010)
Summary of changes:
i18n-maven-plugin/src/site/apt/usages.apt | 83 ++++++++++++++++++++++++++++
i18n-maven-plugin/src/site/en/apt/usages.apt | 83 ++++++++++++++++++++++++++++
2 files changed, 166 insertions(+)
--
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 i18n.
See https://gitlab.nuiton.org/nuiton/i18n.git
from 7149c7d Fix enumeration name (See #4011)
new d2ce20f Make enum i18n generation customizable (See #4010)
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 d2ce20fc7c2da4e39bc823c29a05d879f6fc3057
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Fri Sep 2 14:02:41 2016 +0200
Make enum i18n generation customizable (See #4010)
Summary of changes:
.../i18n/plugin/GenerateI18nEnumHelperMojo.java | 237 +++++++++++++--------
1 file changed, 145 insertions(+), 92 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 i18n.
See https://gitlab.nuiton.org/nuiton/i18n.git
from 985c6ca Be able to generate enums i18n keys even if enum is not still compiled (Fixes #4011)
new 7149c7d Fix enumeration name (See #4011)
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 7149c7dd0ad0b45abf3d5a7cd7da373c90431d47
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Thu Sep 1 17:51:05 2016 +0200
Fix enumeration name (See #4011)
Summary of changes:
.../main/java/org/nuiton/i18n/plugin/GenerateI18nEnumHelperMojo.java | 2 +-
1 file changed, 1 insertion(+), 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 i18n.
See https://gitlab.nuiton.org/nuiton/i18n.git
from f25440a Improve generateI18nEnumHelper by adding a way to generate also a description i18n key Fixes #4010
new 985c6ca Be able to generate enums i18n keys even if enum is not still compiled (Fixes #4011)
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 985c6ca6605728847b1a869cbb4b5af1aae3ff8d
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Thu Sep 1 17:40:58 2016 +0200
Be able to generate enums i18n keys even if enum is not still compiled (Fixes #4011)
Summary of changes:
.../i18n/plugin/GenerateI18nEnumHelperMojo.java | 118 +++++++++++++++++----
1 file changed, 100 insertions(+), 18 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 i18n.
See https://gitlab.nuiton.org/nuiton/i18n.git
from 7db9b2e Split failsIfWarning flag into two new flags failsIfAnyKeyMissingValue and failsIfAnyKeyMissingInBundle Fixes #4009
new f25440a Improve generateI18nEnumHelper by adding a way to generate also a description i18n key Fixes #4010
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 f25440af70c7b7d401e5e3949da95600cd140b4f
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Thu Sep 1 17:15:26 2016 +0200
Improve generateI18nEnumHelper by adding a way to generate also a description i18n key Fixes #4010
Summary of changes:
.../i18n/plugin/GenerateI18nEnumHelperMojo.java | 109 +++++++++++++++++----
1 file changed, 92 insertions(+), 17 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 i18n.
See https://gitlab.nuiton.org/nuiton/i18n.git
from 38fa00f [jgitflow-maven-plugin]Updating develop poms back to pre merge state
new 7db9b2e Split failsIfWarning flag into two new flags failsIfAnyKeyMissingValue and failsIfAnyKeyMissingInBundle Fixes #4009
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 7db9b2ecf402b35d092960d16c8f085427a507a6
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Thu Sep 1 16:16:02 2016 +0200
Split failsIfWarning flag into two new flags failsIfAnyKeyMissingValue and failsIfAnyKeyMissingInBundle Fixes #4009
Summary of changes:
.../org/nuiton/i18n/plugin/AbstractI18nMojo.java | 23 +++++++++++++++---
.../java/org/nuiton/i18n/plugin/GenerateMojo.java | 27 ++++++++++++++++------
.../org/nuiton/i18n/plugin/bundle/BundleMojo.java | 26 +++++++++++++++++++--
3 files changed, 64 insertions(+), 12 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/3.6 in repository i18n.
See https://gitlab.nuiton.org/nuiton/i18n.git
was a5a2a28 Add license header
The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.