Re: Life of Apache CXF JAX-WS from Java 9 & greater

2018-09-11 Thread pavan challa
Thank you so much Freeman & Dan. -Pavan On Tue, Sep 11, 2018 at 7:04 PM Daniel Kulp wrote: > > As Freeman stated, the “API” classes are being removed from the JDK, but > that does not mean they are deprecated or disabled or anything like that. > It just means that if we need to use them, we

Re: Life of Apache CXF JAX-WS from Java 9 & greater

2018-09-11 Thread Daniel Kulp
As Freeman stated, the “API” classes are being removed from the JDK, but that does not mean they are deprecated or disabled or anything like that. It just means that if we need to use them, we need to add explicit dependencies into our POM’s and pretty much treat them like any other API

Re: Life of Apache CXF JAX-WS from Java 9 & greater

2018-09-11 Thread Freeman Fang
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 javax.xml.bind jaxb-api