You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tim Allison (Jira)" <ji...@apache.org> on 2021/06/03 17:08:00 UTC

[jira] [Created] (TIKA-3436) Add multi-release for 2.x

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)