Version 1.0.2-SNAPSHOT - #26
Conversation
Start next development iteration after the 1.0.1 release. Also point thrift's :midje plugin ref at the now-published lein-finagle-clojure 1.0.1 (was 1.0.0), so the thrift build/codegen runs against the patched jackson stack. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Hi. 👋 I'm You can post a comment on this PR with one of the following commands: bookworm/release-it
I'll take care of updating CHANGELOG.md, bumping project.clj and merging this PR. Note: a stable version will be generated (that is Bumpito will update to it). bookworm/release-beta
I'll take care of generating a beta version based on these changes and bookworm/skip-releaseThis command should be used if you are changing something other than production code or docstrings that engineers can
I'll take care of merging this PR. If you have any problem, please reach my creators at #shared-libraries-and-tools |
There was a problem hiding this comment.
Pull request overview
Starts the next development iteration by bumping all published finagle-clojure modules to 1.0.2-SNAPSHOT, and updates the thrift module’s Midje plugin reference to use the now-published lein-finagle-clojure 1.0.1 so thrift codegen/tests run against the patched Jackson stack described in #24.
Changes:
- Bump root + module
defprojectversions from1.0.1to1.0.2-SNAPSHOT. - Update
thrift’s:midjeplugin reference tolein-finagle-clojure "1.0.1". - Update intra-repo module dependencies on
finagle-clojure/coreto1.0.2-SNAPSHOTwhere applicable.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
project.clj |
Bumps root project version to 1.0.2-SNAPSHOT. |
core/project.clj |
Bumps finagle-clojure/core version to 1.0.2-SNAPSHOT. |
http/project.clj |
Bumps finagle-clojure/http version and updates dependency on finagle-clojure/core to 1.0.2-SNAPSHOT. |
thrift/project.clj |
Bumps finagle-clojure/thrift version, updates dependency on finagle-clojure/core to 1.0.2-SNAPSHOT, and pins Midje plugin to lein-finagle-clojure "1.0.1". |
lein-finagle-clojure/project.clj |
Bumps lein-finagle-clojure plugin version to 1.0.2-SNAPSHOT. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Changelog:
1.0.2-SNAPSHOT, starting the next development iteration after the 1.0.1 release.:midjeplugin ref at the now-publishedlein-finagle-clojure "1.0.1"(was1.0.0), so the thrift build/codegen runs against the patched jackson stack — closing the build-time gap noted in Pin patched jackson 2.18.9 stack (GHSA-5jmj-h7xm-6q6v) #24.Completes the 1.0.1 manual release: built from the master merge commit (
5aed25a), all four artifacts (finagle-clojure/{core,http,thrift}+lein-finagle-clojure) published to CodeArtifactprivate-mavenand verified at1.0.1vianu codeartifact latest, tagged1.0.1, GitHub release created.Note:
maven.cicd.nubank.worldproxy resolution of freshly-published versions lags briefly (copy-on-read); the authoritative check isnu codeartifact latest maven <pkg> <namespace>.🤖 Generated with Claude Code