-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
False
-
-
False
-
---
-
-
The TransactionHolder class has methods to convert a Response into a TransactionResult or OptimisticLockingTransactionResult. For some reason, the first variant did consider null as a valid result, while the second did not. They are unified now.
Further, this commit adds input validation to transactional methods in BlockingRedisDataSourceImpl, similarly to how they are done in ReactiveRedisDataSourceImpl.
Fixes #52478