Repository: incubator-apex-core Updated Branches: refs/heads/release-3.2 f45b8595d -> 0729bfced
Preparing for 3.2.1 development 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/0729bfce Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/0729bfce Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/0729bfce Branch: refs/heads/release-3.2 Commit: 0729bfced0cc701dabdc7bee8b486c6bb0deffdc Parents: f45b859 Author: Thomas Weise <[email protected]> Authored: Fri Oct 30 21:49:53 2015 -0700 Committer: Thomas Weise <[email protected]> Committed: Fri Oct 30 21:49:53 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/0729bfce/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index 7670a49..2d23dd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,19 +2,20 @@ Apex Changelog ======================================================================================================================== -Version 3.2.0 +Version 3.2.0-incubating - 2015-10-23 ------------------------------------------------------------------------------------------------------------------------ ### 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/0729bfce/apex-app-archetype/README.md ---------------------------------------------------------------------- diff --git a/apex-app-archetype/README.md b/apex-app-archetype/README.md index 3ca588f..73444d2 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.1-incubating-SNAPSHOT -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/0729bfce/apex-app-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/apex-app-archetype/pom.xml b/apex-app-archetype/pom.xml index 8138e2e..c1db212 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.1-incubating-SNAPSHOT</version> </parent> <artifactId>apex-app-archetype</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/0729bfce/apex-conf-archetype/README.md ---------------------------------------------------------------------- diff --git a/apex-conf-archetype/README.md b/apex-conf-archetype/README.md index 2bcd18a..1dcbaec 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.1-incubating-SNAPSHOT -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/0729bfce/apex-conf-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/apex-conf-archetype/pom.xml b/apex-conf-archetype/pom.xml index bd0d959..52dd5a5 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.1-incubating-SNAPSHOT</version> </parent> <artifactId>apex-conf-archetype</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/0729bfce/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index f410f8d..fb3e591 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.1-incubating-SNAPSHOT</version> </parent> <artifactId>apex-api</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/0729bfce/bufferserver/pom.xml ---------------------------------------------------------------------- diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml index 5bcddc1..226e1d2 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.1-incubating-SNAPSHOT</version> </parent> <artifactId>apex-bufferserver</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/0729bfce/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index 7dd504a..00a9a06 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.1-incubating-SNAPSHOT</version> </parent> <artifactId>apex-common</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/0729bfce/engine/pom.xml ---------------------------------------------------------------------- diff --git a/engine/pom.xml b/engine/pom.xml index 874d332..286960e 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.1-incubating-SNAPSHOT</version> </parent> <artifactId>apex-engine</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/0729bfce/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/0729bfce/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/0729bfce/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a23782b..fec89a7 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.1-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Apex (incubating)</name>
