Repository: servicemix Updated Branches: refs/heads/servicemix-5.1.x 3a79aca2c -> a990f45b5
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/a990f45b Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/a990f45b Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/a990f45b Branch: refs/heads/servicemix-5.1.x Commit: a990f45b5432bcf7382f9433422e99abfe82e50d Parents: 3a79aca Author: Krzysztof Sobkowiak <[email protected]> Authored: Fri Mar 27 17:57:15 2015 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Fri Mar 27 17:57:15 2015 +0100 ---------------------------------------------------------------------- RELEASE-NOTES | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/a990f45b/RELEASE-NOTES ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index af2db16..58cbd07 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,48 @@ * limitations under the License. */ + Apache ServiceMix 5.1.5 + ================================ + 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.5 is a new minor release, which includes a few bug fixes and +a new version of Apache Karaf, Apache Camel, Apache ActiveMQ and Apache CXF. +This release includes: + +- Apache ActiveMQ 5.10.2 (http://activemq.apache.org) +- Apache Camel 2.13.4 (http://camel.apache.org) +- Apache CXF 2.7.14 (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 + +** Improvement + * [SM-2426] - Add missing maven plugin versions to examples parent pom in the distribution + +** Task + * [SM-2407] - Release Apache ServiceMix 5.1.5 + * [SM-2421] - Upgrade to ActiveMQ 5.10.1 + * [SM-2431] - Upgrade to Karaf 2.3.10 + * [SM-2432] - Upgrade to ActiveMQ 5.10.2 + * [SM-2467] - Upgrade to Camel 2.13.4 + * [SM-2473] - Consistent usage of joda-time bundle + * [SM-2474] - Consistent usage of scala bundle + * [SM-2486] - Upgrade to CXF 2.7.14 + * [SM-2487] - Upgrade to Scala 2.10.4 + * [SM-2488] - Upgrade to Jackson 2.3.3 + + Apache ServiceMix 5.1.4 ================================ Overview
