diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-09 21:53:40 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-09 21:53:40 +0000 |
commit | db1dbc45751237b44e022f1721a51e79cc5832e4 (patch) | |
tree | aee9eec209991df49a01beaf79b294db8d980068 /java/sca/distribution | |
parent | 3d8eda9c8a3cc2f11239a40f8bc7c08b0f6fc73b (diff) |
Add a statement regarding specification support
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742756 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/distribution')
-rw-r--r-- | java/sca/distribution/all/src/main/release/CHANGES | 34 |
1 files changed, 21 insertions, 13 deletions
diff --git a/java/sca/distribution/all/src/main/release/CHANGES b/java/sca/distribution/all/src/main/release/CHANGES index 7b772d8d72..d02a5289e5 100644 --- a/java/sca/distribution/all/src/main/release/CHANGES +++ b/java/sca/distribution/all/src/main/release/CHANGES @@ -1,23 +1,31 @@ Changes With Apache Tuscany SCA 2.0-M1 February 2009
-===========================================================
+====================================================
+
+ The first milestone release for the 2.0 codebase
Features and/or Enhancements
- * Core
- - Enable Tuscany to run inside an OSGi runtime - - Updated SCA API packages based on OASIS Open CSA specification drafts
+ * SCA Specification support
+ - The change over from OSOA SCA specification support to OASIS SCA
+ specification support is now in progress. As such we don't claim to
+ support either the OSOA or OASIS SCA specifications in the
+ 2.0 codebase yet.
+ * Core
+ - Enable Tuscany to run inside an OSGi runtime
+ - Updated SCA API package names.
+
* Other Extensions
- - Binding RMI - - RMI Binding + - Binding RMI
+ - RMI Binding
- Binding WS
- WebServices Binding
- * Samples/Tutorial/Demos - - binding-ws-calculator/ - - calculator/ - - calculator-equinox/ - - calculator-osgi/ - - calculator-rmi-reference/ - - calculator-rmi-service/ + * Samples/Tutorial/Demos
+ - binding-ws-calculator/
+ - calculator/
+ - calculator-equinox/
+ - calculator-osgi/
+ - calculator-rmi-reference/
+ - calculator-rmi-service/
- implementation-java-calculator
|