A https://github.com/seancorfield/build-uber-log4j2-handler for the tools.build uber task.
io.github.seancorfield/build-uber-log4j2-handler {:git/tag "v2.26.0" :git/sha "be2d414"}
Just updates the log4j2 dependency to 2.26.0 (from 2.25.4).dexter 0.1-beta-2
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 (dependents) and what it depends on (dependencies), with version mismatches highlighted at a glance.
New in version 0.1-beta-12:
• Added floating action button (FAB) settings menu with toggles for fading exact connections and viewing hidden libraries
• Added per-tab Hide/Show button in the properties panel to customize which libraries are hidden
• Fixed Scoop manifest to use suggest instead of depends for Java, since Scoop can't resolve cross-bucket dependencies
Install using brew install hlship/brew/dexter.
See project for Linux and Windows installation notes.
https://scicloj.github.io/plotje/ - composable plotting - https://clojars.org/org.scicloj/plotje
• fix: pj/scale :y :lognow works on histograms and categorical bar charts. (Closes #5) - thanks, @hhausman
• fix: SVG coordinate formatter now pins`java.util.Locale/ROOT`, so plots render correctly on JVMs whose default locale uses comma as the decimal separator (Czech, German, etc.). (PR #3) - thanks, @tom791