This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-03-08
Channels
- # bangalore-clj (5)
- # beginners (6)
- # boot (66)
- # cider (48)
- # cljsrn (14)
- # clojure (699)
- # clojure-austin (2)
- # clojure-berlin (1)
- # clojure-boston (5)
- # clojure-dev (3)
- # clojure-india (7)
- # clojure-italy (24)
- # clojure-nl (5)
- # clojure-russia (33)
- # clojure-spec (30)
- # clojure-uk (64)
- # clojure-ukraine (22)
- # clojurescript (123)
- # clojurewest (1)
- # cursive (18)
- # datascript (44)
- # datomic (12)
- # dirac (46)
- # figwheel (1)
- # gsoc (5)
- # hoplon (6)
- # immutant (29)
- # instaparse (1)
- # juxt (26)
- # lein-figwheel (5)
- # leiningen (4)
- # luminus (8)
- # mount (56)
- # off-topic (60)
- # om (67)
- # om-next (1)
- # onyx (8)
- # proton (28)
- # re-frame (125)
- # ring (3)
- # ring-swagger (3)
- # specter (22)
- # testing (2)
- # unrepl (1)
- # untangled (91)
hello... 🙂 🙂 I have an immutant question .. if i have an application made with clojure 1.5 ... and we want to update to 1.8 (to just be current) ... can i leave immutant at immutant-1.0.1-slim or should that be updated too?
@clojuregeek hmm, I don't think that would be a problem, but that's a pretty old Immutant release.
@tcrawley ok.. i'm trying to figure out what this app needs out of immutant ..
I know that 1.0.1 won't work with Java 8, I'm checking the release notes to see if there's anything post 1.0.1 that hints at fixes for Clojure 1.7 or 1.8
ok good, we are using older java than 1.8 🙂
Let us know how it goes, and if you decide to update Immutant (preferably to 2.x), we'd be happy to help.
ok thanks @tcrawley
question, i see used in the code clojurewerkz.quartzite.scheduler
in a namespace, is that the scheduler that is in immutant ?
no, that wouldn't be our scheduler - we don't use quartzite, and talk to Quartz directly instead
you can, however, mix quartzite and Immutant scheduling, sharing the scheduler between the two
i dont find the namespace immutant anywhere in this project ... however the lein-immutant
plugin is used in the profile for the user that deploys the application
that's weird - is it just depending on lein-immutant
, or is it calling tasks through it as well?
I would think you would at least see immutant.web
. Are any immutant dependencies listed in the top-level deps?
I suspect that lein-immutant
dep may be dead code, the app probably isn't using immutant at all
i dont see anything immutant in the project.clj
or anywhere in the project
thanks 🙂
Hey folks, looks like I'm running into https://issues.jboss.org/browse/UNDERTOW-966 - any plans to cut a new release with undertow bumped to 1.3.27.Final soon?
For now I can override the version in my project, of course 🙂
@dergutemoritz thanks for the heads up, we weren't aware of that issue - would you mind filing an issue at https://issues.jboss.org/projects/IMMUTANT/?
@tcrawley Can do! Happens very consistently with streaming HTTP / SSE
Welcome!