Repository: servicemix Updated Branches: refs/heads/servicemix-5.4.x 02c393df3 -> 88026a4a4
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/88026a4a Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/88026a4a Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/88026a4a Branch: refs/heads/servicemix-5.4.x Commit: 88026a4a432d6688479c63cf59a4e083a4a2fc7f Parents: 02c393d Author: Krzysztof Sobkowiak <[email protected]> Authored: Mon Jan 19 20:05:44 2015 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Mon Jan 19 20:05:44 2015 +0100 ---------------------------------------------------------------------- RELEASE-NOTES | 48 ++++++++++++++++++++++++++++++++++-------------- 1 file changed, 34 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/88026a4a/RELEASE-NOTES ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2a178b7..c7d7208 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,7 +15,7 @@ * limitations under the License. */ - Apache ServiceMix 5.3.0 + Apache ServiceMix 5.4.0 ================================ Overview -------- @@ -24,31 +24,51 @@ Apache ServiceMix is a flexible, open-source integration container that unifies 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.0 is a new major release of the project, which includes: +Apache ServiceMix 5.4.0 is a new major release of the project, which includes: - Apache ActiveMQ 5.10.0 (http://activemq.apache.org) -- Apache Camel 2.13.2 (http://camel.apache.org) -- Apache CXF 2.7.11 (http://cxf.apache.org) -- Apache Karaf 2.3.8 (http://karaf.apache.org) +- Apache Camel 2.14.1 (http://camel.apache.org) +- Apache CXF 3.0.2 (http://cxf.apache.org) +- Apache Karaf 2.4.1 (http://karaf.apache.org) Changelog --------- +** Sub-task + * [SM-2415] - Add missing Spring Deployer bundle into startup.properties + ** Bug -* [SM-2319] - Connector feature not in sync with transaction -* [SM-2376] - Incorrect javax.annotation version for java7 -* [SM-2377] - Java8 packages related to JavaFX are missing + * [SM-2319] - Connector feature not in sync with transaction + * [SM-2346] - Can not resolve feature: camel-avro + * [SM-2376] - Incorrect javax.annotation version for java7 + * [SM-2377] - Java8 packages related to JavaFX are missing + * [SM-2396] - CXF WSN sample installation fails + * [SM-2408] - JVM options ignored on Windows + +** Improvement + * [SM-2388] - Add "update-strategy" to camel-blueprint example ** New Feature -* [SM-2381] - Web Script Console Plugin + * [SM-2381] - Web Script Console Plugin ** Task -* [SM-2350] - Upgrade to Karaf 2.4.0 -* [SM-2366] - Release Apache ServiceMix 5.3.0 -* [SM-2367] - Upgrade to Felix BundleRepository 2.0.2 -* [SM-2372] - Upgrade to Pax Exam 4.2.0 -* [SM-2380] - Create a overview page with servicemix roadmap + * [SM-2350] - Upgrade to Karaf 2.4.0 + * [SM-2367] - Upgrade to Felix BundleRepository 2.0.2 + * [SM-2368] - Upgrade to Camel 2.14.0 and CXF 3.0.2 + * [SM-2372] - Upgrade to Pax Exam 4.2.0 + * [SM-2389] - Release Apache ServiceMix 5.4.0 + * [SM-2392] - Upgrade to Pax Exam 4.3.0 + * [SM-2393] - Upgrade to Activiti 5.16.4 + * [SM-2398] - Upgrade maven plugins + * [SM-2399] - Upgrade to Apache POM 15 + * [SM-2400] - Upgrade to Felix maven-bundle-plugin 2.5.3 + * [SM-2401] - Upgrade to Pax Logging 1.8.1 (log4j v2 support) + * [SM-2402] - Use correct cxf.codegen-plugin version + * [SM-2403] - Upgrade to maven-surefire-plugin 2.18 + * [SM-2404] - Upgrade to Karaf 2.4.1 + * [SM-2409] - Upgrade to Pax Exam 4.4.0 + * [SM-2411] - Upgrade to Camel 2.14.1 See the README file for more general information about ServiceMix 5.
