clj-commons 2023-01-13

I'm noticing https://github.com/clj-commons/pomegranate is on the stale side. Is this lib still used by folks today? @slipset please feel free to add me as a maintainer and I can help keep it maintained.

I think it's just one of those things that is "done" -- is the staleness just its deps?

(Leiningen still uses it: https://codeberg.org/leiningen/leiningen/src/branch/main/leiningen-core/project.clj#L12 and I think I've seen it referenced in a few other projects, but it is definitely used less than it used to be)

Stale deps with CVEs on it.

Ah, worth bumping and cutting a new release then. Maybe then let the lein folks know via an issue since they're working on 2.10.1 of Leiningen right now.

Away from computer but I thought we were around 2.90 or something?

Probs using 2.9 something then :)

There's also no release automation and other maintenancy type things.

@seancorfield I was looking at my options at properly determining deps for libs for cljdoc, hence peek at pomegranate. I'm guessing it is a potentially viable choice today. (tools.deps almost did the trick but it filters out provided deps which cljdoc is interested in seeing).

👍🏻 1