Repository: cxf Updated Branches: refs/heads/master f8a3ab807 -> 70ac8edcc
Minor updates to the release notes Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/70ac8edc Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/70ac8edc Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/70ac8edc Branch: refs/heads/master Commit: 70ac8edcc95d88ae4a338005ffd07fe149b46793 Parents: f8a3ab8 Author: Sergey Beryozkin <[email protected]> Authored: Tue Sep 5 17:11:07 2017 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Tue Sep 5 17:11:07 2017 +0100 ---------------------------------------------------------------------- distribution/src/main/release/release_notes.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/70ac8edc/distribution/src/main/release/release_notes.txt ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/release_notes.txt b/distribution/src/main/release/release_notes.txt index eb0fb54..6803428 100644 --- a/distribution/src/main/release/release_notes.txt +++ b/distribution/src/main/release/release_notes.txt @@ -6,8 +6,9 @@ The 3.2.0 version of Apache CXF is a significant new version of CXF that provides several new features and enhancements. New features include: -* JAX-RS 2.1 support -* Enhance Swagger support including new java2swagger Maven plugin +* 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 @@ -19,8 +20,8 @@ New features include: Important notes: CXF 3.2.x no longer supports Java 7. You must upgrade to Java 8 or later. -Users are encourage to review the migration guide at: -http://cxf.apache.org/docs/31-migration-guide.html +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.
