You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/12/19 08:32:23 UTC

[camel] branch master updated (85b7fb3 -> 19abc15)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 85b7fb3  Remove duplicate adoc
     new 2a72966  Upgrade PDFBox to version 2.0.13
     new 19abc15  Camel-Pdf: Fixed CS

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/java/org/apache/camel/component/pdf/PdfEndpoint.java       | 2 +-
 parent/pom.xml                                                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 02/02: Camel-Pdf: Fixed CS

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 19abc151900f9249a0105f8844d9e4d2b67ea32a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Dec 19 09:29:08 2018 +0100

    Camel-Pdf: Fixed CS
---
 .../src/main/java/org/apache/camel/component/pdf/PdfEndpoint.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-pdf/src/main/java/org/apache/camel/component/pdf/PdfEndpoint.java b/components/camel-pdf/src/main/java/org/apache/camel/component/pdf/PdfEndpoint.java
index 80588ac..8af7745 100644
--- a/components/camel-pdf/src/main/java/org/apache/camel/component/pdf/PdfEndpoint.java
+++ b/components/camel-pdf/src/main/java/org/apache/camel/component/pdf/PdfEndpoint.java
@@ -20,9 +20,9 @@ import org.apache.camel.Component;
 import org.apache.camel.Consumer;
 import org.apache.camel.Processor;
 import org.apache.camel.Producer;
-import org.apache.camel.support.DefaultEndpoint;
 import org.apache.camel.spi.UriEndpoint;
 import org.apache.camel.spi.UriParam;
+import org.apache.camel.support.DefaultEndpoint;
 
 /**
  * The pdf components provides the ability to create, modify or extract content from PDF documents.


[camel] 01/02: Upgrade PDFBox to version 2.0.13

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 2a72966a0feef2aebca40e44643078e0675d4976
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Dec 19 09:26:34 2018 +0100

    Upgrade PDFBox to version 2.0.13
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d9ac3ac..5a0656b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -568,7 +568,7 @@
     <pax-exam-version>4.13.0</pax-exam-version>
     <pax-tiny-bundle-version>1.3.2</pax-tiny-bundle-version>
     <pax-logging-version>1.8.6</pax-logging-version>
-    <pdfbox-version>2.0.12</pdfbox-version>
+    <pdfbox-version>2.0.13</pdfbox-version>
     <pgjdbc-ng-driver-version>0.7.1</pgjdbc-ng-driver-version>
     <protobuf-version>3.5.1</protobuf-version>
     <protobuf-javanano-version>3.1.0</protobuf-javanano-version>