Repository: servicemix Updated Branches: refs/heads/servicemix-5.0.x eebcef05a -> 58c90b337
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/e360cb21 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/e360cb21 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/e360cb21 Branch: refs/heads/servicemix-5.0.x Commit: e360cb219f2d0a8600b9442586b5f1a89f594fc5 Parents: eebcef0 Author: Gert Vanthienen <[email protected]> Authored: Tue Jul 22 07:30:41 2014 +0200 Committer: Gert Vanthienen <[email protected]> Committed: Tue Jul 22 07:30:41 2014 +0200 ---------------------------------------------------------------------- RELEASE-NOTES | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/e360cb21/RELEASE-NOTES ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 57b9c27..e2e60a0 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,46 @@ * limitations under the License. */ + Apache ServiceMix 5.0.3 + ================================ +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 Camel and CXF. +It also contains a few bug fixes. +Apache ServiceMix 5.0.3 includes: + +- Activiti 5.15.1 (http://www.activiti.org) +- Apache ActiveMQ 5.9.0 (http://activemq.apache.org) +- Apache Camel 2.12.4 (http://camel.apache.org) +- Apache CXF 2.7.11 (http://cxf.apache.org) +- Apache Karaf 2.3.4 (http://karaf.apache.org) + + +Changelog +--------- + +** Bug +* [SM-2287] - Bundle refresh problem when eventadmin is installed +* [SM-2324] - Use JcaPooledConnectionFactory instead of XaPooledConnectionFactory +* [SM-2337] - Can't install release bundles from a custom repository +* [SM-2343] - Release Apache ServiceMix 5.0.3 + +** Improvement +* [SM-2341] - Improve WS-Security demos + +** Task +* [SM-2332] - Remove Alfresco repository from org.ops4j.pax.url.mvn.cfg +* [SM-2339] - Upgrade to Camel 2.12.4 and CXF 2.7.11 + +** Test +* [SM-2255] - Intermittent test failure in StatsTest + + Apache ServiceMix 5.0.2 ================================ Overview
