[
https://issues.jboss.org/browse/ARQ-2201?page=com.atlassian.jira.plugin.s...
]
Thomas Diesler commented on ARQ-2201:
-------------------------------------
This project does currently not support Karaf-4.2 and AFAICS there are various other
issues related to JDK9+
I'm happy to verify a PR that updates to the latest Karaf and addresses theses issues.
Otherwise I suggest you switch to whatever test framework Karaf is using.
The JBoss-OSGi effort, which this was part of, stopped many years ago.
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
Assignee: Thomas Diesler
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
--
This message was sent by Atlassian Jira
(v7.12.1#712002)