branch feature1378-MAJ_libs created (now 4decff4)
This is an automated email from the git hooks/post-receive script. New change to branch feature1378-MAJ_libs in repository lima. See https://gitlab.nuiton.org/chorem/lima.git at 4decff4 refs #1378 maj libs This branch includes the following new commits: new 97b4c80 Mise à jour version model new 4decff4 refs #1378 maj libs 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 4decff4a3675cd9dba329fcbfbd0c06d1a480729 Author: David Cossé <cosse@codelutin.com> Date: Thu Dec 29 15:40:23 2016 +0100 refs #1378 maj libs commit 97b4c80b126323e9bf3232e9cee6762635dd5c75 Author: David Cossé <cosse@codelutin.com> Date: Thu Dec 29 14:59:04 2016 +0100 Mise à jour version model -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature1378-MAJ_libs in repository lima. See https://gitlab.nuiton.org/chorem/lima.git commit 97b4c80b126323e9bf3232e9cee6762635dd5c75 Author: David Cossé <cosse@codelutin.com> Date: Thu Dec 29 14:59:04 2016 +0100 Mise à jour version model --- lima-callao/src/main/xmi/lima-callao-model.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lima-callao/src/main/xmi/lima-callao-model.properties b/lima-callao/src/main/xmi/lima-callao-model.properties index 88531f1..dad8b12 100644 --- a/lima-callao/src/main/xmi/lima-callao-model.properties +++ b/lima-callao/src/main/xmi/lima-callao-model.properties @@ -21,7 +21,7 @@ ### # Precise l'entete de l'ensemble des fichiers generes model.tagvalue.copyright=/*\n Copyright (C) 2009-2012 Lima Callao\n */ -model.tagvalue.version=0.8.6.0 +model.tagvalue.version=0.8.7.0 model.tagvalue.constantPrefix=PROPERTY_ model.tagValue.notGenerateToString=true model.tagValue.hibernateAttributeType.String=text -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature1378-MAJ_libs in repository lima. See https://gitlab.nuiton.org/chorem/lima.git commit 4decff4a3675cd9dba329fcbfbd0c06d1a480729 Author: David Cossé <cosse@codelutin.com> Date: Thu Dec 29 15:40:23 2016 +0100 refs #1378 maj libs --- .../lima/report/service/DocumentService.java | 8 +----- pom.xml | 32 +++++++++++----------- 2 files changed, 17 insertions(+), 23 deletions(-) diff --git a/lima-report/src/main/java/org/chorem/lima/report/service/DocumentService.java b/lima-report/src/main/java/org/chorem/lima/report/service/DocumentService.java index fffb871..e91f708 100644 --- a/lima-report/src/main/java/org/chorem/lima/report/service/DocumentService.java +++ b/lima-report/src/main/java/org/chorem/lima/report/service/DocumentService.java @@ -119,13 +119,7 @@ public class DocumentService { File reportDir = LimaReportConfig.getInstance().getReportsModelDir(); - try { - FileUtil.createDirectoryIfNecessary(reportDir); - } catch (IOException ioe) { - if (log.isErrorEnabled()) { - log.error("Cannot create report dir", ioe); - } - } + FileUtil.createDirectoryIfNecessary(reportDir); String reportDirPath = reportDir.getAbsolutePath(); diff --git a/pom.xml b/pom.xml index 1d37438..23f28d2 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <distribution>repo</distribution> </license> </licenses> -<!-- Developpers, contributors... --> + <!-- Developpers, contributors... --> <developers> <developer> <id>echatellier</id> @@ -155,32 +155,32 @@ <!-- customized libs version --> <eugeneVersion>2.14</eugeneVersion> - <nuitonConfigVersion>3.0-rc-2</nuitonConfigVersion> + <nuitonConfigVersion>3.1</nuitonConfigVersion> <nuitonDecoratorVersion>3.0</nuitonDecoratorVersion> <nuitonProfilingVersion>3.0</nuitonProfilingVersion> <nuitonConverterVersion>1.0</nuitonConverterVersion> - <nuitonCsvVersion>3.0-rc-5</nuitonCsvVersion> - <nuitonI18nVersion>3.3</nuitonI18nVersion> - <nuitonUtilsVersion>3.0-rc-8</nuitonUtilsVersion> + <nuitonCsvVersion>3.0-rc-6</nuitonCsvVersion> + <nuitonI18nVersion>3.6.2</nuitonI18nVersion> + <nuitonUtilsVersion>3.0-rc-16</nuitonUtilsVersion> <nuitonWidgetsVersion>1.1.1</nuitonWidgetsVersion> <topiaVersion>3.0-beta-15</topiaVersion> <commonsCodecVersion>1.10</commonsCodecVersion> - <commonsEmailVersion>1.3.3</commonsEmailVersion> - <commonsIoVersion>2.4</commonsIoVersion> - <commonsLang3Version>3.3.2</commonsLang3Version> + <commonsEmailVersion>1.4</commonsEmailVersion> + <commonsIoVersion>2.5</commonsIoVersion> + <commonsLang3Version>3.5</commonsLang3Version> <commonsLoggingVersion>1.2</commonsLoggingVersion> <commonsLangVersion>2.6</commonsLangVersion> <dom4jVersion>1.6.1</dom4jVersion> - <googleGuavaVersion>19.0</googleGuavaVersion> + <googleGuavaVersion>20.0</googleGuavaVersion> <!-- h2Version 1.4.180 is beta, and db created with 1.3 are not compatible yet so don't use it for the moment--> <h2Version>1.3.176</h2Version> <hibernateVersion>4.3.11.Final</hibernateVersion> <itextVersion>4.2.1</itextVersion> - <jasperreportsVersion>6.3.0</jasperreportsVersion> + <jasperreportsVersion>6.4.0</jasperreportsVersion> <javaxServletVersion>3.1.0</javaxServletVersion> - <jaxxVersion>2.29</jaxxVersion> - <jbossTransactionVersion>1.0.0.Final</jbossTransactionVersion> + <jaxxVersion>2.37</jaxxVersion> + <jbossTransactionVersion>1.0.1.Final</jbossTransactionVersion> <jdomVersion>2.0.5</jdomVersion> <jettyPluginVersion>9.2.3.v20140905</jettyPluginVersion> <junitVersion>4.12</junitVersion> @@ -188,7 +188,7 @@ <openejbJavaeeApiVersion>6.0-6</openejbJavaeeApiVersion> <openEjbVersion>4.7.4</openEjbVersion> <pdfboxVersion>1.8.7</pdfboxVersion> - <slf4jVersion>1.7.13</slf4jVersion> + <slf4jVersion>1.7.22</slf4jVersion> <swinglabsVersion>3.0.4</swinglabsVersion> <swingxVersion>1.6.5-1</swingxVersion> @@ -201,9 +201,9 @@ <!-- Site configuration --> <locales>fr</locales> <siteSourcesType>rst</siteSourcesType> - + <ciViewId>Lima</ciViewId> - + <javaVersion>1.8</javaVersion> <signatureArtifactId>java18</signatureArtifactId> <signatureVersion>1.0</signatureVersion> @@ -659,7 +659,7 @@ </build> <profiles> - + <profile> <id>release-quality-profile</id> <activation> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm