-
v1.3.8-hotfix - Compilation error fixes Pre-release
released this
2026-05-08 23:54:55 +02:00 | 255 commits to main since this releaseCompilation 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads