Skip to content

build: bump simulacron to 0.14.0.1 - #1050

Merged
dkropachev merged 1 commit into
scylladb:scylla-4.xfrom
nikagra:chore/bump-simulacron-0.14.0.1
Sep 2, 2026
Merged

build: bump simulacron to 0.14.0.1#1050
dkropachev merged 1 commit into
scylladb:scylla-4.xfrom
nikagra:chore/bump-simulacron-0.14.0.1

Conversation

@nikagra

@nikagra nikagra commented Sep 1, 2026

Copy link
Copy Markdown

<simulacron.version> is still 0.14.0.0, so the Server.Builder fix this repo
asked for in #1017 has never reached us. That fix shipped as
scylladb/java-simulacron#11 and was released in 0.14.0.1 on 2026-08-27, with a
commitment on #1017 to open this bump once it was released.

This does not by itself fix the PeersV2NodeRefreshIT flake from #1017. That
test calls Server.builder().withMultipleNodesPerIp(true).build() with no
explicit resolver, so it still binds from 127.0.0.1:49152 and still races the OS
ephemeral 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-all and make test-unit green, and all 38
simulacron-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 live
server, so CCM-backed ITs are only exercised by CI here.

Refs: https://github.com/scylladb/java-simulacron/releases/tag/0.14.0.1

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>
@coderabbitai

coderabbitai Bot commented Sep 1, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: QUIET

Plan: Team

Run ID: d74f1ae9-14c2-4bf0-a843-d7476e0a2aee

📥 Commits

Reviewing files that changed from the base of the PR and between 55bbdeb and 8a9c42b.

📒 Files selected for processing (1)
  • pom.xml

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

Updates the Maven simulacron.version property from 0.14.0.0 to 0.14.0.1.

Suggested reviewers: scylladb-promoter, dkropachev

Merge Risk: ⚪ Minimal · up to 8a9c4

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)
Check name Status Explanation
Title check ✅ Passed The title clearly states the primary change: updating Simulacron to version 0.14.0.1.
Description check ✅ Passed The description directly explains the version bump, included fixes, scope, and verification results.
Docstring Coverage ✅ Passed 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…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Docstring Coverage

Explanation

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@dkropachev
dkropachev merged commit ce317fa into scylladb:scylla-4.x Sep 2, 2026
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants