Fluxzero 1.155.0
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.