Repository: servicemix Updated Branches: refs/heads/servicemix-5.1.x 819ae6637 -> 705fdeabf
Prepare for release: Update RELEASE-NOTES Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/705fdeab Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/705fdeab Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/705fdeab Branch: refs/heads/servicemix-5.1.x Commit: 705fdeabf5ca89019ebd17d7d403693a2571a5f9 Parents: 819ae66 Author: Krzysztof Sobkowiak <[email protected]> Authored: Tue Nov 11 19:33:27 2014 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Tue Nov 11 19:33:27 2014 +0100 ---------------------------------------------------------------------- RELEASE-NOTES | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/705fdeab/RELEASE-NOTES ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8ac8edf..af2db16 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,45 @@ * limitations under the License. */ + Apache ServiceMix 5.1.4 + ================================ + Overview + -------- + +Apache ServiceMix is a flexible, open-source integration container that unifies the +features and functionality of Apache ActiveMQ, Camel, CXF, and Karaf into a powerful +runtime platform you can use to build your own integrations solutions. + +Apache ServiceMix 5.1.4 is a new minor release, which includes a few bug fixes and +a new version of Apache Karaf, Apache Camel and CXF. This release includes: + +- Apache ActiveMQ 5.10.0 (http://activemq.apache.org) +- Apache Camel 2.13.3 (http://camel.apache.org) +- Apache CXF 2.7.13 (http://cxf.apache.org) +- Apache Karaf 2.3.9 (http://karaf.apache.org) + + Changelog + --------- + +** Bug +* [SM-2346] - Can not resolve feature: camel-avro +* [SM-2396] - CXF WSN sample installation fails + +** Improvement +* [SM-2388] - Add "update-strategy" to camel-blueprint example + +** Task +* [SM-2380] - Create a overview page with servicemix roadmap +* [SM-2385] - Upgrade to Camel 2.13.3 and CXF 2.7.13 +* [SM-2386] - Release Apache ServiceMix 5.1.4 +* [SM-2397] - Upgrade to Karaf 2.3.9 +* [SM-2398] - Upgrade maven plugins +* [SM-2399] - Upgrade to Apache POM 15 +* [SM-2400] - Upgrade to Felix maven-bundle-plugin 2.5.3 +* [SM-2402] - Use correct cxf.codegen-plugin version +* [SM-2403] - Upgrade to maven-surefire-plugin 2.18 + + Apache ServiceMix 5.1.3 ================================ Overview
