Apache CXF 3.2.10 Release Notes

1. Overview

The 3.2.x versios of Apache CXF is a significant new version of CXF
that provides several new features and enhancements.  

New features include: 
* JAX-RS 2.1 (JSR370) support including the implementation of Reactive Client 
  and Server Sent Events API
* Enhanced Swagger2 support including new java2swagger Maven plugin
* WS-Transfer specification support
* Enhanced Tracing support with Brave
* Support for Spring Boot 2.x
* JAX-WS - support for per-operation schema validation configuration
* WSS4J Signatures can support MTOM attachments
* Preliminary support for running on Java 9  (no module support yet)
* New http-undertow transport

3.2.10 fixes over 19 JIRA issues reported by users and the community since 3.2.9.


Important notes:
CXF 3.2.x no longer supports Java 7.   You must upgrade to Java 8 or later.

Users are encouraged to review the migration guide at:
http://cxf.apache.org/docs/32-migration-guide.html
for further information and requirements for upgrading from earlier
versions of CXF.


2. Installation Prerequisites 

Before installing Apache CXF, make sure the following products,
with the specified versions, are installed on your system:

    * Java 8 Development Kit
    * Apache Maven 3.x to build the samples


3.  Integrating CXF Into Your Application

If you use Maven to build your application, you need merely add
appropriate dependencies. See the pom.xml files in the samples.

If you don't use Maven, you'll need to add one or more jars to your
classpath. The file lib/WHICH_JARS should help you decide which 
jars you need.

4. Building the Samples

Building the samples included in the binary distribution is easy. Change to
the samples directory and follow the build instructions in the README.txt file 
included with each sample.

5. Reporting Problems

If you have any problems or want to send feedback of any kind, please e-mail the
CXF dev list, dev@cxf.apache.org.  You can also file issues in JIRA at:

http://issues.apache.org/jira/browse/CXF

6. Migration notes:

See the migration guide at:
http://cxf.apache.org/docs/32-migration-guide.html
for caveats when upgrading.


7. Specific issues, features, and improvements fixed in this version

** Bug
* [CXF-8041] - Error resolving relative XSD Schema on Tomcat
* [CXF-8043] - XKMS LdapCertificateRepo searching using DN doesn't work
* [CXF-8046] - Resource Listing in CXF 3.3.x does not recognize OpenAPI endpoints
* [CXF-8049] - org.apache.cxf.common.util.Compiler fails to compile if a classpath entry contains spaces
* [CXF-8052] - Cannot set JAXB schema compiler options
* [CXF-8055] - AsyncHTTPConduit should also consider jaxws spec timeout properties
* [CXF-8059] - @FormParam inside @BeanParam not working
* [CXF-8062] - MessageContext.HTTP_RESPONSE_CODE cannot be obtained if response code is not 4xx
* [CXF-8071] - XKMS LdapCertificateRepo searching using Service UID doesn't work
* [CXF-8072] - Loggers logs request twice in case of Fault (CXF-7518 again)
* [CXF-8077] - WSS4JInInterceptor is not thread safe
* [CXF-8088] - ensure jaxrs endpoint can work correctly when using a shared bus exposed from another bundle

** Improvement
* [CXF-7966] - Beanspector throws IllegalArgumentException when dealing with overridden methods
* [CXF-8045] - Disable HTTP TRACE method on CXF http-undertow transport
* [CXF-8056] - Update to latest Brave 5.6.5
* [CXF-8064] - OpenApiFeature(OpenAPI V3) should be able to work with camel-cxfrs endpoint
* [CXF-8076] - Check for recursive calls when invoking on an STS using its own IssuedToken policy
* [CXF-8083] - ensure java2swagger-plugin|java2ws-plugin m2e compatible

** Test
* [CXF-8081] - should cache reactor OutputStream

