Merge branch 'APEXCORE-572' of github.com:vrozov/apex-core
Project: http://git-wip-us.apache.org/repos/asf/apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-core/commit/3f06ce71 Tree: http://git-wip-us.apache.org/repos/asf/apex-core/tree/3f06ce71 Diff: http://git-wip-us.apache.org/repos/asf/apex-core/diff/3f06ce71 Branch: refs/heads/master Commit: 3f06ce71cf88c790070d4067766ec5662ac0231f Parents: b74d689 5ee715e Author: Pramod Immaneni <[email protected]> Authored: Thu Dec 15 14:14:04 2016 -0800 Committer: Pramod Immaneni <[email protected]> Committed: Thu Dec 15 14:14:04 2016 -0800 ---------------------------------------------------------------------- .../org/apache/apex/common/util/JarHelper.java | 186 +++++++++++++++++++ .../apache/apex/common/util/package-info.java | 22 +++ .../apache/apex/common/util/JarHelperTest.java | 110 +++++++++++ engine/pom.xml | 24 --- .../java/com/datatorrent/stram/StramClient.java | 23 +-- .../datatorrent/stram/StramMiniClusterTest.java | 9 +- .../datatorrent/stram/StramRecoveryTest.java | 4 +- 7 files changed, 330 insertions(+), 48 deletions(-) ----------------------------------------------------------------------
