]
Thomas Diesler reassigned ARQ-2201:
-----------------------------------
Assignee: (was: Thomas Diesler)
arquillian-container-karaf-managed can not start the karaf server
with JDK9+
----------------------------------------------------------------------------
Key: ARQ-2201
URL:
https://issues.jboss.org/browse/ARQ-2201
Project: Arquillian
Issue Type: Bug
Components: OSGi Containers
Reporter: Amos Feng
Priority: Major
Karaf support the JDK9+ since 4.2.0 but when starting with the arquillian the error is
{noformat}
-Djava.endorsed.dirs=/path/to/apache-karaf-minimal-4.2.0/lib/endorsed is not supported.
{noformat}
The possible fix could be with
[
KarafManagedDeployableContainer.java|https://github.com/arquillian/arquil...]
and should not pass the "-Dendorsed" argument when the JDK version >= 9