Repository: servicemix Updated Branches: refs/heads/servicemix-5.x 91b9f1865 -> 9ead08b36
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/9ead08b3 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/9ead08b3 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/9ead08b3 Branch: refs/heads/servicemix-5.x Commit: 9ead08b36f7fe910bfa1db22ed7a0564cdff4f32 Parents: 91b9f18 Author: Krzysztof Sobkowiak <[email protected]> Authored: Wed Feb 17 21:00:19 2016 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Wed Feb 17 21:00:19 2016 +0100 ---------------------------------------------------------------------- RELEASE-NOTES | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/9ead08b3/RELEASE-NOTES ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 92cd290..274d4b7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,53 @@ * limitations under the License. */ + Apache ServiceMix 5.6.0 + ================================ + 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.6.0 is a new minor release of the project, which includes: + +- Apache ActiveMQ 5.12.3 (http://activemq.apache.org) +- Apache Camel 2.16.2 (http://camel.apache.org) +- Apache CXF 3.1.4 (http://cxf.apache.org) +- Apache Karaf 2.4.4 (http://karaf.apache.org) + + + Changelog + --------- + +** Bug + * [SM-2251] - Intermittent test failure in JMSAppenderTest + * [SM-2824] - Missing dependencies in system folder + * [SM-2848] - cxf-wsn-client client fails due to wrong slf4j version + * [SM-2850] - JMSAppenderTest.testReconnectToBroker fails + +** Improvement + * [SM-2395] - Download pages should correctly refer the documentation pages + +** Task + * [SM-2700] - Increase the java compilance level to 1.7 + * [SM-2707] - Upgrade to Activiti 5.19.0 + * [SM-2727] - Upgrade to Jackson 2.6.2 + * [SM-2741] - Upgrade to Apache Camel 2.16.1 and Apache CXF 3.1.4 + * [SM-2752] - Upgrade to depends-maven-plugin 1.3.1 + * [SM-2753] - Use maven properties like `${project.build.outputDirectory}` instead of `target/classes` + * [SM-2754] - Release Apache ServiceMix 5.6.0 + * [SM-2763] - Upgrade to Activiti 5.19.0.1 + * [SM-2778] - Upgrade to Apache ActiveMQ 5.12.2 + * [SM-2806] - Ensure ServiceMix uses Apache Commons Collections 3.2.2 + * [SM-2808] - Avoid warnings about 'parent.relativePath' during the maven build + * [SM-2816] - Upgrade to Apache Karaf 2.4.4 + * [SM-2821] - Upgrade to Apache Camel 2.16.2 + * [SM-2844] - Upgrade to Activiti 5.19.0.2 + * [SM-2849] - Upgrade to Jackson 2.6.3 + * [SM-2858] - Upgrade to Apache ActiveMQ 5.12.3 + Apache ServiceMix 5.5.1 ================================
