mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 11:39:14 +00:00
Merge branch '4.0.x' into 4.1.x
Closes gh-51599
This commit is contained in:
-2
@@ -48,11 +48,9 @@ import static org.mockito.BDDMockito.given;
|
||||
class SecurityInterceptorTests {
|
||||
|
||||
@Mock
|
||||
@SuppressWarnings("NullAway.Init")
|
||||
private TokenValidator tokenValidator;
|
||||
|
||||
@Mock
|
||||
@SuppressWarnings("NullAway.Init")
|
||||
private SecurityService securityService;
|
||||
|
||||
private SecurityInterceptor interceptor;
|
||||
|
||||
-1
@@ -60,7 +60,6 @@ class TokenValidatorTests {
|
||||
private static final byte[] DOT = ".".getBytes();
|
||||
|
||||
@Mock
|
||||
@SuppressWarnings("NullAway.Init")
|
||||
private SecurityService securityService;
|
||||
|
||||
private TokenValidator tokenValidator;
|
||||
|
||||
-2
@@ -46,11 +46,9 @@ import static org.mockito.BDDMockito.then;
|
||||
class SecurityInterceptorTests {
|
||||
|
||||
@Mock
|
||||
@SuppressWarnings("NullAway.Init")
|
||||
private TokenValidator tokenValidator;
|
||||
|
||||
@Mock
|
||||
@SuppressWarnings("NullAway.Init")
|
||||
private SecurityService securityService;
|
||||
|
||||
private SecurityInterceptor interceptor;
|
||||
|
||||
-1
@@ -59,7 +59,6 @@ class TokenValidatorTests {
|
||||
private static final byte[] DOT = ".".getBytes();
|
||||
|
||||
@Mock
|
||||
@SuppressWarnings("NullAway.Init")
|
||||
private SecurityService securityService;
|
||||
|
||||
private TokenValidator tokenValidator;
|
||||
|
||||
Reference in New Issue
Block a user