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 844c154 Merge branch 'jdk11' into 'develop'
new 606b658 Prevent bug (from sonarqube)
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 606b6585237029f24152ff47393c7591a9d3be98
Author: jcouteau <couteau(a)codelutin.com>
Date: Tue Aug 23 14:29:39 2022 +0200
Prevent bug (from sonarqube)
Summary of changes:
.../src/main/java/org/nuiton/i18n/bundle/I18nBundleUtil.java | 8 ++++----
1 file changed, 4 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 jdk11 in repository i18n.
See https://gitlab.nuiton.org/nuiton/i18n.git
was c77ceeb Prevent bugs and vulnerabilities (from sonarqube)
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>.
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 dd19b37 [gitflow-maven-plugin]Update for next development version
adds 5e29e2f Use ClassGraph to iterate through classpath
adds c77ceeb Prevent bugs and vulnerabilities (from sonarqube)
new 844c154 Merge branch 'jdk11' into 'develop'
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 844c15473807fa037b30f7491d127be24dfb979f
Merge: dd19b37 c77ceeb
Author: Jean Couteau <couteau(a)codelutin.com>
Date: Tue Aug 23 12:13:41 2022 +0000
Merge branch 'jdk11' into 'develop'
jdk11
See merge request nuiton/i18n!6
Summary of changes:
.../nuiton/i18n/plugin/parser/ParserExecutor.java | 9 ++-
.../nuiton/i18n/plugin/parser/java/Java8Lexer.java | 9 +--
.../i18n/plugin/parser/java/Java8Parser.java | 4 +-
nuiton-i18n/pom.xml | 5 ++
.../src/main/java/org/nuiton/i18n/I18nUtil.java | 22 ++----
.../org/nuiton/i18n/bundle/I18nBundleUtil.java | 88 ++++++++++------------
.../nuiton/i18n/init/ClassPathI18nInitializer.java | 13 +---
.../nuiton/i18n/init/DefaultI18nInitializer.java | 12 +--
.../org/nuiton/i18n/init/UserI18nInitializer.java | 19 ++---
.../src/main/java/org/nuiton/i18n/package.html | 6 +-
.../src/test/java/org/nuiton/i18n/I18nTest.java | 18 +----
pom.xml | 8 +-
12 files changed, 91 insertions(+), 122 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 jdk11 in repository i18n.
See https://gitlab.nuiton.org/nuiton/i18n.git
from 5e29e2f Use ClassGraph to iterate through classpath
adds c77ceeb Prevent bugs and vulnerabilities (from sonarqube)
No new revisions were added by this update.
Summary of changes:
.../nuiton/i18n/plugin/parser/ParserExecutor.java | 9 ++-
.../nuiton/i18n/plugin/parser/java/Java8Lexer.java | 9 +--
.../i18n/plugin/parser/java/Java8Parser.java | 4 +-
.../src/main/java/org/nuiton/i18n/I18nUtil.java | 22 ++----
.../org/nuiton/i18n/bundle/I18nBundleUtil.java | 88 ++++++++++------------
.../nuiton/i18n/init/DefaultI18nInitializer.java | 12 +--
.../org/nuiton/i18n/init/UserI18nInitializer.java | 19 ++---
.../src/main/java/org/nuiton/i18n/package.html | 6 +-
8 files changed, 75 insertions(+), 94 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 jdk11 in repository i18n.
See https://gitlab.nuiton.org/nuiton/i18n.git
at 5e29e2f Use ClassGraph to iterate through classpath
This branch includes the following new commits:
new 5e29e2f Use ClassGraph to iterate through classpath
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 5e29e2f913108ba2b2f123bc94b50a6ac4fac1f2
Author: jcouteau <couteau(a)codelutin.com>
Date: Mon Jul 4 09:55:08 2022 +0200
Use ClassGraph to iterate through classpath
--
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 3075a86 Update dependencies to fix CVEs
adds 20375c7 [gitflow-maven-plugin]Update versions for release
adds 1596859 maven plugin dependency -> provided
new 1c73dea Merge branch 'release/4.1' into develop
new dd19b37 [gitflow-maven-plugin]Update for next development version
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 dd19b377ec2215af2e66b5058eced14ad60106b5
Author: Arnaud Thimel <maven-release(a)goh.codelutin.com>
Date: Wed Jun 29 17:17:39 2022 +0200
[gitflow-maven-plugin]Update for next development version
commit 1c73dea41255c40fd44e4e78f6648a157f36b375
Merge: 3075a86 1596859
Author: Arnaud Thimel <maven-release(a)goh.codelutin.com>
Date: Wed Jun 29 17:17:37 2022 +0200
Merge branch 'release/4.1' into develop
Summary of changes:
i18n-maven-plugin/pom.xml | 4 ++--
nuiton-i18n/pom.xml | 2 +-
pom.xml | 2 +-
3 files changed, 4 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 annotated tag 4.1 in repository i18n.
See https://gitlab.nuiton.org/nuiton/i18n.git
at f5db111 (tag)
tagging 039edaf36cee35a21b6e68fc4f89560316f43427 (commit)
replaces 4.0
tagged by Arnaud Thimel
on Wed Jun 29 17:16:59 2022 +0200
- Log -----------------------------------------------------------------
Tag release
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 20375c7 [gitflow-maven-plugin]Update versions for release
new 1596859 maven plugin dependency -> provided
new 039edaf Merge branch 'release/4.1'
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 039edaf36cee35a21b6e68fc4f89560316f43427
Merge: 1067bab 1596859
Author: Arnaud Thimel <maven-release(a)goh.codelutin.com>
Date: Wed Jun 29 17:16:59 2022 +0200
Merge branch 'release/4.1'
commit 15968590cebe3a2fa28b9bb8d13dad3263f130e7
Author: Arnaud Thimel <maven-release(a)goh.codelutin.com>
Date: Wed Jun 29 17:14:22 2022 +0200
maven plugin dependency -> provided
commit 20375c7f77de64564f16853d35473943c11bd5b6
Author: Arnaud Thimel <maven-release(a)goh.codelutin.com>
Date: Wed Jun 29 17:00:22 2022 +0200
[gitflow-maven-plugin]Update versions for release
--
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 i18n.
See https://gitlab.nuiton.org/nuiton/i18n.git
from 1067bab Merge branch 'release/4.0'
adds e7c6e3b Merge branch 'release/4.0' into develop
adds f70a800 [gitflow-maven-plugin]Update for next development version
adds b8c0868 Update ci only on master [skip ci]
adds f81c04f Use rules
adds 6fc805d Fix ci
adds e812902 Use parent POM 11.9
adds 1a898f0 Upgrade jacoco plugin to 0.8.6 in order to build with Java 15+
adds 43660c7 ClassPathI18nInitializer nécessite un URLClassLoader
adds b242da4 Scinde la méthode I18nBundleUtil#getURLs(URL[]) en 2 pour éviter l'usage inutile du tableau
adds 4252f47 Ignore certains tests qui ne peuvent fonctionner en l'état
adds f061cb4 Update dependencies versions (fix some CVEs)
adds 3075a86 Update dependencies to fix CVEs
new 20375c7 [gitflow-maven-plugin]Update versions for release
new 1596859 maven plugin dependency -> provided
new 039edaf Merge branch 'release/4.1'
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 039edaf36cee35a21b6e68fc4f89560316f43427
Merge: 1067bab 1596859
Author: Arnaud Thimel <maven-release(a)goh.codelutin.com>
Date: Wed Jun 29 17:16:59 2022 +0200
Merge branch 'release/4.1'
commit 15968590cebe3a2fa28b9bb8d13dad3263f130e7
Author: Arnaud Thimel <maven-release(a)goh.codelutin.com>
Date: Wed Jun 29 17:14:22 2022 +0200
maven plugin dependency -> provided
commit 20375c7f77de64564f16853d35473943c11bd5b6
Author: Arnaud Thimel <maven-release(a)goh.codelutin.com>
Date: Wed Jun 29 17:00:22 2022 +0200
[gitflow-maven-plugin]Update versions for release
Summary of changes:
.gitlab-ci.yml | 28 +++++-----
i18n-maven-plugin/pom.xml | 14 +++--
i18n-maven-plugin/src/it/ano-1494/utf-8/pom.xml | 4 +-
i18n-maven-plugin/src/it/ano-672/pom.xml | 4 +-
i18n-maven-plugin/src/it/evo-1507/pom.xml | 4 +-
i18n-maven-plugin/src/it/evo-integrity/src/pom.xml | 4 +-
.../i18n/plugin/GenerateI18nEnumHelperMojo.java | 6 +--
.../i18n/plugin/parser/impl/ParserGWTJavaMojo.java | 29 ++--------
.../i18n/plugin/parser/impl/ParserJavaMojo.java | 4 +-
.../i18n/plugin/parser/impl/ProcessorHelper.java | 17 +++---
.../plugin/parser/impl/GWTJavaFileParserTest.java | 9 ++--
.../plugin/parser/impl/JavaFileParserTest.java | 24 ++++-----
nuiton-i18n/pom.xml | 6 +--
.../src/main/java/org/nuiton/i18n/I18nUtil.java | 61 ----------------------
.../org/nuiton/i18n/bundle/I18nBundleUtil.java | 21 ++++++--
.../nuiton/i18n/init/ClassPathI18nInitializer.java | 15 ++++--
.../src/test/java/org/nuiton/i18n/I18nTest.java | 9 ++++
pom.xml | 44 +++++++++-------
18 files changed, 127 insertions(+), 176 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 f061cb4 Update dependencies versions (fix some CVEs)
new 3075a86 Update dependencies to fix CVEs
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 3075a86d8e72670aeda040f9fd4bad0ce93a0050
Author: jcouteau <couteau(a)codelutin.com>
Date: Wed Jun 29 16:47:49 2022 +0200
Update dependencies to fix CVEs
Summary of changes:
i18n-maven-plugin/pom.xml | 10 ++++++--
i18n-maven-plugin/src/it/ano-1494/utf-8/pom.xml | 4 +--
i18n-maven-plugin/src/it/ano-672/pom.xml | 4 +--
i18n-maven-plugin/src/it/evo-1507/pom.xml | 4 +--
i18n-maven-plugin/src/it/evo-integrity/src/pom.xml | 4 +--
.../i18n/plugin/GenerateI18nEnumHelperMojo.java | 6 ++---
.../i18n/plugin/parser/impl/ParserGWTJavaMojo.java | 29 ++++------------------
.../i18n/plugin/parser/impl/ParserJavaMojo.java | 4 +--
.../i18n/plugin/parser/impl/ProcessorHelper.java | 17 +++++--------
.../plugin/parser/impl/GWTJavaFileParserTest.java | 9 ++++---
.../plugin/parser/impl/JavaFileParserTest.java | 24 ++++++++----------
nuiton-i18n/pom.xml | 4 +--
pom.xml | 27 ++++++++++++--------
13 files changed, 66 insertions(+), 80 deletions(-)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.