Repository: servicemix Updated Branches: refs/heads/servicemix-5.2.x 862ab2d9e -> 513090068
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/51309006 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/51309006 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/51309006 Branch: refs/heads/servicemix-5.2.x Commit: 513090068591d608390689c093862293ee82185f Parents: 862ab2d Author: Krzysztof Sobkowiak <[email protected]> Authored: Tue Apr 7 18:10:20 2015 +0200 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Tue Apr 7 18:10:20 2015 +0200 ---------------------------------------------------------------------- RELEASE-NOTES | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/51309006/RELEASE-NOTES ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2d6ffa3..e263aed 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,49 @@ * limitations under the License. */ + Apache ServiceMix 5.2.1 + ================================ + 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.2.1 is a new minor release, which includes a few bug fixes and +a new version of Apache karaf, Apache ActiveMQ, Apache Camel and Apache CXF. +This release includes: + +- Apache ActiveMQ 5.10.2 (http://activemq.apache.org) +- Apache Camel 2.14.2 (http://camel.apache.org) +- Apache CXF 3.0.4 (http://cxf.apache.org) +- Apache Karaf 2.3.10 (http://karaf.apache.org) + + + Changelog + --------- + +** Bug + * [SM-2317] - activemq:browse no more working + * [SM-2335] - installing both webconsole and activemq-web-console causes hang + * [SM-2422] - Multiple JMS connection factories found for amq-broker + * [SM-2425] - Compilation of examples included in distribution fails + * [SM-2464] - Unable to install the bundle created using the servicemix-cxf-code-first-osgi-bundle and servicemix-cxf-wsdl-first-osgi-bundle archetype + * [SM-2492] - Wrong sample keystore format in examples contained in the assembly + +** Task + * [SM-2413] - Release Apache ServiceMix 5.2.1 + * [SM-2421] - Upgrade to ActiveMQ 5.10.1 + * [SM-2426] - Add missing maven plugin versions to examples parent pom in the distribution + * [SM-2431] - Upgrade to Karaf 2.3.10 + * [SM-2432] - Upgrade to ActiveMQ 5.10.2 + * [SM-2438] - Upgrade to Camel 2.14.2 + * [SM-2473] - Consistent usage of joda-time bundle + * [SM-2474] - Consistent usage of scala bundle + * [SM-2487] - Upgrade to Scala 2.10.4 + * [SM-2488] - Upgrade to Jackson 2.3.3 + * [SM-2490] - Upgrade to CXF 3.0.4 + Apache ServiceMix 5.2.0 ================================ Overview
