dexter 0.1-alpha-5 Dexter is an interactive, browser-based tool for visualizing and exploring the artifact dependency graph of JVM projects. https://github.com/hlship/dexter Even trivial projects accumulate dozens, even hundreds, of transitive dependencies, making it impossible to produce a meaningful static graph or to easily diagnose version conflicts buried deep in the tree. Dexter addresses this by letting you navigate the dependency hierarchy interactively: select any artifact to see what depends on it (dependants) and what it depends on (dependencies), with version mismatches highlighted at a glance. Version 0.1-alpha-5: • Multiple tabs: different views into the same dependency hierarchy • Fixed some broken animations • Modal dialog when the server side is shut down
Looks like it may not run on Intel macs. I'll look into that when I get a chance. I've mostly developed it on M1.
Happy to be releasing a new version of Beeld. Beeld provides a uniform interface for working with images. Images that live on disk as a File, that come as a byte array, that stream as a BufferedInputStream, or that are referenced by a URL or URI, in all cases the same methods apply in order to: get the name and size, read as bytes or base64, detect the format, probe the MIME type, write to disk, and even scale. Beeld is an abstraction enabled and powered by a Clojure protocol. This makes the library extensible by its users. The present release hardens the implementation and comes with a test suite. Enjoy! https://tuppu.net/cf0775cf
Announcing https://clojars.org/aleph/versions/0.9.6: • Bump Netty to 4.1.132.Final to fix CVE-2026-33870 and CVE-2026-33871 (https://github.com/clj-commons/aleph/pull/781)
Guardrails 1.3.0 https://github.com/fulcrologic/guardrails Performance optimizations. See the README for full details, but the TL;DR is that malli-based GR overhead was improved by a factor of 5-10x by leveraging precompiled malli schemas. The other win was some internal optimization, and allowing the elision of some overhead if you disable the tracing option.