Repository: servicemix Updated Branches: refs/heads/master cd6778c17 -> 36b9502df
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/36b9502d Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/36b9502d Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/36b9502d Branch: refs/heads/master Commit: 36b9502df3c9275ef1a301f24e68dbcc96d111e4 Parents: cd6778c Author: Krzysztof Sobkowiak <[email protected]> Authored: Sat Nov 26 21:54:30 2016 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Sat Nov 26 21:54:30 2016 +0100 ---------------------------------------------------------------------- RELEASE-NOTES | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/36b9502d/RELEASE-NOTES ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4b97f48..876cd40 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,49 @@ * limitations under the License. */ + Apache ServiceMix 7.0.0.M3 + ================================ + Overview + -------- + + !! This is a technology preview release of Apache ServiceMix, and should NOT be considered production ready !! + +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 7.0.0 will be the first release based on Karaf 4.0.x, which includes numerous new features. +We ask that users provide the community with their feed back so that the full Apache ServiceMix 7.0.0 release +can be as feature complete and stable as possible. + +Apache ServiceMix 7.0.0.M3 is a new preview release of the project, which includes: + +- Apache ActiveMQ 5.14.1 (http://activemq.apache.org) +- Apache Camel 2.16.4 (http://camel.apache.org) +- Apache CXF 3.1.5 (http://cxf.apache.org) +- Apache Karaf 4.0.7 (http://karaf.apache.org) + + + Changelog + --------- + +** Bug + * [SM-3040] - Multiple staging repositories while releasing ServiceMix + * [SM-3045] - Assembly descriptor contains a *nix-specific root-relative-reference + * [SM-3093] - Examples compile error + * [SM-3106] - exec-maven-plugin.version is not set in examples pom.xml + +** Task + * [SM-3067] - Upgrade to Apache ActiveMQ 5.13.4 + * [SM-3081] - Upgrade to Apache Karaf 4.0.6 + * [SM-3082] - Update Exec Maven Plugin to version 1.5.0 + * [SM-3083] - Upgrade to Apache ActiveMQ 5.14.x + * [SM-3103] - Upgrade to Apache Karaf 4.0.7 + * [SM-3110] - Upgrade to Apache Camel 2.16.4 + * [SM-3123] - Use values from system.properties in several ActiveMQ configurartion files + * [SM-3167] - Release Apache ServiceMix 7.0.0.M3 + + Apache ServiceMix 7.0.0.M2 ================================ Overview
