Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OAuth2ResourceServerAutoConfiguration does not back off completely when spring-security-oauth2-resource-server is not on the classpath #22233

Closed
dsyer opened this issue Jul 6, 2020 · 0 comments
Assignees
Labels
type: bug A general bug
Milestone

Comments

@dsyer
Copy link
Member

dsyer commented Jul 6, 2020

I see it in every single Spring Boot app (even if it is eventually excluded because of some other condition). In a servlet app, it'll always be there (but the things it imports won't be)

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jul 6, 2020
@wilkinsona wilkinsona changed the title OAuth2ResourceServerAutoConfiguration should be @ConditionalOnClass of something? OAuth2ResourceServerAutoConfiguration should be @ConditionalOnClass of a type in spring-security-oauth2-resource-server Jul 6, 2020
@wilkinsona wilkinsona added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Jul 6, 2020
@wilkinsona wilkinsona added this to the 2.3.x milestone Jul 6, 2020
@wilkinsona wilkinsona changed the title OAuth2ResourceServerAutoConfiguration should be @ConditionalOnClass of a type in spring-security-oauth2-resource-server OAuth2ResourceServerAutoConfiguration does not back off completely when spring-security-oauth2-resource-server is not on the classpath Jul 7, 2020
@wilkinsona wilkinsona self-assigned this Jul 7, 2020
@wilkinsona wilkinsona modified the milestones: 2.3.x, 2.3.2 Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

3 participants