Fork me on GitHub
#announcements
<
2023-09-15
>
mpenet09:09:29

New spandex release is out, supporting elasticsearch 8.x - https://github.com/mpenet/spandex

🎉 14
namenu04:09:04

thanks for this. I found .pom file contains your local path in absolute <sourceDirectory>/Users/mpenet/code/spandex/src</sourceDirectory> This cause error while loading and compilng, so I workarounded via git deps instead of mvn.

mpenet05:09:36

ah good catch, I ll remove it

mpenet05:09:44

0.8.1 should fix it

namenu05:09:23

ohh thanks!

namenu05:09:34

great move to deps by the way 🙂

mpenet05:09:41

it was long overdue

Teemu Kaukoranta11:09:36

java.io.FileNotFoundException: Could not locate qbits/spandex__init.class, qbits/spandex.clj or qbits/spandex.cljc on classpath. This is what I get when trying to compile after updating

ilmo10:09:33

Announcing oksa, a new library for generating GraphQL queries using Clojure data structures. https://github.com/metosin/oksa

17
🎉 13
👀 3
mpenet17:09:51

New mina release, following helidon/nima M2 release - https://github.com/mpenet/mina (ring adapter for helidon/nima)

3
🎉 9
henrik19:09:41

Does it handle websockets?

mpenet19:09:33

Helidon can. I have not worked on that tho. I am not sure how well supported it is yet in helidon

mpenet19:09:52

My next target is the grpc server

👍 1
mpenet19:09:34

Then i suppose i could look into ws

henrik19:09:24

There are traces suggesting that there should be support, but I’m not finding any documentation. https://github.com/helidon-io/helidon/issues/5421