]
Geoffrey De Smet commented on DROOLS-823:
-----------------------------------------
I guess that means that the verifier model jar is fine?
I presume the output would clearly state FAILURE or ERROR otherwise.
Try kie-api.jar and drools-compiler.jar.
IIRC, there's a sun.* import in there somewhere.
Run "jdeps -jdkinternals" on all drools/optaplanner/jbpm
jars and send report to developers
-------------------------------------------------------------------------------------------
Key: DROOLS-823
URL:
https://issues.jboss.org/browse/DROOLS-823
Project: Drools
Issue Type: Task
Reporter: Geoffrey De Smet
Assignee: Michael Biarnes Kiefer
Priority: Minor
We need to prepare for Java 9.
See
https://twitter.com/royvanrijn/status/611479966824439808
With JDK 8 run that command on every jar and war that we produce in kie (such as
drools-core, optaplanner.core, etc) with quick script (use tmp copy of mvn-all.sh or
something).
Then send that report the to bsig list.
Make a jira for every project that has 1 or more errors in the list, so we can track this
risk properly.