Skip to content

chore: bump async-test-lib 1.9.0 -> 1.9.2 - #69

Merged
PIsberg merged 1 commit into
mainfrom
chore/async-test-lib-1.9.2
Aug 13, 2026
Merged

chore: bump async-test-lib 1.9.0 -> 1.9.2#69
PIsberg merged 1 commit into
mainfrom
chore/async-test-lib-1.9.2

Conversation

@PIsberg

@PIsberg PIsberg commented Aug 13, 2026

Copy link
Copy Markdown
Owner

Downstream regression sweep for async-test-lib 1.9.2. 1.9.1 was never swept here, so this bump covers both patch releases.

Verified

./gradlew --no-daemon test
BUILD SUCCESSFUL -> 225 tests, 0 failures, 0 errors

Async classes that actually ran

se.deversity.skill3.ConcurrencySafetyTest — 8 tests, 0 failures, 0 errors:

  • [AsyncTest] 4 threads x 10 invocations
  • [AsyncTest] 6 threads x 50 invocations
  • [AsyncTest] 8 threads x 100 invocations

That matches the expected surface for this repo (1 class, 8 methods), so the bump did not silently stop exercising the detectors.

Artifact provenance

The 1.9.2 jars cached in ~/.m2 were local builds masquerading as the release — sha1 2d65ca7c… locally against 35084a6b… on Central for async-test-lib, and the agent and analysis modules likewise. All three were moved aside and refetched from Maven Central with sha1 verified before this run, so the suite exercised the bytes a user resolves rather than an uncommitted working tree.

No source changes were needed. 1.9.2 is a drop-in upgrade for this repo.

Keeps the concurrency suite on a released, sha1-verified artifact rather than
drifting two patch releases behind. 1.9.1 was never swept downstream, so this
picks up both.

Verified: ./gradlew --no-daemon test -> 225 tests, 0 failures, 0 errors.
ConcurrencySafetyTest ran all 8 @AsyncTest invocations green
(4x10, 6x50, 8x100 threads x invocations).

The 1.9.2 jars in ~/.m2 were local builds masquerading as the release; they were
moved aside and refetched from Maven Central with sha1 verified before this run,
so the suite exercised the artifact users actually resolve.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016SGqLgFHUwXXEgR7WfwTJs
@PIsberg
PIsberg merged commit 1671c29 into main Aug 13, 2026
5 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.

1 participant