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>.