• v2.5.7-fixes 69e23b20fa

    FTMahringer released this 2026-05-13 01:06:05 +02:00 | 72 commits to main since this release

    Test Compilation & Execution Fixes

    This pre-release contains fixes for all pre-existing Maven test errors in the synapse-core backend:

    Fixed

    • Spring Boot 4.0 compatibility: import path updated
    • Package reference fixes: and now import from correct packages (, )
    • Constructor signature: now passes required mock
    • Mockito strictness: Agent collaboration/planning tests use strictness to avoid
    • Integration test handling: Docker-dependent tests () excluded from default run; renamed →
    • BaseIntegrationTest: Added guard with lazy container initialization

    Test Results

    • 44 unit tests passing
    • 0 failures, 0 errors
    • Integration tests can be run explicitly with when Docker is available

    Skipped in this run

    Run integration tests separately when Docker/TestContainers are available.

    Downloads