Mark Raynsford created FELIX-5698:
-------------------------------------
Summary: Bundle plugin cannot cope with Java 9 module-info.java
Key: FELIX-5698
URL: https://issues.apache.org/jira/browse/FELIX-5698
Project: Felix
Issue Type: Bug
Components: Maven Bundle Plugin
Affects Versions: maven-bundle-plugin-3.3.0
Environment: java version "9"
Java(TM) SE Runtime Environment (build 9+181)
Java HotSpot(TM) 64-Bit Server VM (build 9+181, mixed mode)
Reporter: Mark Raynsford
Please see the trivial repro case at:
[maven-bundle-plugin-20170923|https://github.com/io7m/maven-bundle-plugin-20170923]
The plugin fails with:
{noformat}
[ERROR] Bundle com.io7m.bugs:maven-bundle-plugin-20170923:bundle:0.1.0 :
Exception: java.lang.ArrayIndexOutOfBoundsException: 19
[ERROR] Bundle com.io7m.bugs:maven-bundle-plugin-20170923:bundle:0.1.0 :
Invalid class file module-info.class (java.lang.ArrayIndexOutOfBoundsException:
19)
{noformat}
There doesn't appear to be a way to exclude the module-info.java files from
BND's class file analysis. An easy fix for this bug would be to simple ignore
module-info.java files as they're irrelevant for OSGi (but will be present in
projects that aim to support both OSGi and Jigsaw).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)