Repository: servicemix Updated Branches: refs/heads/servicemix-6.0.x d5089aa8a -> 62ebcb1b5
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/62ebcb1b Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/62ebcb1b Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/62ebcb1b Branch: refs/heads/servicemix-6.0.x Commit: 62ebcb1b5fc770acf6a11c6d44c57f45f228a911 Parents: d5089aa Author: Krzysztof Sobkowiak <[email protected]> Authored: Sat Mar 19 21:47:13 2016 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Sat Mar 19 21:47:13 2016 +0100 ---------------------------------------------------------------------- RELEASE-NOTES | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/62ebcb1b/RELEASE-NOTES ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e1693b3..81d73bf 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,45 @@ * limitations under the License. */ + Apache ServiceMix 6.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. + + Apache ServiceMix 6.0.3 is a new patch release, which includes a few bug fixes and + a new version of Apache ActiveMQ and Apache Karaf. + This release includes: + + - Apache ActiveMQ 5.12.3 (http://activemq.apache.org) + - Apache Camel 2.15.5 (http://camel.apache.org) + - Apache CXF 3.0.6 (http://cxf.apache.org) + - Apache Karaf 3.0.6 (http://karaf.apache.org) + + Changelog + --------- + +** Bug + * [SM-2848] - cxf-wsn-client client fails due to wrong slf4j version + * [SM-2850] - JMSAppenderTest.testReconnectToBroker fails + * [SM-2854] - Doclint for Javadoc fails on JDK 8 + * [SM-2864] - Update example README.txt files for new Karaf commands + +** Improvement + * [SM-2395] - Download pages should correctly refer the documentation pages + +** Task + * [SM-2778] - Upgrade to Apache ActiveMQ 5.12.2 + * [SM-2779] - Release Apache ServiceMix 6.0.3 + * [SM-2806] - Ensure ServiceMix uses Apache Commons Collections 3.2.2 + * [SM-2808] - Avoid warnings about 'parent.relativePath' during the maven build + * [SM-2858] - Upgrade to Apache ActiveMQ 5.12.3 + * [SM-2861] - Upgrade to Apache Karaf 3.0.6 + + Apache ServiceMix 6.0.2 ================================ Overview
