summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/sca/CHANGES13
1 files changed, 10 insertions, 3 deletions
diff --git a/java/sca/CHANGES b/java/sca/CHANGES
index ca9b26aee2..2bfd9865f6 100644
--- a/java/sca/CHANGES
+++ b/java/sca/CHANGES
@@ -2,9 +2,16 @@ Changes With Apache Tuscany SCA 2.0-M4 November 2009
====================================================
Highlights include:
-- Support JSONP with <binding.jsonp>
-
-
+- Passes the OASIS conformance test suite for the SCA-J CAA Specification!
+- Almost passes the OASIS conformance test suite for the SCA Assembly Specification with
+ a small number of test failures that will be fixed in the next release
+- Support for <binding.jms> and the OASIS SCA BPEL specification
+- Support for <binding.ejb> on references and partial support of the OASIS SCA EJB specification
+- A new Tuscany specific binding for JSONP support
+- Several Tuscany specific extensions ported up from the 1.x runtime including bindings for ATOM,
+ HTTP, JSON-RPC, and implementation web clients
+- Improved distributed SCA domain support
+- Numerous bug fixes and improvements
Changes With Apache Tuscany SCA 2.0-M3 June 2009