Skip to content

Fluxzero 1.155.0

Choose a tag to compare

@github-actions github-actions released this 25 Apr 05:16

1.155.0 (2026-04-25)

Tests

  • test: run Mockito as a Java agent (ec0a0e9)

    Configure Surefire to start Mockito through its javaagent instead of relying on Byte Buddy self-attachment at test runtime.

    This removes the Mockito inline mock maker warning and avoids the intermittent Java 25 self-attach failure during tests.