openrewrite / rewrite-migrate-java

OpenRewrite recipes for migrating to newer versions of Java.
Apache License 2.0
107 stars 73 forks source link

Investigate how to migrate CXF projects to Java 11 #28

Open tkvangorder opened 3 years ago

tkvangorder commented 3 years ago

Apache CXF is an alternate JAX-WS implementation and we may need to move the JAX-WS to an imperative recipe and then detect which implementation is in use and then migrate appropriately.

See : https://cxf.apache.org/docs/33-migration-guide.html

pway99 commented 3 years ago

CXF supports Java 9-11 starting with the 3.3.x release.