[
https://issues.apache.org/jira/browse/TIKA-3436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356655#comment-17356655
]
Hudson commented on TIKA-3436:
------------------------------
SUCCESS: Integrated in Jenkins build Tika ยป tika-main-jdk8 #256 (See
[https://ci-builds.apache.org/job/Tika/job/tika-main-jdk8/256/])
TIKA-3436 (tallison:
[https://github.com/apache/tika/commit/4a0a4903f2984d1e5a1c886e2b8bb2343c0c3ef0])
* (edit) tika-app/pom.xml
* (edit) tika-eval/tika-eval-app/pom.xml
* (edit) tika-server/tika-server-standard/pom.xml
> Add multi-release for 2.x
> -------------------------
>
> Key: TIKA-3436
> URL: https://issues.apache.org/jira/browse/TIKA-3436
> Project: Tika
> Issue Type: Bug
> Reporter: Tim Allison
> Priority: Major
> Fix For: 2.0.0
>
>
> After upgrading to log4j2, we're getting {{WARNING:
> sun.reflect.Reflection.getCallerClass is not supported. This will impact
> performance.}}. This kills async and pipes because the warning is written to
> stdout at least in the sub process. Adding multi release fixes this problem.
> {noformat}
> <manifestEntries>
> <Multi-Release>true</Multi-Release>
> </manifestEntries>
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)