Tim Allison created TIKA-3436:
---------------------------------
Summary: 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
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)