3.1.13
What's changed
Fixes
- Remove findAll call from DatasetServiceImpl.findAllDatasets:
- Apparently, findAll() implementation of RedisDocumentRepository is buggy in redis-om-spring version 0.6.4.
So we for a query to bypass the problem here. We force a filter by organizationId.
- Apparently, findAll() implementation of RedisDocumentRepository is buggy in redis-om-spring version 0.6.4.
Full Changelog: 3.1.12...3.1.13