We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi
OptimisticLockingFailureException is not thrown by spring-data-couchbase but according to the documentation it should be thrown
OptimisticLockingFailureException
Instead it is throwing DataIntegrityViolationException caused by CasMismatchException.
DataIntegrityViolationException
CasMismatchException
spring-data-couchbase/src/main/java/org/springframework/data/couchbase/core/CouchbaseExceptionTranslator.java
Lines 69 to 73 in 7e45fa2
Is there an error in the documentation?
Related issue: #944 #934