mailman.cloud.codelutin.com
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

Nuiton-converter-commits

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2015 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2014 -----
  • December
  • November
  • October
  • September
  • August
  • July
nuiton-converter-commits@list.nuiton.org

  • 32 discussions
[nuiton-converter] branch develop updated (9dce0a2 -> 4b221a0)
by nuiton.org scm 23 Jul '14

23 Jul '14
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-converter. See http://git.nuiton.org/nuiton-converter.git from 9dce0a2 use last nuitonpom version new 4b221a0 fix more code thanks to sonar 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 4b221a0067eca53a2c35a9237b2e86287a07a3d3 Author: Tony CHEMIT <chemit(a)codelutin.com> Date: Wed Jul 23 22:19:21 2014 +0200 fix more code thanks to sonar Summary of changes: src/main/java/org/nuiton/converter/ConverterUtil.java | 6 +++++- src/main/java/org/nuiton/converter/EnumConverter.java | 6 +++--- src/main/java/org/nuiton/converter/KeyStrokeConverter.java | 2 +- src/main/java/org/nuiton/converter/URIConverter.java | 6 +++--- src/main/java/org/nuiton/converter/URLConverter.java | 6 +++--- 5 files changed, 15 insertions(+), 11 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
1 1
0 0
[nuiton-converter] branch develop updated (f4e2330 -> 9dce0a2)
by nuiton.org scm 23 Jul '14

23 Jul '14
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-converter. See http://git.nuiton.org/nuiton-converter.git from f4e2330 Merge branch 'testSite' into develop new 9dce0a2 use last nuitonpom version 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 9dce0a22798a219f913d27ba5b776adc710aed5e Author: Tony CHEMIT <chemit(a)codelutin.com> Date: Wed Jul 23 22:13:16 2014 +0200 use last nuitonpom version Summary of changes: pom.xml | 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>.
1 1
0 0
[nuiton-converter] branch develop updated (2e2d1ce -> f4e2330)
by nuiton.org scm 23 Jul '14

23 Jul '14
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-converter. See http://git.nuiton.org/nuiton-converter.git from 2e2d1ce - Introduce a NuitonConverter to get converter type and avoid any weak reflection - Write javadoc in english - Clean code new 5f21c9c use site descriptor from pom project new 683a71d Improve code (thanks to Sonar) new f4e2330 Merge branch 'testSite' into develop 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 f4e233031022bd24eb1795f66a8b6d1ab2ae7209 Merge: 2e2d1ce 683a71d Author: Tony CHEMIT <chemit(a)codelutin.com> Date: Wed Jul 23 21:45:21 2014 +0200 Merge branch 'testSite' into develop commit 683a71d3d648a0af83f5d8fe79a4419d03070f49 Author: Tony CHEMIT <chemit(a)codelutin.com> Date: Wed Jul 23 21:42:51 2014 +0200 Improve code (thanks to Sonar) commit 5f21c9c5d2c20e0d4c776b82b01a0a4741452a85 Author: Tony CHEMIT <chemit(a)codelutin.com> Date: Wed Jul 23 21:42:30 2014 +0200 use site descriptor from pom project Summary of changes: pom.xml | 2 +- .../java/org/nuiton/converter/ConverterUtil.java | 26 +++++++++---------- .../java/org/nuiton/converter/EnumConverter.java | 2 +- .../java/org/nuiton/converter/LocaleConverter.java | 6 ++--- .../java/org/nuiton/converter/NuitonConverter.java | 22 ++++++++++++++++ src/site/site.xml | 30 ---------------------- 6 files changed, 40 insertions(+), 48 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
1 3
0 0
[nuiton-converter] branch develop updated (84a820b -> 2e2d1ce)
by nuiton.org scm 23 Jul '14

23 Jul '14
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-converter. See http://git.nuiton.org/nuiton-converter.git from 84a820b let's build the site in english + improve the readme file new 2e2d1ce - Introduce a NuitonConverter to get converter type and avoid any weak reflection - Write javadoc in english - Clean code 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 2e2d1ced221977798382838712f867ad1c61077f Author: Tony CHEMIT <chemit(a)codelutin.com> Date: Wed Jul 23 13:31:18 2014 +0200 - Introduce a NuitonConverter to get converter type and avoid any weak reflection - Write javadoc in english - Clean code Summary of changes: .../java/org/nuiton/converter/ColorConverter.java | 16 +-- .../java/org/nuiton/converter/ConverterUtil.java | 131 +++++++++++---------- .../java/org/nuiton/converter/EnumConverter.java | 44 ++++--- .../org/nuiton/converter/KeyStrokeConverter.java | 8 +- .../java/org/nuiton/converter/LocaleConverter.java | 8 +- .../java/org/nuiton/converter/NuitonConverter.java | 19 +++ .../java/org/nuiton/converter/URIConverter.java | 10 +- .../java/org/nuiton/converter/URLConverter.java | 10 +- .../java/org/nuiton/converter/package-info.java | 3 + ...verter => org.nuiton.converter.NuitonConverter} | 0 .../nuiton/converter/UnregistreableConverter.java | 40 ------- .../org.apache.commons.beanutils.Converter | 1 - 12 files changed, 146 insertions(+), 144 deletions(-) create mode 100644 src/main/java/org/nuiton/converter/NuitonConverter.java rename src/main/resources/META-INF/services/{org.apache.commons.beanutils.Converter => org.nuiton.converter.NuitonConverter} (100%) delete mode 100644 src/test/java/org/nuiton/converter/UnregistreableConverter.java delete mode 100644 src/test/resources/META-INF/services/org.apache.commons.beanutils.Converter -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
1 1
0 0
[nuiton-converter] branch develop updated (66c0f6e -> 84a820b)
by nuiton.org scm 23 Jul '14

23 Jul '14
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-converter. See http://git.nuiton.org/nuiton-converter.git from 66c0f6e improve README new 84a820b let's build the site in english + improve the readme file 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 84a820bde87df6daf5394ee5cfbaabd4f73a1482 Author: Tony CHEMIT <chemit(a)codelutin.com> Date: Wed Jul 23 10:31:12 2014 +0200 let's build the site in english + improve the readme file Summary of changes: README.txt | 7 ++++--- pom.xml | 33 +++++++++++++++++++++++++++++++++ src/site/{site_fr.xml => site.xml} | 0 3 files changed, 37 insertions(+), 3 deletions(-) rename src/site/{site_fr.xml => site.xml} (100%) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
1 1
0 0
[nuiton-converter] branch develop updated (66c0f6e -> 80a10c8)
by nuiton.org scm 22 Jul '14

22 Jul '14
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-converter. See http://git.nuiton.org/nuiton-converter.git from 66c0f6e improve README new 80a10c8 test 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 80a10c82c9d09d482eacca8c733fea6ff10c1a31 Author: Maven Release <maven-release(a)codelutin.com> Date: Tue Jul 22 22:51:31 2014 +0200 test Summary of changes: pom.xml | 2 ++ 1 file changed, 2 insertions(+) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
1 1
0 0
[nuiton-converter] branch develop updated (01aa8b3 -> 66c0f6e)
by nuiton.org scm 22 Jul '14

22 Jul '14
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-converter. See http://git.nuiton.org/nuiton-converter.git from 01aa8b3 preprae first release new 1699777 use nuitonpom 1.1 new 66c0f6e improve README 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 66c0f6e4fca03f342e6ae6feb31af2784efc17aa Author: Tony CHEMIT <chemit(a)codelutin.com> Date: Tue Jul 22 22:47:53 2014 +0200 improve README commit 169977760ef43f83dd55a75106bb32c757c308ab Author: Tony CHEMIT <chemit(a)codelutin.com> Date: Tue Jul 22 22:47:41 2014 +0200 use nuitonpom 1.1 Summary of changes: README.txt | 28 +++++++++++++++++++++++++++- pom.xml | 2 +- 2 files changed, 28 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
1 2
0 0
[nuiton-converter] branch develop updated (cc68d2a -> 01aa8b3)
by nuiton.org scm 21 Jul '14

21 Jul '14
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-converter. See http://git.nuiton.org/nuiton-converter.git from cc68d2a clean pom new 01aa8b3 preprae first release 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 01aa8b38610385f85def190ce88fa00bfe67ce3b Author: Tony CHEMIT <chemit(a)codelutin.com> Date: Mon Jul 21 09:22:44 2014 +0200 preprae first release Summary of changes: pom.xml | 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>.
1 1
0 0
[nuiton-converter] branch develop updated (0bdd361 -> cc68d2a)
by nuiton.org scm 20 Jul '14

20 Jul '14
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-converter. See http://git.nuiton.org/nuiton-converter.git from 0bdd361 improve api usage new cc68d2a clean pom 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 cc68d2ae4d1413547b49a43a99b5f39475064e0f Author: Tony CHEMIT <chemit(a)codelutin.com> Date: Sun Jul 20 19:19:53 2014 +0200 clean pom Summary of changes: pom.xml | 11 ----------- 1 file changed, 11 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
1 1
0 0
[nuiton-converter] branch develop updated (67696de -> 0bdd361)
by nuiton.org scm 20 Jul '14

20 Jul '14
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-converter. See http://git.nuiton.org/nuiton-converter.git from 67696de simplify site new 0bdd361 improve api usage 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 0bdd3616ecd12a9c43f46429cff57d935838b2aa Author: Tony CHEMIT <chemit(a)codelutin.com> Date: Sun Jul 20 18:28:50 2014 +0200 improve api usage Summary of changes: src/main/java/org/nuiton/converter/ColorConverter.java | 4 ++-- src/main/java/org/nuiton/converter/EnumConverter.java | 14 +++++++------- src/main/java/org/nuiton/converter/KeyStrokeConverter.java | 6 +++--- src/main/java/org/nuiton/converter/LocaleConverter.java | 6 +++--- src/main/java/org/nuiton/converter/URIConverter.java | 6 +++--- src/main/java/org/nuiton/converter/URLConverter.java | 6 +++--- .../java/org/nuiton/converter/UnregistreableConverter.java | 4 ++-- 7 files changed, 23 insertions(+), 23 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
1 1
0 0
  • ← Newer
  • 1
  • 2
  • 3
  • 4
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.