Michael Gaare created STORM-1042:
------------------------------------
Summary: clj-time.local compilation error
Key: STORM-1042
URL: https://issues.apache.org/jira/browse/STORM-1042
Project: Apache Storm
Issue Type: Bug
Affects Versions: 0.10.0
Environment: Java 8, Clojure 1.6.0, Storm 0.10.0-beta1
Reporter: Michael Gaare
In a Clojure project with a storm-core 0.10.0-beta1 dependency, attempting to
compile clj-time.local throws a compiler exception, as follows:
(require '[clj-time.local :as l])
CompilerException java.lang.ClassCastException:
org.apache.storm.joda.time.format.DateTimeFormatter cannot be cast to
org.joda.time.format.DateTimeFormatter, compiling:(local.clj:35:3)
Same error happens if the project is using clj-time brought in with storm-core,
and with an explicit dep of clj-time.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)