You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Gary Gregory <ga...@gmail.com> on 2018/12/06 21:14:25 UTC

CXF 3.1.x and Java 11

Hi All:

Do you have a recommendation for updating a POM to build, embed, and run
CXF 3.1.x on Java 11. IOW what dependencies to add to make up for the
missing javax.xml.soap and javax.xml.ws packages removed in Java 11?

Thank you,
Gary

Re: CXF 3.1.x and Java 11

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Hi Gary

If it helps im using
https://github.com/Talend/component-runtime/blob/master/component-server-parent/component-server/pom.xml#L531
.
It is for a 3.2 but in terms of dependencies it should be ok for 3.1 if
target bytecode is supported by 3.1.

Le jeu. 6 déc. 2018 22:14, Gary Gregory <ga...@gmail.com> a écrit :

> Hi All:
>
> Do you have a recommendation for updating a POM to build, embed, and run
> CXF 3.1.x on Java 11. IOW what dependencies to add to make up for the
> missing javax.xml.soap and javax.xml.ws packages removed in Java 11?
>
> Thank you,
> Gary
>