Repository: servicemix Updated Branches: refs/heads/servicemix-5.0.x dd6a5e398 -> f2641fd81
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/f2641fd8 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/f2641fd8 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/f2641fd8 Branch: refs/heads/servicemix-5.0.x Commit: f2641fd81996a4674c0c95b34c109cebebcd4e3e Parents: dd6a5e3 Author: Krzysztof Sobkowiak <[email protected]> Authored: Tue Nov 11 19:20:19 2014 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Tue Nov 11 19:20:19 2014 +0100 ---------------------------------------------------------------------- RELEASE-NOTES | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/f2641fd8/RELEASE-NOTES ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9aa10da..1706aa9 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,46 @@ * limitations under the License. */ + Apache ServiceMix 5.0.6 + ================================ +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. + +This is a new minor release of the project, which includes new versions of Apache Karaf, +Apache Camel and CXF. It also contains a few bug fixes. + +Apache ServiceMix 5.0.6 includes: +- Activiti 5.15.1 (http://www.activiti.org) +- Apache ActiveMQ 5.9.1 (http://activemq.apache.org) +- Apache Camel 2.12.5 (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.0.5 ================================ Overview
