[
https://issues.apache.org/jira/browse/TIKA-2466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16175537#comment-16175537
]
Hudson commented on TIKA-2466:
------------------------------
SUCCESS: Integrated in Jenkins build Tika-trunk #1370 (See
[https://builds.apache.org/job/Tika-trunk/1370/])
TIKA-2466 Remove JAXB for easier use with Java 9 via Robert Munteanu.
(tallison:
[https://github.com/apache/tika/commit/ac259320057d8b7a8937dc5ee183b3a5c346a3bc])
* (edit) tika-core/src/main/java/org/apache/tika/config/Param.java
* (edit) CHANGES.txt
* (edit) tika-core/src/main/java/org/apache/tika/parser/ParseContext.java
* (edit) tika-core/src/main/java/org/apache/tika/config/TikaConfig.java
* (edit) tika-core/src/main/java/org/apache/tika/utils/XMLReaderUtils.java
> Remove JAXB usage
> -----------------
>
> Key: TIKA-2466
> URL: https://issues.apache.org/jira/browse/TIKA-2466
> Project: Tika
> Issue Type: Improvement
> Components: config
> Affects Versions: 1.14, 1.15, 1.16
> Reporter: Robert Munteanu
> Fix For: 1.17
>
> Attachments: 0001-TIKA-2466-Remove-JAXB-usage.patch,
> 0001-TIKA-2466-Remove-JAXB-usage.patch,
> 0001-TIKA-2466-Remove-JAXB-usage.patch, 0001-TIKA-2466-Remove-JAXB-usage.patch
>
>
> Starting with Java 9 the {{javax.xml.bind}} classes are now part of the
> {{java.se.ee}} module which is not enabled by default. To simplify the Java 9
> integration ( no --add-modules CLI switch, no explicity Java 9 module ) I
> propose we simply replace JAXB with something else.
> See
> https://lists.apache.org/thread.html/72342314e709417bcb777fd3511b700dee443a3a658b730e52f99e38@%3Cuser.tika.apache.org%3E
> for more context
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)