Skip to content

Fluxzero 1.190.4

Choose a tag to compare

@github-actions github-actions released this 03 Jun 16:29

1.190.4 (2026-06-03)

Bug Fixes

  • fix(test): flag sync fixture consumer deadlocks (88d4c80)

    Detect nested request dispatches in synchronous TestFixtures when the waiting handler and nested handler can run on the same single-threaded consumer.

    Track request dispatches through DispatchInterceptor, mirror production consumer assignment in the fixture, and skip local, self, passive, fire-and-forget, and multi-threaded consumer cases.

    Tested with ./mvnw -pl sdk -Dtest=TestFixtureDeadlockDetectionTest test.