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

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

    [ https://issues.apache.org/jira/browse/TIKA-2710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16584598#comment-16584598 ] 

Hudson commented on TIKA-2710:
------------------------------

SUCCESS: Integrated in Jenkins build Tika-trunk #1551 (See [https://builds.apache.org/job/Tika-trunk/1551/])
TIKA-2710 - Change Tika OSGi Execution Environment to 1.8 (bob: [https://github.com/apache/tika/commit/711112cc78f0f270dbc66c619d9387ab260aee25])
* (add) tika-bundle/src/main/resources/META-INF/MANIFEST.MF
* (edit) tika-bundle/pom.xml


> 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
>            Priority: Major
>
> 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)