[
https://issues.jboss.org/browse/JBWS-4099?page=com.atlassian.jira.plugin....
]
Jan Blizňák edited comment on JBWS-4099 at 2/20/18 10:38 AM:
-------------------------------------------------------------
There are not many changes from JDK9, as a first step it should be enough to activate
already existing 'JDK9' profiles with modular arguments, these are in
jbossws-parent and jbossws-cxf, just change the enforcer rule to open interval:
{code:xml}
<jdk>[9,)</jdk>
{code}
There is also an issue with surefire plugin 2.20.1 not working on JKD10 at the moment,
2.19.1 works for now; fixed in 2.21.0, it will be released soon.
was (Author: jbliznak):
There are not many changes from JDK9, as a first step it should be enough to activate
already existing 'JDK9' profiles with modular arguments, these are in
jbossws-parent and jbossws-cxf, just change the enforcer rule to open interval:
{code:xml}
<jdk>[9,)</jdk>
{code}
There is also an issue with surefire plugin 2.20.1 not working on JKD10 at the moment,
2.19.1 works for now.
JDK10 support
-------------
Key: JBWS-4099
URL:
https://issues.jboss.org/browse/JBWS-4099
Project: JBoss Web Services
Issue Type: Feature Request
Components: jbossws-cxf
Affects Versions: jbossws-cxf-5.2.0.Final
Reporter: Jan Blizňák
With JDK10 release coming within weeks we should enable JBWS to build and test also on
this JDK.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)