clojure-dev

Alex Miller (Clojure team) 2025-05-30T18:33:02.736339Z

FYI for anyone that does Maven releases from Clojure repos, Maven Central is transitioning to a new Central publisher mechanism. I've been working on testing these changes for contrib and will be working through rolling those out this afternoon, so please don't release anything, or at least check with me first, cc @seancorfield @dnolen at least

👍🏻 1
👍🏽 1
🙏 1
Alex Miller (Clojure team) 2025-05-30T21:20:18.447849Z

@dnolen I have finished this work for everything except clojurescript which is about 10 years out of date in how the maven central stuff is configured. I think we have kicked that can as far down the road as we can and I need to actually update it to latest deployment config. once I do, I could dupe this to a test project and release it to some dummy artifactId, or you could wait until there is an actual release to make on cljs to test for real

Alex Miller (Clojure team) 2025-05-30T21:21:07.342779Z

cljs.tools.closure will also need this (prob even in worse shape)

Alex Miller (Clojure team) 2025-05-30T21:21:59.888159Z

might be early next week before I finish those changes

seancorfield 2025-05-30T21:24:34.897789Z

Feel free to do a test with tools.cli - it's only had doc updates recently I think?

Alex Miller (Clojure team) 2025-05-30T21:26:31.771079Z

I have a contrib test project, everything should be fine on those. let me know if anything seems amiss in a future release

seancorfield 2025-05-30T21:27:43.228189Z

Okay, cool. No idea when I'll have anything substantive to release on any of my Contrib libraries. It's all been readme updates for a while:grin:

dnolen 2025-05-31T00:48:43.251909Z

I actually might like to cut a release next week.

Alex Miller (Clojure team) 2025-05-31T02:13:44.348619Z

Ok, will try to get things dialed in so we can run it

Alex Miller (Clojure team) 2025-06-02T22:08:45.839419Z

ok, I think the clojurescript project is probably ready to try when you want to do a release

🙏🏽 1
Alex Miller (Clojure team) 2025-06-02T22:09:59.701499Z

cljs.tools.closure is its own brand of bespoke weirdness, but I'll tackle that one next

👍🏽 1