This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-08-07
Channels
- # announcements (10)
- # babashka (39)
- # beginners (230)
- # calva (16)
- # cider (20)
- # clara (4)
- # cljs-dev (16)
- # clojure (35)
- # clojure-europe (8)
- # clojure-filipino (5)
- # clojure-france (1)
- # clojure-nl (6)
- # clojure-uk (9)
- # clojuredesign-podcast (1)
- # clojurescript (55)
- # clojurewerkz (1)
- # core-async (13)
- # cursive (1)
- # data-science (1)
- # datomic (4)
- # events (1)
- # fulcro (26)
- # jobs-discuss (1)
- # kaocha (3)
- # malli (53)
- # observability (9)
- # off-topic (1)
- # project-updates (1)
- # re-frame (15)
- # reagent (1)
- # reitit (11)
- # rum (8)
- # sci (29)
- # shadow-cljs (7)
- # vim (12)
- # xtdb (13)
Morning 🙂 We've deployed 1.10.1 today - we've fixed a few bugs and wanted to get them released. It's a non-breaking release, details of the bugfixes in the release notes as always https://github.com/juxt/crux/releases/tag/20.08-1.10.1. Have a good weekend!
Hi 🙂 this GitHub discussion has a few tips, if you hadn't seen it: https://github.com/juxt/crux/discussions/1012
There have also been discussions about using Crux from Java on our Zulip chat that might help (including a few code snippets). May I ask which language are you most familiar with? We are keen to provide more language-specific client drivers
clojure:) but using a java webserver for a different project so needing to query crux from there
Ah, I see :) in case it helps to know, we're going to be upgrading the Java API with stronger types etc over the next few weeks, so a whole new wave of Java documentation isn't too far off

Not quite yet - proper JSON support is also something we are working on over the next few weeks 🙂 In the meantime you could perhaps invoke jsonista or cheshire on the client from Java (or shell out to use https://github.com/borkdude/jet). You could also attempt to use the transit-json-verbose format that our endpoint can support, which uses jsonista internally, but the crux-http-server module doesn't officially support it right now (it might need enabling, I'm not certain)