Upgrade Critter Stack deps (Marten 9.0.1 / Polecat 4.1.1 / JasperFx 2.0.1) and bump to 6.0.1#2892
Merged
Merged
Conversation
Move to the latest published JasperFx.* / Weasel.* / Marten.* / Polecat.*: JasperFx 2.0.0 -> 2.0.1 (keyed-service-location fix, GH-2878) JasperFx.Events (+ SourceGenerator) 2.0.0 -> 2.1.0 Marten / .AspNetCore / .Newtonsoft 9.0.0 -> 9.0.1 Polecat 4.0.0 -> 4.1.1 Weasel.* (7 packages) 9.0.0 -> 9.0.1 JasperFx.RuntimeCompiler (5.0.0) and JasperFx.SourceGeneration (2.0.0) are already at their latest published stable versions, so they're unchanged. Bump Wolverine's own version 6.0.0 -> 6.0.1. Full wolverine.slnx builds clean in Release. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
dmytro-pryvedeniuk
pushed a commit
to dmytro-pryvedeniuk/wolverine
that referenced
this pull request
May 26, 2026
Patch release on the 6.0 line: keyed-service-location fix (via JasperFx 2.0.1, JasperFxGH-2878), SQS fair queues opt-in (JasperFx#2886), ancillary-store outbox per-store schema fix (JasperFx#2887), and the Critter Stack dependency refresh (JasperFx#2892, JasperFx#2891). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Upgrades the Critter Stack dependencies to their latest published stable versions and bumps Wolverine's own fix version.
JasperFxJasperFx.Events,JasperFx.Events.SourceGeneratorMarten,Marten.AspNetCore,Marten.NewtonsoftPolecatWeasel.Core/.EntityFrameworkCore/.MySql/.Oracle/.Postgresql/.SqlServer/.SqliteJasperFx.RuntimeCompiler(5.0.0) andJasperFx.SourceGeneration(2.0.0) are already at their latest published stable, so they're left unchanged.Why
Picks up the latest GA patch line, notably the keyed-service-location codegen fix that shipped in
JasperFx 2.0.1(jasperfx GH-2878) — keyed services now resolve correctly when a sibling opaque/lambda registration forces a handler onto the service-location path.Verification
dotnet build wolverine.slnx -c Release— clean (0 warnings, 0 errors, withTreatWarningsAsErrors=true), so the upgrade — including theJasperFx.Events2.0→2.1 minor bump — compiles across the entire solution. CI runs the full test matrix.🤖 Generated with Claude Code