-
v1.5.8-hotfix - Redis Streams API fix Pre-release
released this
2026-05-09 14:39:29 +02:00 | 236 commits to main since this releaseRedis Streams API Fix
Compilation error from wrong Spring Data Redis Stream API usage.
Error:
- RedisStreamPublisher lines 52+58: StreamRecords.newRecord().ofMap() returns MapRecord, not ObjectRecord
- Type variable K,V mismatch — Maven compilation failed
Fix:
- Replaced ObjectRecord construction with redisTemplate.opsForStream().add(streamKey, map) directly
- Removed unused ObjectRecord and StreamRecords imports
Followup to v1.5.2-dev.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads