• v1.3.8-hotfix 7572829587

    FTMahringer released this 2026-05-08 23:54:55 +02:00 | 255 commits to main since this release

    Compilation Error Fixes

    Fixed 8 compilation errors discovered during Docker build testing.

    Errors Fixed:

    • ModelProvider method names: getProviderType() → getType(), isEnabled() → getEnabled()
    • ModelProvider config: getConfiguration() → getConfig()
    • ConversationResponse: getUserId() instead of getUser().getId()
    • MessageResponse: getConversationId() directly (no getConversation())
    • DtoMapper: fromCreateRequest() signature (userId param)
    • Type mismatches: OffsetDateTime → Instant

    Root Causes:

    • Wrong method names in MessageService for ModelProvider API
    • DTO field accessors mismatched with entity structure
    • Timestamp type inconsistency (Instant vs OffsetDateTime)

    Testing:

    • Discovered via docker compose build --no-cache backend
    • Maven compiler caught all issues
    • Full compilation now successful

    Fixes for v1.4.0 Chat Runtime milestone.

    Downloads