build: bump simulacron to 0.14.0.1 - #1050
Conversation
0.14.0.1 has been on Maven Central since 2026-08-27 and carries the Server.Builder fix requested from this repo in scylladb#1017: withMultipleNodesPerIp (true) no longer silently overrides an explicit withAddressResolver(...). It also releases only resolver-generated node addresses. Refs: https://github.com/scylladb/java-simulacron/releases/tag/0.14.0.1 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: QUIET Plan: Team Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughUpdates the Maven Suggested reviewers: Merge Risk: ⚪ Minimal · up to This localized dependency update enables the intended Simulacron fixes without changing the 4.x dependency track. No actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
<simulacron.version>is still0.14.0.0, so theServer.Builderfix this repoasked for in #1017 has never reached us. That fix shipped as
scylladb/java-simulacron#11 and was released in
0.14.0.1on 2026-08-27, with acommitment on #1017 to open this bump once it was released.
<simulacron.version>from0.14.0.0to0.14.0.1withMultipleNodesPerIp(true)no longer silently overriding anexplicit
withAddressResolver(...)(Fix Server.Builder#build() silently overriding an explicit AddressResolver java-simulacron#11)(Release only resolver-generated node addresses java-simulacron#14)
4.xis untouched — it tracks upstream oncom.datastax.oss.simulacron:0.8.9This does not by itself fix the
PeersV2NodeRefreshITflake from #1017. Thattest calls
Server.builder().withMultipleNodesPerIp(true).build()with noexplicit resolver, so it still binds from
127.0.0.1:49152and still races the OSephemeral port range. The bump is what makes the fix possible; passing a
collision-safe resolver after
withMultipleNodesPerIp(true)is the follow-up.Verified:
make compile-allandmake test-unitgreen, and all 38simulacron-only IT classes run green — 257 tests, 0 failures, 5 pre-existing
skips — including
PeersV2NodeRefreshIT. Not covered:make test-integration-scylla/test-integration-cassandra, which need CCM and a liveserver, so CCM-backed ITs are only exercised by CI here.
Refs: https://github.com/scylladb/java-simulacron/releases/tag/0.14.0.1