Author: vanto
Date: Tue Jan 11 19:30:21 2011
New Revision: 1057819

URL: http://svn.apache.org/viewvc?rev=1057819&view=rev
Log:
release preparation.

Modified:
    ode/branches/ode-1.3.5.x/BUILDING
    ode/branches/ode-1.3.5.x/RELEASE_NOTES
    ode/branches/ode-1.3.5.x/bpel-runtime/pom2.xml

Modified: ode/branches/ode-1.3.5.x/BUILDING
URL: 
http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/BUILDING?rev=1057819&r1=1057818&r2=1057819&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/BUILDING (original)
+++ ode/branches/ode-1.3.5.x/BUILDING Tue Jan 11 19:30:21 2011
@@ -16,19 +16,16 @@ For more information or if you have any 
 Building With Buildr
 --------------------
 
-Buildr requires a Ruby interpreter. If you're running Linux or Mac OS you most 
probably already have Ruby installed on your machine. For Winows user Ruby 
installation is very simple. You will need the following:
-
- * Ruby 1.8.x with RubyGems 0.9 or later. For Windows users using the Ruby 
One-Click Installer is the easiest 
(http://rubyforge.org/projects/rubyinstaller/). For Linux or Mac OS users, a 
Ruby interpreter is usually preinstalled. Just make sure to have the ruby-dev 
package (mkmf is needed for RJB).
-
- * Buildr. Install it by running 'gem install buildr -v 1.3.5'. A proper 
JAVA_HOME environment variable must be set. Make sure to choose either win32 or 
ruby platforms (don't choose java for Antwrap, that's JRuby).
+Our build is based on Buildr 1.4.3 or higher, a Ruby-based build tool for Java 
applications. Although Buildr runs nicely with Ruby, we recommend using JRuby 
1.5.x
+Detailed instructions on installing Buildr can be found here: 
http://buildr.apache.org/installing.html
 
 Building is then pretty simple. Open a command in the source root directory 
and run:
 
-buildr _1.3.5_ package
+buildr package
 
 To try the test cases bundled with ODE:
 
-buildr _1.3.5_ test
+buildr test
 
 It just works! For more information about buildr see http://buildr.apache.org/.
 

Modified: ode/branches/ode-1.3.5.x/RELEASE_NOTES
URL: 
http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/RELEASE_NOTES?rev=1057819&r1=1057818&r2=1057819&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/RELEASE_NOTES (original)
+++ ode/branches/ode-1.3.5.x/RELEASE_NOTES Tue Jan 11 19:30:21 2011
@@ -2,25 +2,44 @@
 Apache ODE Release Notes
 ========================
 
-Apache ODE 1.3.4 includes about 100 bug fixes and new features. It's 
-also the most stable version of ODE released so far. 
+Apache ODE 1.3.5 includes about 20 bug fixes and performance improvements.
 
-Apache ODE 1.3.4 requires Java 1.5.x or higher. The WAR distribution can 
+Apache ODE 1.3.5 requires Java 1.5.x or higher. The WAR distribution can 
 run in most J2EE servlet container. The JBI distribution should be able 
-to run in any JBI container but has only been tested with ServiceMix 3.2.1
-and latest ServiceMix 4 (OSGi bundle) so far. See the BUILDING file if you 
+to run in any JBI container but has only been tested with ServiceMix 3.x
+and latest ServiceMix 4.x (OSGi bundle) so far. See the BUILDING file if you 
 want to build your own distribution from the source release. 
 
-New Features:
-------------
-    * [ODE-483] - Instance replayer
-    * [ODE-776] - Build support for both Buildr and Maven 2/3
-    * [ODE-778] - Add a possibility to deploy processes as OSGi bundles
-    * [ODE-814] - Add spring confgurable process properties
+The performance improvements affect XPath 2.0 processing in assign activities
+or transition conditions and makes it up to 10 times faster than ODE 1.3.4.
 
 Changes:
 ------- 
 
-See our Jira for more information: 
+** Sub-task
+    * [ODE-739] - Add recoverActivity command
 
-https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310270&styleName=Html&version=12314168
+** Bug
+    * [ODE-155] - Examples: Exceptions for SOAP calls after retrieving WSDL
+    * [ODE-472] - utf-8 encoding is handled incorrectly within xslt stylesheets
+    * [ODE-625] - Deployment Poller Crashes when trying to deploy BPEL File 
with errors
+    * [ODE-678] - org.apache.ode.bpel.memdao.ProcessDaoImpl cleans instances 
which are already cleaned and the instances are nulls
+    * [ODE-737] - Patch for NullPointerException in ProcessStoreImpl
+    * [ODE-763] - boolean variable false() was judged as true()
+    * [ODE-780] - examples-ode-ping-pong doesn't start correctly
+    * [ODE-856] - BPEL/WSDL files do not show up in management console 
(deployment tab)
+    * [ODE-865] - getVariableInfo() returns invalid response
+    * [ODE-876] - ODE 1.3.4 is 10 times slower than ODE 1.3.3
+    * [ODE-878] - Processes are not recompiled if .deploy is deleted and .bpel 
has changed
+    * [ODE-885] - whitespaces in dynamic EPR cause AxisFault: Transport out 
has not been set
+    * [ODE-891] - Compiler cannot deal with unicode characters in inline XSD 
in WSDLs
+    * [ODE-900] - xsd boolean element is handled as xsd string in if 
conditions.
+    * [ODE-901] - Cannot Deploy More than One Process on Servicemix 4 Using 
OSGi Bundling
+
+** Improvement
+    * [ODE-43] - Provide service description for ServiceEndpoints
+    * [ODE-881] - SchemaCaptureTest fails locally with spaces in path
+    * [ODE-904] - document() function in XSL scripts can not resolve remote 
documents
+
+  See our Jira for more information: 
+    * 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310270&styleName=Html&version=12314243

Modified: ode/branches/ode-1.3.5.x/bpel-runtime/pom2.xml
URL: 
http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/bpel-runtime/pom2.xml?rev=1057819&r1=1057818&r2=1057819&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/bpel-runtime/pom2.xml (original)
+++ ode/branches/ode-1.3.5.x/bpel-runtime/pom2.xml Tue Jan 11 19:30:21 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.ode</groupId>
         <artifactId>ode</artifactId>
-        <version>1.3.4-SNAPSHOT</version>
+        <version>1.3.5-SNAPSHOT</version>
     </parent>
 
     <dependencies>


Reply via email to