Fixed
Details
Assignee
Paolo AntinoriPaolo AntinoriReporter
Sanne GrinoveroSanne GrinoveroComponents
Fix versions
Priority
Major
Details
Details
Assignee
Paolo Antinori
Paolo AntinoriReporter
Sanne Grinovero
Sanne GrinoveroComponents
Fix versions
Priority
Created September 29, 2017 at 10:56 AM
Updated November 27, 2017 at 2:01 PM
Resolved November 27, 2017 at 2:01 PM
When running the build on JDK9 we currently disable some modules because of third party tools not working fine yet.
One of the disabled modules is
<module>integrationtest/osgi/karaf-it</module>
as the current version we use of Apache Karaf (and possibly PAX-EXAM?) are not booting when running the build with JDK9.There might be updated components released by now? Or some known workaround?
N.B. the current
pom.xml
triggers a profile which will skip this module automatically when running with JDK9, so to test this one will have to amend the build files first.