Hi Pavan,

That’s true that those modules will be removed since JDK11, but it doesn’t mean 
the end of life for XML Webservice.

CXF will continue to support it by using external dependencies like

                <dependency>
                    <groupId>javax.xml.bind</groupId>
                    <artifactId>jaxb-api</artifactId>
                </dependency>
                <dependency>
                    <groupId>javax.xml.ws</groupId>
                    <artifactId>jaxws-api</artifactId>
                <dependency>

in CXF 3.3.

-------------
Freeman(Yue) Fang

Red Hat, Inc. 
FuseSource is now part of Red Hat



> On Sep 11, 2018, at 2:48 PM, pavan challa <pavanmunn...@gmail.com> wrote:
> 
> Hi,
> 
> Given that the "java.xml.bind" & "java.xml.ws" modules have been marked for
> removal from Java 9, should we treat it as end of life for XML Webservices.
> 
> How Apache CXF is going to support JAX-WS front end in it's future
> versions? Do we have an alternative? Is RESTFul the only way going forward?
> 
> Apologies if this has been discussed on this forum earlier. I would really
> appreciate if any of you can provide an archive link of that thread.
> 
> Appreciate your help. Thanks in advance.
> 
> Thanks & Regards,
> -Pavan

Reply via email to