mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-13 23:52:14 +00:00
Deprecation warning suppression for UserMap.
This commit is contained in:
parent
9a2d0c2cb5
commit
21a664b2eb
@ -41,6 +41,7 @@ import java.util.Properties;
|
|||||||
*
|
*
|
||||||
* @author Ben Alex
|
* @author Ben Alex
|
||||||
*/
|
*/
|
||||||
|
@SuppressWarnings("deprecation")
|
||||||
public class UserMapEditor extends PropertyEditorSupport {
|
public class UserMapEditor extends PropertyEditorSupport {
|
||||||
//~ Methods ========================================================================================================
|
//~ Methods ========================================================================================================
|
||||||
|
|
||||||
|
@ -27,6 +27,7 @@ import org.springframework.security.core.userdetails.memory.UserMapEditor;
|
|||||||
*
|
*
|
||||||
* @author Ben Alex
|
* @author Ben Alex
|
||||||
*/
|
*/
|
||||||
|
@SuppressWarnings("deprecation")
|
||||||
public class UserMapEditorTests extends TestCase {
|
public class UserMapEditorTests extends TestCase {
|
||||||
//~ Constructors ===================================================================================================
|
//~ Constructors ===================================================================================================
|
||||||
|
|
||||||
|
@ -29,6 +29,7 @@ import org.springframework.security.core.userdetails.UsernameNotFoundException;
|
|||||||
*
|
*
|
||||||
* @author Ben Alex
|
* @author Ben Alex
|
||||||
*/
|
*/
|
||||||
|
@SuppressWarnings("deprecation")
|
||||||
public class UserMapTests {
|
public class UserMapTests {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@ -51,6 +51,7 @@ import org.springframework.util.StringUtils;
|
|||||||
* @author Ben Alex
|
* @author Ben Alex
|
||||||
* @author Luke Taylor
|
* @author Luke Taylor
|
||||||
*/
|
*/
|
||||||
|
@SuppressWarnings("deprecation")
|
||||||
public class DigestAuthenticationFilterTests {
|
public class DigestAuthenticationFilterTests {
|
||||||
//~ Static fields/initializers =====================================================================================
|
//~ Static fields/initializers =====================================================================================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user