Fork me on GitHub
#releases
<
2021-11-18
>
ingesol07:11:18

Another FSM iteration release of https://github.com/ingesolvoll/kee-frame. Internal FSM experiments are now logging deprecation warnings pointing at https://github.com/ingesolvoll/re-statecharts

ingesol07:11:16

And another release of https://github.com/ingesolvoll/glimt, now better supporting cleanup and restart via re-statecharts.

ingesol07:11:11

By the way, does anyone know where to put info in deps.edn to get a link to github on clojars page?

timo14:11:27

I assume you have to add something into the pom.xml. but ask in the #tools-deps channel probably

ingesol14:11:02

ah, that’s excellent input. I probably need to pass something to the pom task of the build system

borkdude16:11:58

clj-http-lite 0.4.384 was just released, closing out several issues and PRs. A lite version of clj-http that uses the JRE's HttpURLConnection • Support self-signed certificates via `:insecure? true` option • Remove dependency on slingshot • Move to `org.clj-commons` group • Add compatibility with https://babashka.org/ https://github.com/clj-commons/clj-http-lite/blob/master/CHANGELOG.md#04384

🎉 9
Karol Wójcik12:12:09

@U04V15CAJ what do you think about adding a JSON encode/decode built in support? https://github.com/clj-commons/clj-http-lite/issues/17

borkdude12:12:02

It's clj-http-lite. It was specifically designed not to take on any dependencies.

Karol Wójcik12:12:17

But it can be an optional dependency. Compatible with bb/graalvm/clojure

Karol Wójcik12:12:00

The json decoding/encoding would be handled via :as property and the additional libraries would be "scope" "provided".

borkdude12:12:57

Just write (-> :body json/parse) . I don't think that this is important enough to add the conditional loading of JSON libs for.