You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/02/23 17:16:07 UTC

[6/7] storm git commit: Merge branch 'STORM-441' of https://github.com/knusbaum/incubator-storm into STORM-441

Merge branch 'STORM-441' of https://github.com/knusbaum/incubator-storm into STORM-441

STORM-441: Remove bootstrap macro from Clojure codebase


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/23301bdb
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/23301bdb
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/23301bdb

Branch: refs/heads/master
Commit: 23301bdbc1bdb9dcc16f24216fcec19e2da7692b
Parents: a8eab50 55924cd
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Mon Feb 23 10:06:39 2015 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Mon Feb 23 10:06:39 2015 -0600

----------------------------------------------------------------------
 pom.xml                                         |  6 --
 storm-core/pom.xml                              |  5 --
 storm-core/src/clj/backtype/storm/bootstrap.clj | 64 --------------------
 storm-core/src/clj/backtype/storm/clojure.clj   |  2 +-
 .../src/clj/backtype/storm/daemon/drpc.clj      |  6 +-
 .../src/clj/backtype/storm/daemon/executor.clj  | 26 +++++---
 .../src/clj/backtype/storm/daemon/nimbus.clj    | 26 +++++---
 .../clj/backtype/storm/daemon/supervisor.clj    | 16 +++--
 .../src/clj/backtype/storm/daemon/task.clj      | 16 +++--
 .../src/clj/backtype/storm/daemon/worker.clj    | 16 +++--
 storm-core/src/clj/backtype/storm/tuple.clj     |  4 +-
 .../test/clj/backtype/storm/clojure_test.clj    |  9 ++-
 .../test/clj/backtype/storm/drpc_test.clj       |  8 +--
 .../test/clj/backtype/storm/grouping_test.clj   |  9 ++-
 .../clj/backtype/storm/integration_test.clj     | 10 +--
 .../storm/messaging/netty_integration_test.clj  |  5 +-
 .../storm/messaging/netty_unit_test.clj         |  5 +-
 .../test/clj/backtype/storm/messaging_test.clj  |  6 +-
 .../test/clj/backtype/storm/metrics_test.clj    |  8 +--
 .../test/clj/backtype/storm/multilang_test.clj  |  6 +-
 .../test/clj/backtype/storm/nimbus_test.clj     | 21 ++++---
 .../scheduler/multitenant_scheduler_test.clj    |  4 +-
 .../test/clj/backtype/storm/scheduler_test.clj  |  4 +-
 .../storm/security/auth/AuthUtils_test.clj      |  6 +-
 .../backtype/storm/security/auth/auth_test.clj  |  9 ++-
 .../storm/security/auth/drpc_auth_test.clj      |  7 +--
 .../storm/security/auth/nimbus_auth_test.clj    | 10 +--
 .../clj/backtype/storm/subtopology_test.clj     |  9 +--
 .../test/clj/backtype/storm/supervisor_test.clj | 16 +++--
 .../test/clj/backtype/storm/tick_tuple_test.clj |  7 +--
 .../clj/backtype/storm/transactional_test.clj   | 14 +++--
 31 files changed, 147 insertions(+), 213 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/23301bdb/pom.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/storm/blob/23301bdb/storm-core/pom.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/storm/blob/23301bdb/storm-core/test/clj/backtype/storm/security/auth/auth_test.clj
----------------------------------------------------------------------