[
https://issues.apache.org/jira/browse/TIKA-2607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16417511#comment-16417511
]
Hudson commented on TIKA-2607:
------------------------------
SUCCESS: Integrated in Jenkins build Tika-trunk #1459 (See
[https://builds.apache.org/job/Tika-trunk/1459/])
TIKA-2579 and TIKA-2607: Upgrade PDFBox to 2.0.9 and include new (tallison:
[https://github.com/apache/tika/commit/ee9e4f445dc8801fe69b5d7702c27aecbf9a6efd])
* (edit) tika-parsers/src/main/java/org/apache/tika/parser/pdf/PDFParser.java
* (edit)
tika-parsers/src/main/java/org/apache/tika/parser/image/ImageParser.java
* (edit) tika-parsers/pom.xml
* (edit) CHANGES.txt
> Exchange levigo-jbig2-imageio with pdfbox-jbig2-imageio:3.0.0
> -------------------------------------------------------------
>
> Key: TIKA-2607
> URL: https://issues.apache.org/jira/browse/TIKA-2607
> Project: Tika
> Issue Type: Sub-task
> Components: core, parser
> Reporter: Andreas Meier
> Priority: Major
>
> The jbig2-imageio (formerly levigo) is now ASL 2.0 compatible and Version
> 3.0.0 of it has been released as subproject of pdfbox. See
> https://pdfbox.apache.org/
> Therefore the old implementation and restriction
> {code:xml}
> <!-- Java ImageIO plugin for JBIG2 support (often used in PDF)
> This jbig2 dep is not distributed with Tika due to licensing
> issue (GPLV3). That's why it is included here as "test".
> https://github.com/levigo/jbig2-imageio
> -->
> <dependency>
> <groupId>com.levigo.jbig2</groupId>
> <artifactId>levigo-jbig2-imageio</artifactId>
> <version>1.6.5</version>
> <scope>test</scope>
> </dependency>
> {code}
> can be replaced with
> {code:xml}
> <dependency>
> <groupId>org.apache.pdfbox</groupId>
> <artifactId>jbig2-imageio</artifactId>
> <version>3.0.0</version>
> </dependency>
> {code}
> See also TIKA-2232
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)