This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-03
Channels
- # aleph (7)
- # announcements (6)
- # babashka (34)
- # beginners (5)
- # calva (1)
- # cider (3)
- # clerk (11)
- # clj-http (1)
- # clj-kondo (35)
- # clojars (6)
- # clojure (114)
- # clojure-australia (1)
- # clojure-brasil (2)
- # clojure-europe (73)
- # clojure-hamburg (3)
- # clojure-nl (1)
- # clojure-norway (27)
- # clojure-uk (4)
- # events (3)
- # graalvm (13)
- # gratitude (4)
- # helix (17)
- # hoplon (1)
- # hyperfiddle (65)
- # instaparse (4)
- # jobs-discuss (6)
- # lsp (2)
- # meander (2)
- # rdf (4)
- # re-frame (51)
- # reitit (28)
- # releases (1)
- # sci (20)
- # shadow-cljs (9)
- # tools-deps (4)
- # xtdb (44)
[metosin/reitit "0.7.0-alpha1"]
is out!
This is a preview release with OpenAPI 3.1 support. Please test it and tell us if it works for you!
Blog post with more details: https://metosin.fi/blog/openapi3/

How timely. :) I am about to add an OpenAPI spec to an existing project of mine as was considering reitit for it.
ahh amazing… Thank you! 🙇
https://github.com/practicalli/clojure-cli-config - user level aliases for Repl workflow and community tools to support development
Continuing with a refactor of the aliases, removing those that are not particularly relevant or have been replaced by others. All deprecated alias configurations are moved to deps-deprecated.edn in case they are useful (let me know if I have removed an alias you depend upon)
• Added
◦ :lib/component-repl
and :lib/integrant-repl
libraries for system component REPL workflow (Mount & Donut-part do not require additional libraries)
◦ :inspect/morse
new in-process inspect tool (using the REBL JavaFX UI)
• Changed
◦ DEPRECATED: :lib/reloaded
& :lib/tools-ns
- use :dev/reloaded
◦ DEPRECATED: lib/nrepl
little value without a :main-opts
configuration
◦ DEPRECATED: :repl/rebel-cljs
, :repl/figwheel
, :repl/rebel-cljs
requires JVM with Nashorn, i.e. Java 8 - use figwheel-main template and https://practical.li/spacemacs/clojure-repl/clojurescript-repl/
◦ docs: lib/hotload
for Clojure 1.11 and uses [[https://github.com/clojure/tools.deps.alpha/tree/add-lib3][clojure/tools.deps.alpha]] which has been replaced for Clojure 1.12
◦ alias: remove clojure/tools.deps.alpha from :repl/reloaded
& :dev/reloaded
for use with Clojure 1.12
◦ remove find-deps from :repl/reloaded
& :dev/reloaded
as no longer required - use add-lib instead
◦ docs: update introduction and remove outdated content
◦ aliases: use --main
option in alias :main-opts
definitions for greater clarity
◦ alias: :repl/rebel
load Clojure 1.12 hotload functions during REPL startup
• Updated
◦ ci: updated GitHub workflow and configuration to standand used in other Practicalli projects
◦ Update library versions using clojure -T:search/outdated
- antq, flow-storm, zulip

@U05254DQM We try to encourage folks to keep #C06MAR553 to about once a month per project and post to #C015AL9QYH1 for more frequent project updates (you last posted about the CLI Config here last week). Thanks!
I usually post smaller releases in #C015AL9QYH1 but there were several deprecated aliases that people should be aware of this time