Saving some entity with the same document id/key used to raise a DuplicateKeyException, now it just replaces the document silently. I couldn't find anything about this change in the migration guide, so my guess is it's unintentional. https://docs.spring.io/spring-data/couchbase/docs/current/reference/html/#couchbase.migrating https://github.com/spring-projects/spring-data-couchbase/blob/main/src/main/java/org/springframework/data/couchbase/repository/support/SimpleCouchbaseRepository.java#L70-L82