Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated Java 8 question in FAQ after question on user list

...

Can CXF run with JDK 1.8/Java 8?

Most of CXF 3.0.0 can run with Java 8.  Building CXF cannot currently be done with Java8 due to problems with various Maven plugins, problems with JIBX, etc...   The tooling may require a -Djavax.xml.accessExternalSchema=file  VM argument to allow JAXB to process and parse schemas.   Many of the CXF tests fail for the same reason.   We are hoping that with CXF 3.0.1, we can fix a majority of the issues (JIBX issues are still outstanding) via updates to tests, new version of JAXB, etc...Yes. CXF supports Java 8. The latest 3.x version is built using JDK 1.8.

Can CXF run with JDK 1.7/Java 7?

...