branch develop updated (48a02100 -> ce1413ee)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from 48a02100 refs #10098 : generate PDF pages one file opening per page and flush every page generation new e6349b06 Update PDFbox and imageio plugins version new ce1413ee Update licences 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 ce1413ee65e7d6fd77df5e051908f28f42725eeb Author: jcouteau <couteau@codelutin.com> Date: Mon Oct 1 15:24:20 2018 +0200 Update licences commit e6349b065f6eba8997877eda758838791ff898bd Author: jcouteau <couteau@codelutin.com> Date: Mon Oct 1 15:23:13 2018 +0200 Update PDFbox and imageio plugins version Summary of changes: .../faxtomail/services/service/ImageUtilTest.java | 4 ++++ faxtomail-ui-swing/src/license/THIRD-PARTY.properties | 13 +++++-------- pom.xml | 6 +++--- 3 files changed, 12 insertions(+), 11 deletions(-) create mode 100644 faxtomail-service/src/test/java/com/franciaflex/faxtomail/services/service/ImageUtilTest.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit e6349b065f6eba8997877eda758838791ff898bd Author: jcouteau <couteau@codelutin.com> Date: Mon Oct 1 15:23:13 2018 +0200 Update PDFbox and imageio plugins version --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index cbee2f26..8c84bccc 100644 --- a/pom.xml +++ b/pom.xml @@ -759,7 +759,7 @@ <dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox</artifactId> - <version>2.0.9</version> + <version>2.0.11</version> </dependency> <dependency> @@ -783,13 +783,13 @@ <dependency> <groupId>com.twelvemonkeys.imageio</groupId> <artifactId>imageio-jpeg</artifactId> - <version>3.0.2</version> + <version>3.4.1</version> </dependency> <dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>jbig2-imageio</artifactId> - <version>3.0.0</version> + <version>3.0.2</version> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit ce1413ee65e7d6fd77df5e051908f28f42725eeb Author: jcouteau <couteau@codelutin.com> Date: Mon Oct 1 15:24:20 2018 +0200 Update licences --- .../faxtomail/services/service/ImageUtilTest.java | 4 ++++ faxtomail-ui-swing/src/license/THIRD-PARTY.properties | 13 +++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/faxtomail-service/src/test/java/com/franciaflex/faxtomail/services/service/ImageUtilTest.java b/faxtomail-service/src/test/java/com/franciaflex/faxtomail/services/service/ImageUtilTest.java new file mode 100644 index 00000000..c8e5f207 --- /dev/null +++ b/faxtomail-service/src/test/java/com/franciaflex/faxtomail/services/service/ImageUtilTest.java @@ -0,0 +1,4 @@ +package com.franciaflex.faxtomail.services.service; + +public class ImageUtilTest { +} diff --git a/faxtomail-ui-swing/src/license/THIRD-PARTY.properties b/faxtomail-ui-swing/src/license/THIRD-PARTY.properties index 380221f1..5234bc25 100644 --- a/faxtomail-ui-swing/src/license/THIRD-PARTY.properties +++ b/faxtomail-ui-swing/src/license/THIRD-PARTY.properties @@ -5,6 +5,8 @@ # - Apache License # - Apache License 2.0 # - Apache License, version 2.0 +# - BSD 3-clause License +# - BSD 3-clause License w/nuclear disclaimer # - BSD License # - Bouncy Castle Licence # - CDDL @@ -25,6 +27,7 @@ # - GNU Library or Lesser General Public License # - GPLv2+CE # - General Public License (GPL) +# - JJ2000 # - LGPL # - LGPL 2.1 # - Lesser General Public License (LGPL) @@ -35,20 +38,14 @@ # - New BSD License # - Public Domain # - The Apache Software License, Version 2.0 +# - The BSD License # - The H2 License, Version 1.0 -# - The MIT License # - UnboundID LDAP SDK Free Use License #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Sun Mar 01 12:20:52 CET 2015 -com.twelvemonkeys.common--common-image--3.0.2=BSD License -com.twelvemonkeys.common--common-io--3.0.2=BSD License -com.twelvemonkeys.common--common-lang--3.0.2=BSD License -com.twelvemonkeys.imageio--imageio-core--3.0.2=BSD License -com.twelvemonkeys.imageio--imageio-jpeg--3.0.2=BSD License -com.twelvemonkeys.imageio--imageio-metadata--3.0.2=BSD License +#Mon Oct 01 15:21:48 CEST 2018 commons-codec--commons-codec--1.2=The Apache Software License, Version 2.0 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=BSD License -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm