Repository: servicemix Updated Branches: refs/heads/servicemix-5.0.x f8bd1032d -> 6ab1702e6
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/6ab1702e Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/6ab1702e Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/6ab1702e Branch: refs/heads/servicemix-5.0.x Commit: 6ab1702e644c22a8d327ea8da779cc137d2d7870 Parents: f8bd103 Author: Gert Vanthienen <[email protected]> Authored: Tue Sep 9 20:43:50 2014 +0200 Committer: Gert Vanthienen <[email protected]> Committed: Tue Sep 9 20:43:50 2014 +0200 ---------------------------------------------------------------------- RELEASE-NOTES | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/6ab1702e/RELEASE-NOTES ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e2e60a0..2589a4b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,46 @@ * limitations under the License. */ + Apache ServiceMix 5.0.4 + ================================ +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 ActiveMQ +and Apache Karaf. It also contains a few bug fixes. + +Apache ServiceMix 5.0.4 includes: +- Activiti 5.15.1 (http://www.activiti.org) +- Apache ActiveMQ 5.9.1 (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.7 (http://karaf.apache.org) + +Changelog +--------- + +** Bug +* [SM-2271] - Can't install hibernate-envers in SMX5 +* [SM-2301] - Problem installing activiti feature after upgrade to ActiveMQ 5.9.1 +* [SM-2318] - Can't install Hibernate 3 +* [SM-2319] - Connector feature not in sync with transaction +* [SM-2325] - Blueprint bean loading multiple times +* [SM-2351] - Release Apache ServiceMix 5.0.4 +* [SM-2356] - ActiveMQ web console not installable after upgrade to 5.9.1 + +** Task +* [SM-2223] - Incorrect Information on Remote-debugging ServiceMix in Eclipse +* [SM-2320] - Upgrade to Karaf 2.3.6 +* [SM-2345] - Upgrade to ActiveMQ 5.9.1 +* [SM-2354] - Upgrade to maven-bundle-plugin 2.5.0 +* [SM-2363] - Require JDK 6 for build +* [SM-2365] - Upgrade to Karaf 2.3.7 + + Apache ServiceMix 5.0.3 ================================ Overview
