You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Bob Paulin (JIRA)" <ji...@apache.org> on 2018/08/17 18:22:00 UTC

[jira] [Created] (TIKA-2710) Set Tika to OSGi Execution Environment JavaSE-1.8

Bob Paulin created TIKA-2710:
--------------------------------

             Summary: Set Tika to OSGi Execution Environment JavaSE-1.8
                 Key: TIKA-2710
                 URL: https://issues.apache.org/jira/browse/TIKA-2710
             Project: Tika
          Issue Type: Improvement
            Reporter: Bob Paulin
            Assignee: Bob Paulin


In TIKA-2692 the OSGi execution environment (osgi.ee) was removed since it was coming out as 9.0 when 1.8 was expected.  This is due to the org.ow2.asm:asm:6.2 JAR file having a module-info.class within it.  Turns out this causes the maven-bundle-plugin to increase the execution environment to Java 9.  Rather than removing osgi.ee we should manually set it to 1.8 which is correct since Java 8 will simply ignore the module-info.class.  This can be reverted once Tika moves up to Java 9 or beyond.{{}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)