Skip to content

Conversation

quaff
Copy link
Contributor

@quaff quaff commented Jan 17, 2025

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

```
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]>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 17, 2025
@mhalbritter
Copy link
Contributor

Thanks for the PR. I've fixed that properly in 3beec78.

@mhalbritter mhalbritter added status: declined A suggestion or change that we don't feel we should currently apply and removed status: waiting-for-triage An issue we've not yet triaged labels Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: declined A suggestion or change that we don't feel we should currently apply
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants