Like KeyValueStore, JournalStore, SequenceService, Key, Version and others...
Typical example: I expected KeyValueStore#updateVersioned to throw an exception when a stale state is about to be updated, but this method returns null instead. To figure out, I had to dig into code ;)
Like KeyValueStore, JournalStore, SequenceService, Key, Version and others...
Typical example: I expected KeyValueStore#updateVersioned to throw an exception when a stale state is about to be updated, but this method returns
null
instead. To figure out, I had to dig into code ;)