You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2015/11/03 03:27:49 UTC

[48/50] [abbrv] incubator-apex-core git commit: Preparing to release 3.2.0-incubating-RC1

Preparing to release 3.2.0-incubating-RC1


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/696965c2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/696965c2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/696965c2

Branch: refs/heads/master
Commit: 696965c2c85c48167f9a533e852fd1eda7c2bab9
Parents: 04c31c8
Author: Thomas Weise <th...@datatorrent.com>
Authored: Wed Oct 21 22:23:55 2015 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Fri Oct 23 15:32:38 2015 -0700

----------------------------------------------------------------------
 CHANGELOG.md                                        | 16 +++++++++-------
 apex-app-archetype/README.md                        |  2 +-
 apex-app-archetype/pom.xml                          |  2 +-
 apex-conf-archetype/README.md                       |  2 +-
 apex-conf-archetype/pom.xml                         |  2 +-
 api/pom.xml                                         |  2 +-
 bufferserver/pom.xml                                |  2 +-
 common/pom.xml                                      |  2 +-
 engine/pom.xml                                      |  2 +-
 .../datatorrent/stram/client/AppPackageTest.java    |  2 +-
 .../test/resources/testAppPackage/mydtapp/pom.xml   |  2 +-
 pom.xml                                             |  2 +-
 12 files changed, 20 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/696965c2/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7670a49..693e643 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,19 +2,20 @@ Apex Changelog
 ========================================================================================================================
 
 
-Version 3.2.0
+Version 3.2.0-incubating - 2015-10-21
 ------------------------------------------------------------------------------------------------------------------------
 
 ### Bug
-* [APEX-88] - Stray directories getting created under working directory when running tests using StramLocalCluster
-* [APEX-89] - Javascript error when launching an app under CDH 5.2 (hadoop 2.5.0)
+* [APEX-56] - Controlled plan modification on operator shutdown
+* [APEX-88] - Stray directories under working directory when running tests using StramLocalCluster
+* [APEX-89] - Javascript error when launching app on CDH 5.2 (hadoop 2.5.0)
 * [APEX-93] - Persist operators need a re-deploy after a sink being persisted is dynamically partitioned
 * [APEX-96] - AsyncFSStorageAgent loses synccheckpoint flag value during serialization/deserialization
 * [APEX-97] - syncCheckpoint property on AsyncFSStorageAgent not working
 * [APEX-98] - WindowGenerator.getWindowMillis loses precisions
-* [APEX-100] - StreamingContainerManagerTest.testAppDataPush uses hardcoded 12345 port
+* [APEX-100] - StreamingContainerManagerTest.testAppDataPush uses hardcoded port
 * [APEX-101] - Negative Memory reported for Application Master
-* [APEX-102] - AppDataPush Agent Not Adding timeBuckets and dimensionsAggregators Correctly To The Schema
+* [APEX-102] - AppDataPushAgent Not Adding timeBuckets and dimensionsAggregators
 * [APEX-111] - dtcli: show-logical-plan with app package does not list the applications in the app package
 * [APEX-112] - Property change on logical operator converts from null to "null"(string)
 * [APEX-113] - Application Master not setting correct temp location
@@ -25,9 +26,10 @@ Version 3.2.0
 * [APEX-121] - Making sure that state is transferred to client for Statefull Codec
 * [APEX-126] - handleIdleTime Called Outside Of The Space Between beginWindow and endWindow
 * [APEX-149] - In secure mode non-HA setup STRAM web service calls are failing
-* [APEX-156] - checkstyle CustomImportOrder inconsistent behavior
 * [APEX-159] - StramMiniClusterTest.testOperatorFailureRecovery succeeds with unexpected error condition
-* [APEX-173] - StringCodec registered with BeanUtils is throwing null pointer
+* [APEX-184] - When There Are 8 Or More Subscribers Buffer Server Can Become Blocked
+* [APEX-198] - Unit tests created remnant directories outside of target directory
+* [APEX-212] - Null pointer exception after all physical operators are removed.
 
 ### Task
 * [APEX-16] - Configure Checkstyle plugin

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/696965c2/apex-app-archetype/README.md
----------------------------------------------------------------------
diff --git a/apex-app-archetype/README.md b/apex-app-archetype/README.md
index 3ca588f..f1b62fe 100644
--- a/apex-app-archetype/README.md
+++ b/apex-app-archetype/README.md
@@ -6,7 +6,7 @@ How to Generate an Apex Application Project Template
 
 Run the following command
 
-    mvn archetype:generate -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.2.0-incubating-SNAPSHOT -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexapp -Dversion=1.0-SNAPSHOT
+    mvn archetype:generate -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.2.0-incubating -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexapp -Dversion=1.0-SNAPSHOT
 
 Using your favorite IDE, open the project that has just been created by the above command.
 Write your application code and optionally operator code 

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/696965c2/apex-app-archetype/pom.xml
----------------------------------------------------------------------
diff --git a/apex-app-archetype/pom.xml b/apex-app-archetype/pom.xml
index 8138e2e..fbe81ff 100644
--- a/apex-app-archetype/pom.xml
+++ b/apex-app-archetype/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>apex</artifactId>
-    <version>3.2.0-incubating-SNAPSHOT</version>
+    <version>3.2.0-incubating</version>
   </parent>
 
   <artifactId>apex-app-archetype</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/696965c2/apex-conf-archetype/README.md
----------------------------------------------------------------------
diff --git a/apex-conf-archetype/README.md b/apex-conf-archetype/README.md
index 2bcd18a..85b79a8 100644
--- a/apex-conf-archetype/README.md
+++ b/apex-conf-archetype/README.md
@@ -6,7 +6,7 @@ How to Generate a Apex App Configuration Project Template
 
 Run the following command
 
-    mvn archetype:generate -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.2.0-incubating-SNAPSHOT -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexconf -Dversion=1.0-SNAPSHOT
+    mvn archetype:generate -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.2.0-incubating -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexconf -Dversion=1.0-SNAPSHOT
 
 Using your favorite IDE, open the project that has just been created by the above command.
 Write your application code and optionally operator code 

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/696965c2/apex-conf-archetype/pom.xml
----------------------------------------------------------------------
diff --git a/apex-conf-archetype/pom.xml b/apex-conf-archetype/pom.xml
index bd0d959..547794d 100644
--- a/apex-conf-archetype/pom.xml
+++ b/apex-conf-archetype/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>apex</artifactId>
-    <version>3.2.0-incubating-SNAPSHOT</version>
+    <version>3.2.0-incubating</version>
   </parent>
 
   <artifactId>apex-conf-archetype</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/696965c2/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index f410f8d..8541a17 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>apex</artifactId>
-    <version>3.2.0-incubating-SNAPSHOT</version>
+    <version>3.2.0-incubating</version>
   </parent>
 
   <artifactId>apex-api</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/696965c2/bufferserver/pom.xml
----------------------------------------------------------------------
diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml
index 5bcddc1..4d6d7fa 100644
--- a/bufferserver/pom.xml
+++ b/bufferserver/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>apex</artifactId>
-    <version>3.2.0-incubating-SNAPSHOT</version>
+    <version>3.2.0-incubating</version>
   </parent>
 
   <artifactId>apex-bufferserver</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/696965c2/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index 7dd504a..3dedae9 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>apex</artifactId>
-    <version>3.2.0-incubating-SNAPSHOT</version>
+    <version>3.2.0-incubating</version>
   </parent>
 
   <artifactId>apex-common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/696965c2/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index 874d332..d4225b5 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>apex</artifactId>
-    <version>3.2.0-incubating-SNAPSHOT</version>
+    <version>3.2.0-incubating</version>
   </parent>
 
   <artifactId>apex-engine</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/696965c2/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java
----------------------------------------------------------------------
diff --git a/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java b/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java
index 8fb4b1b..0d284cf 100644
--- a/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java
+++ b/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java
@@ -84,7 +84,7 @@ public class AppPackageTest
   {
     Assert.assertEquals("mydtapp", json.getString("appPackageName"));
     Assert.assertEquals("1.0-SNAPSHOT", json.getString("appPackageVersion"));
-    Assert.assertEquals("3.2.0-incubating-SNAPSHOT", json.getString("dtEngineVersion"));
+    Assert.assertEquals("3.2.0-incubating", json.getString("dtEngineVersion"));
     Assert.assertEquals("lib/*.jar", json.getJSONArray("classPath").getString(0));
 
     JSONObject application = json.getJSONArray("applications").getJSONObject(0);

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/696965c2/engine/src/test/resources/testAppPackage/mydtapp/pom.xml
----------------------------------------------------------------------
diff --git a/engine/src/test/resources/testAppPackage/mydtapp/pom.xml b/engine/src/test/resources/testAppPackage/mydtapp/pom.xml
index 3b1e799..c09f085 100644
--- a/engine/src/test/resources/testAppPackage/mydtapp/pom.xml
+++ b/engine/src/test/resources/testAppPackage/mydtapp/pom.xml
@@ -33,7 +33,7 @@
 
   <properties>
     <!-- change this if you desire to use a different version of DataTorrent -->
-    <datatorrent.version>3.2.0-incubating-SNAPSHOT</datatorrent.version>
+    <datatorrent.version>3.2.0-incubating</datatorrent.version>
     <datatorrent.apppackage.classpath>lib/*.jar</datatorrent.apppackage.classpath>
   </properties>
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/696965c2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a23782b..73ee47d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
   <groupId>org.apache.apex</groupId>
   <artifactId>apex</artifactId>
-  <version>3.2.0-incubating-SNAPSHOT</version>
+  <version>3.2.0-incubating</version>
   <packaging>pom</packaging>
 
   <name>Apache Apex (incubating)</name>