Clojars Worklog - 2026
Table of Contents
Intro
This worklog covers work performed on Clojars under a contract from the Clojurists Together Foundation. The contract covers general maintenance.
January 2026
CHANGELOG | clojars-web commits | infrastructure commits
- Use database data for Maven indexing. This uses the exported POMs from the DB instead of syncing down POMs from S3 to reduce AWS costs.
- Many stale dependency and tooling upgrades.
March 2026
CHANGELOG | clojars-web commits | infrastructure commits
- Use fork of http-kit instead of jetty. This removes jetty as a dependency as we don’t need its complexity and it often brings in CVEs.
- Implement RFC 9457 Problem Details responses on deploy validation failures