Files
spring-integration/spring-integration-mongodb/src
Artem Bilan d3f3a4ab2c GH-8998: Catch DataIntegrityViolationException instead
Fixes: #8998

Apparently some databases don't throw a proper code to identify a `DuplicateKeyException`, so better to catch `DataIntegrityViolationException` with the same meaning.

(cherry picked from commit 676733ccf7)
2024-03-12 19:54:06 +00:00
..