ops4j / org.ops4j.pax.exam2

Pax Exam is a testing framework for OSGi
https://ops4j1.jira.com/wiki/spaces/PAXEXAM4/
Apache License 2.0
84 stars 100 forks source link

Add jdk9plus lib directory to karaf classpath. #87

Closed bobpaulin closed 4 years ago

bobpaulin commented 4 years ago

Currently Karaf startup files include adding lib/jdk9plus to the classpath if the jdk is beyond 8. Libraries that require JavaEE libraries that have been removed in Java 11 fail without this.

https://github.com/apache/karaf/blob/43207e4cfcd2619483a84da90dd78077c4bdd9d7/assemblies/features/base/src/main/filtered-resources/resources/bin/karaf.bat#L318