• v1.4.8-hotfix 433d00bb3d

    FTMahringer released this 2026-05-09 00:43:01 +02:00 | 245 commits to main since this release

    Compilation Fix

    Fixed type mismatch in AiFirmDispatchService that caused Maven build failure.

    Error:

    • AiFirmDispatchService.java:76 — conditional expression passed conversationId.toString() (String) to SystemLogService.log() correlationId parameter (UUID)
    • Maven compilation failed during Docker build

    Fix:

    • Pass conversationId directly (already a UUID) instead of .toString()

    Followup to v1.4.4-dev.

    Downloads