Apache CXF 3.2.11 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.11 fixes over 11 JIRA issues reported by users and the community since 3.2.10.


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-8089] - Build Comma Separated Values in url from Array/List Query Param
    * [CXF-8118] - CXF LoggingInInterceptor: CachedWriter leaks
    * [CXF-8123] - FIQL parser throws a StringIndexOutOfBoundsException on a wildcard character
    * [CXF-8124] - CXF metrics - MetricsContext#stop called twice or without Fault in certain error cases
    * [CXF-8127] - LoggingFeature - Wrong address concatenation
    * [CXF-8128] - Fill address field in case of responses

** Improvement
    * [CXF-8094] - Add a way to register additional classes in WadlGenerator
    * [CXF-8105] - introduce a property for JMS transport client to decide reset JMS connection or not when client timeout
    * [CXF-8125] - Support for using thread-safe application-defined StAX-factories
    * [CXF-8133] - Disable JAX-RS HTTP method overriding by default

** Task
    * [CXF-8107] - Update to Swagger Core 2.0.10/1.5.24 and SwaggerUI 3.24.0




