Update the auto-configured PersistenceExceptionTranslationPostProcessor
to proxy target classes as well as interfaces. Also provide a config
property to disable registration all together.
Fixes gh-1844
@ -34,8 +35,11 @@ public class PersistenceExceptionTranslationAutoConfiguration {
@@ -34,8 +35,11 @@ public class PersistenceExceptionTranslationAutoConfiguration {
@ -60,6 +62,19 @@ public class PersistenceExceptionTranslationAutoConfigurationTests {
@@ -60,6 +62,19 @@ public class PersistenceExceptionTranslationAutoConfigurationTests {
@ -205,6 +205,9 @@ content into your application; rather pick only the properties that you need.
@@ -205,6 +205,9 @@ content into your application; rather pick only the properties that you need.