Fork me on GitHub
#immutant
<
2017-03-08
>
clojuregeek18:03:42

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?

tcrawley18:03:59

@clojuregeek hmm, I don't think that would be a problem, but that's a pretty old Immutant release.

clojuregeek18:03:27

@tcrawley ok.. i'm trying to figure out what this app needs out of immutant ..

tcrawley18:03:47

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

tcrawley18:03:00

I don't see anything immediately that gives me concern

clojuregeek18:03:16

ok good, we are using older java than 1.8 🙂

tcrawley18:03:29

Let us know how it goes, and if you decide to update Immutant (preferably to 2.x), we'd be happy to help.

clojuregeek18:03:52

question, i see used in the code clojurewerkz.quartzite.scheduler in a namespace, is that the scheduler that is in immutant ?

tcrawley18:03:29

no, that wouldn't be our scheduler - we don't use quartzite, and talk to Quartz directly instead

tcrawley18:03:55

you can, however, mix quartzite and Immutant scheduling, sharing the scheduler between the two

clojuregeek18:03:58

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

tcrawley18:03:02

that's weird - is it just depending on lein-immutant, or is it calling tasks through it as well?

tcrawley18:03:43

I would think you would at least see immutant.web. Are any immutant dependencies listed in the top-level deps?

tcrawley18:03:30

I suspect that lein-immutant dep may be dead code, the app probably isn't using immutant at all

clojuregeek18:03:44

i dont see anything immutant in the project.clj or anywhere in the project

tcrawley18:03:28

oh, it was just in ~/.lein/profiles.clj? I think you're in the clear then

clojuregeek18:03:41

thanks 🙂

tcrawley18:03:02

happy to help!

dergutemoritz20:03:08

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?

dergutemoritz20:03:23

For now I can override the version in my project, of course 🙂

tcrawley20:03:45

@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/?

dergutemoritz20:03:37

@tcrawley Can do! Happens very consistently with streaming HTTP / SSE

tcrawley20:03:53

sounds like a good reason to cut a release :)