This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-11-21
Channels
- # announcements (10)
- # aws (6)
- # babashka (23)
- # beginners (111)
- # biff (8)
- # calva (25)
- # clj-kondo (9)
- # cljsrn (4)
- # clojure (72)
- # clojure-belgium (6)
- # clojure-europe (50)
- # clojure-germany (2)
- # clojure-nl (1)
- # clojure-norway (6)
- # clojure-uk (1)
- # datahike (3)
- # emacs (10)
- # graalvm (19)
- # graphql (3)
- # juxt (7)
- # kaocha (9)
- # malli (23)
- # nbb (20)
- # pathom (17)
- # pedestal (6)
- # polylith (11)
- # portal (8)
- # remote-jobs (3)
- # shadow-cljs (18)
- # sql (3)
- # tools-deps (20)
https://github.com/borkdude/edamamev1.0.16
Configurable EDN/Clojure parser with location metadata
• Fix https://github.com/borkdude/edamame/issues/93: read-cond assumes LineNumberingIndexReader
• Optimization: reset source logging buffer when reading source
Channel: wherever you can reach me and in doubt #borkdude-misc ;)
Mitchell Hashimoto has Hashicorp, so… how about “Borkcorp” (and hence #borkcorp)? I think it has a pretty nice ring to it. “Purveyors of fine open-source Clojure software.” 🙃
Pedestal 0.5.11-beta-1 Pedestal is a set of batteries-included libraries for building HTTP-based services and applications. We are pleased to announce the first beta of Pedestal 0.5.11; this release primarily addresses out-of-date dependencies and security issues. Documentation: http://pedestal.io/ GitHub page: https://github.com/pedestal/pedestal Significant changes: - Now built using deps.edn - pedestal-jetty: Upgraded version of Jetty to 9.4.48.v20220622 to address known CVEs - Bumped many other dependencies for security and compatibility with Clojure 11 - pedestal-log: Fixed issues that made it difficult to override the built-in implementation of logging - pedestal-jetty: Removed blocking I/O inside a go block when using a WebSocket connection https://github.com/pedestal/pedestal/milestone/11?closed=1
any plans to use newer jetty versions? 10 - 11 (uses jakarta API) ? https://github.com/pedestal/pedestal/issues/722
Short answer: Yes. Long answer: We decided to prioritize getting a release out with fixes for known CVEs before coming up with a longer range strategy for supporting newer versions of Jetty.
We (myself and @U0FRJF287) are very excited to revitalize Pedestal and its documentation.