[
https://issues.apache.org/jira/browse/CAMEL-11976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16234172#comment-16234172
]
ASF GitHub Bot commented on CAMEL-11976:
----------------------------------------
GitHub user ppalaga opened a pull request:
https://github.com/apache/camel/pull/2073
CAMEL-11976: Align pdfbox versions to 2.0.6
https://issues.apache.org/jira/browse/CAMEL-11976
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ppalaga/camel CAMEL-11976
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2073.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2073
----
commit c54e87312e23ca358392d9b0a3be42a9de8b25c5
Author: Peter Palaga <[email protected]>
Date: 2017-11-01T14:53:00Z
CAMEL-11976: Align pdfbox versions to 2.0.6
----
> Align pdfbox versions to 2.0.6
> ------------------------------
>
> Key: CAMEL-11976
> URL: https://issues.apache.org/jira/browse/CAMEL-11976
> Project: Camel
> Issue Type: Bug
> Reporter: Peter Palaga
> Assignee: Peter Palaga
>
> {{org.apache.pdfbox}} is currently used by the following components
> * {{camel-fop}} uses {{org.apache.pdfbox:pdfbox}} 1.8.13
> * {{camel-pdf}} uses {{org.apache.pdfbox:pdfbox}} 1.8.13
> * {{camel-tika}} transitively depends on
> ** {{org.apache.pdfbox:pdfbox}} 2.0.6
> ** {{org.apache.pdfbox:fontbox}} 2.0.6
> ** {{org.apache.pdfbox:pdfbox-tools}} 2.0.6
> ** {{org.apache.pdfbox:pdfbox-debugger}} 2.0.6
> ** and {{org.apache.pdfbox:jempbox}} 1.8.13 (!)
> Because pdfbox 2.0 is not backwards compatible with 1.8 we are not able to
> add Tika to WildFly Camel, where we already have {{camel-pdf}} and
> {{camel-fop}}.
> I propose to align all the above artifacts to 2.0.6, except for {{jempbox}}
> that has to stay on 1.8.13, because there is no {{jempbox}} in {{pdfbox}} 2.0.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)