SEC-1433: Reduce the number of direct dependencies on DataAccessException from spring-tx.
It is still required as a compile-time dependency by classes which use Spring's JDBC support, but it doesn't really have to be used in many interfaces and classes which are not necessarily backed by JDBC implementations.
@ -495,9 +494,8 @@ public final class BasicLookupStrategy implements LookupStrategy {
@@ -495,9 +494,8 @@ public final class BasicLookupStrategy implements LookupStrategy {
@ -51,18 +45,13 @@ public class EhCacheBasedTicketCache implements StatelessTicketCache, Initializi
@@ -51,18 +45,13 @@ public class EhCacheBasedTicketCache implements StatelessTicketCache, Initializi
@ -20,8 +18,7 @@ public class PostProcessedMockUserDetailsService implements UserDetailsService {
@@ -20,8 +18,7 @@ public class PostProcessedMockUserDetailsService implements UserDetailsService {
@ -42,7 +40,7 @@ public class UserDetailsServiceWrapper implements UserDetailsService {
@@ -42,7 +40,7 @@ public class UserDetailsServiceWrapper implements UserDetailsService {
@ -80,8 +80,9 @@ public class DaoAuthenticationProvider extends AbstractUserDetailsAuthentication
@@ -80,8 +80,9 @@ public class DaoAuthenticationProvider extends AbstractUserDetailsAuthentication
@ -48,8 +47,7 @@ public class UserDetailsByNameServiceWrapper implements AuthenticationUserDetail
@@ -48,8 +47,7 @@ public class UserDetailsByNameServiceWrapper implements AuthenticationUserDetail
@ -437,15 +436,13 @@ public class DaoAuthenticationProviderTests extends TestCase {
@@ -437,15 +436,13 @@ public class DaoAuthenticationProviderTests extends TestCase {
thrownewDataRetrievalFailureException("This mock simulator is designed to fail");
}
}
@ -453,8 +450,7 @@ public class DaoAuthenticationProviderTests extends TestCase {
@@ -453,8 +450,7 @@ public class DaoAuthenticationProviderTests extends TestCase {
@ -468,8 +464,7 @@ public class DaoAuthenticationProviderTests extends TestCase {
@@ -468,8 +464,7 @@ public class DaoAuthenticationProviderTests extends TestCase {
@ -479,8 +474,7 @@ public class DaoAuthenticationProviderTests extends TestCase {
@@ -479,8 +474,7 @@ public class DaoAuthenticationProviderTests extends TestCase {
@ -490,8 +484,7 @@ public class DaoAuthenticationProviderTests extends TestCase {
@@ -490,8 +484,7 @@ public class DaoAuthenticationProviderTests extends TestCase {
@ -501,8 +494,7 @@ public class DaoAuthenticationProviderTests extends TestCase {
@@ -501,8 +494,7 @@ public class DaoAuthenticationProviderTests extends TestCase {
@ -512,8 +504,7 @@ public class DaoAuthenticationProviderTests extends TestCase {
@@ -512,8 +504,7 @@ public class DaoAuthenticationProviderTests extends TestCase {
@ -126,13 +123,11 @@ public class BasePasswordEncoderTests extends TestCase {
@@ -126,13 +123,11 @@ public class BasePasswordEncoderTests extends TestCase {
@ -30,7 +25,7 @@ public class MockUserDetailsService implements UserDetailsService {
@@ -30,7 +25,7 @@ public class MockUserDetailsService implements UserDetailsService {
@ -33,7 +27,7 @@ public class UserDetailsByNameServiceWrapperTests extends TestCase {
@@ -33,7 +27,7 @@ public class UserDetailsByNameServiceWrapperTests extends TestCase {
@ -123,7 +122,7 @@ public class LdapUserDetailsManager implements UserDetailsManager {
@@ -123,7 +122,7 @@ public class LdapUserDetailsManager implements UserDetailsManager {