Upgrade dependencies, remove reflection, add concurrency test, bump to 5.22.1#2341
Merged
jeremydmiller merged 4 commits intomainfrom Mar 24, 2026
Merged
Upgrade dependencies, remove reflection, add concurrency test, bump to 5.22.1#2341jeremydmiller merged 4 commits intomainfrom
jeremydmiller merged 4 commits intomainfrom
Conversation
…lobal partitioning concurrency test, bump to 5.22.1 - Build ServiceCapabilities and DurabilitySettings explicitly without reflection - Update JasperFx to 1.21.3, JasperFx.Events to 1.24.1, Polecat to 1.2.1 - Add Bug_concurrency_with_global_partitioning test reproducing concurrency exceptions with multi-node global partitioning in DurabilityMode.Solo - Make KafkaContainerFixture resilient to Testcontainer OOM failures - Bump version to 5.22.1 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
… nuke ci - Add VSTHRD200 (async suffix) to NoWarn in Directory.Build.props - Add NU1202 and NETSDK1005 suppression to Polecat net10.0-only projects so solution-level restore/build doesn't fail on TFM incompatibility - Add ProceedAfterFailure to Compile target so CoreTests can run even when Polecat projects produce NETSDK1005 errors - CoreTests: 1189 passed, 0 failed Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This was referenced Mar 25, 2026
This was referenced Apr 2, 2026
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.
Summary
ServiceCapabilitiesandDurabilitySettingsexplicitly without reflectionBug_concurrency_with_global_partitioningtest in Kafka tests reproducing concurrency exceptions when multiple nodes useDurabilityMode.Solowith global partitioning (verified fix withDurabilityMode.Balanced)KafkaContainerFixtureresilient to Testcontainer OOM failures (falls back to docker-compose Kafka)Test plan
nuke compilepasses (pre-existing Polecat net10.0-only build errors unrelated to this PR)Bug_concurrency_with_global_partitioningtest with docker-compose Kafka runningDurabilityMode.Balanced, fails withDurabilityMode.Solo(currently set to Balanced)🤖 Generated with Claude Code