-
v1.4.8-hotfix - UUID/String type mismatch fix Pre-release
released this
2026-05-09 00:43:01 +02:00 | 245 commits to main since this releaseCompilation 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads