Merge branch 'util-available-port' of https://github.com/redsanket/storm into STORM-1523
STORM-1523: util.clj available-port conversion to java Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/c9a85e36 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/c9a85e36 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/c9a85e36 Branch: refs/heads/master Commit: c9a85e362f1c48148ddab4178ede9d9eca8eb302 Parents: fa25f3d ae619f3 Author: Robert (Bobby) Evans <[email protected]> Authored: Tue Mar 15 12:55:53 2016 -0500 Committer: Robert (Bobby) Evans <[email protected]> Committed: Tue Mar 15 12:55:53 2016 -0500 ---------------------------------------------------------------------- storm-core/src/clj/org/apache/storm/util.clj | 11 ----------- .../jvm/org/apache/storm/utils/ConfigUtils.java | 10 +++++++++- .../src/jvm/org/apache/storm/utils/Utils.java | 17 +++++++++++++++++ .../org/apache/storm/messaging/netty_unit_test.clj | 14 +++++++------- .../org/apache/storm/security/auth/auth_test.clj | 15 ++++++++------- .../apache/storm/security/auth/drpc_auth_test.clj | 15 ++++++++------- .../storm/security/auth/nimbus_auth_test.clj | 17 +++++++++-------- 7 files changed, 58 insertions(+), 41 deletions(-) ----------------------------------------------------------------------
