[
https://issues.apache.org/jira/browse/TIKA-4139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17771646#comment-17771646
]
Hudson commented on TIKA-4139:
------------------------------
SUCCESS: Integrated in Jenkins build Tika ยป tika-main-jdk11 #1320 (See
[https://ci-builds.apache.org/job/Tika/job/tika-main-jdk11/1320/])
TIKA-4139 (#1381) (github:
[https://github.com/apache/tika/commit/1a0b35ca373172bbdee411dc1b079ad90ef2abf1])
* (edit)
tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-jdbc-commons/pom.xml
* (edit)
tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-digest-commons/pom.xml
* (edit)
tika-parsers/tika-parsers-standard/tika-parsers-standard-package/pom.xml
* (edit) tika-pipes/tika-emitters/tika-emitter-jdbc/pom.xml
* (edit) tika-handlers/tika-handler-boilerpipe/pom.xml
* (edit) tika-langdetect/tika-langdetect-opennlp/pom.xml
* (edit) tika-langdetect/tika-langdetect-optimaize/pom.xml
* (edit)
tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-mail-commons/pom.xml
* (edit) tika-langdetect/tika-langdetect-lingo24/pom.xml
* (edit) tika-langdetect/tika-langdetect-mitll-text/pom.xml
* (edit) tika-detectors/tika-detector-siegfried/pom.xml
* (edit) tika-java7/pom.xml
* (edit) tika-bundles/tika-bundle-standard/pom.xml
* (edit) tika-fuzzing/pom.xml
* (edit) tika-langdetect/tika-langdetect-tika/pom.xml
* (edit) tika-pipes/tika-httpclient-commons/pom.xml
> Tika modules are not JPMS friendly
> ----------------------------------
>
> Key: TIKA-4139
> URL: https://issues.apache.org/jira/browse/TIKA-4139
> Project: Tika
> Issue Type: Improvement
> Affects Versions: 2.9.0
> Reporter: Maxim Solodovnik
> Priority: Major
> Fix For: 3.0.0-BETA
>
>
> Hello,
> Tika-3 has some major changes, let's add some more :)
> Recently I got following warning while trying to use Tika in JPMS web
> application:
> {code}
> [INFO] --- compiler:3.11.0:compile (default-compile) @ openmeetings-util ---
> [WARNING] Can't extract module name from
> tika-parsers-standard-package-2.9.0.jar: tika.parsers.standard.package:
> Invalid module name: 'package' is not a Java identifier
> {code}
> I've checked {code}main{code} branch and find no {{module-info.java}} and
> {{Automatic-Module-Name}} also doesn't set.
> Maybe {{Automatic-Module-Name}} can be added to Tika modules?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)