Commit e43427b
committed
Fix the build
```
Execution failed for task ':spring-boot-project:spring-boot-autoconfigure:compileJava'.
> Compilation failed; see the compiler output below.
error: warnings found and -Werror specified/home/runner/work/spring-boot/spring-boot/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/reactive/ReactiveOAuth2ResourceServerOpaqueTokenConfiguration.java:49: warning: [removal] SpringReactiveOpaqueTokenIntrospector(String,String,String) in SpringReactiveOpaqueTokenIntrospector has been deprecated and marked for removal
return new SpringReactiveOpaqueTokenIntrospector(opaqueToken.getIntrospectionUri(),
^
/home/runner/work/spring-boot/spring-boot/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/servlet/OAuth2ResourceServerOpaqueTokenConfiguration.java:51: warning: [removal] SpringOpaqueTokenIntrospector(String,String,String) in SpringOpaqueTokenIntrospector has been deprecated and marked for removal
return new SpringOpaqueTokenIntrospector(opaqueToken.getIntrospectionUri(), opaqueToken.getClientId(),
^
1 error
2 warnings
```
Signed-off-by: Yanming Zhou <[email protected]>1 parent 6957557 commit e43427b
File tree
2 files changed
+4
-2
lines changed- spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource
- reactive
- servlet
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
0 commit comments