Repository: servicemix Updated Branches: refs/heads/servicemix-5.3.x 4d40fe7aa -> 5dfb5b918
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/5dfb5b91 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/5dfb5b91 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/5dfb5b91 Branch: refs/heads/servicemix-5.3.x Commit: 5dfb5b9180dcfccd3d8447221e4fa5efa2eefb9c Parents: 4d40fe7 Author: Krzysztof Sobkowiak <[email protected]> Authored: Tue Apr 7 18:03:54 2015 +0200 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Tue Apr 7 18:03:54 2015 +0200 ---------------------------------------------------------------------- RELEASE-NOTES | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/5dfb5b91/RELEASE-NOTES ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 385a036..c00d32d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,50 @@ * limitations under the License. */ + Apache ServiceMix 5.3.2 + ================================ + + 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.3.2 is a new minor release, which includes a few bug fixes and +a new version of Apache ActiveMQ, Apache Camel 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.4.1 (http://karaf.apache.org) + + + Changelog + --------- + +** Bug + * [SM-2317] - activemq:browse no more working + * [SM-2330] - Remove joda-time from startup.properties + * [SM-2414] - Camel route does not run when it's placed into deploy folder + * [SM-2422] - Multiple JMS connection factories found for amq-broker + * [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-2485] - Add missing wrap deployer + * [SM-2492] - Wrong sample keystore format in examples contained in the assembly + +** Task + * [SM-2419] - Release Apache ServiceMix 5.3.2 + * [SM-2421] - Upgrade to ActiveMQ 5.10.1 + * [SM-2426] - Add missing maven plugin versions to examples parent pom in the distribution + * [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.3.1 ================================
