GitHub user strongh opened a pull request:
https://github.com/apache/storm/pull/263
Change clojure class called by `storm repl`
Currently using `storm repl` there's a message saying that the
`clojure.lang.Repl` class is deprecated.
```
WARNING: clojure.lang.Repl is deprecated.
Instead, use clojure.main like this:
java -cp clojure.jar clojure.main -i init.clj -r args...
Clojure 1.5.1
```
This change merely take the suggestion of the output, and updates the class
to `clojure.main`.
https://issues.apache.org/jira/browse/STORM-504
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/strongh/incubator-storm storm-repl-class
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/263.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #263
----
commit 0b457f22865e4ab3be5b55f17271528b2c461c70
Author: Homer Strong <[email protected]>
Date: 2014-09-22T22:53:12Z
change clojure class called by `storm repl`
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---