• v1.3.9-hotfix c77890ce36

    FTMahringer released this 2026-05-08 23:56:43 +02:00 | 254 commits to main since this release

    Import Error Fix

    Added missing UUID import to DtoMapper.

    Error:

    • DtoMapper.fromCreateRequest() uses UUID parameter
    • Missing import java.util.UUID;
    • Maven compilation failed

    Fix:

    • Added UUID import to DtoMapper.java

    Quick followup to v1.3.8-hotfix.

    Downloads