Skip to content

Remove generic type from OAuth2AuthorizationServerConfigurer #831

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

Closed
jgrandja opened this issue Aug 1, 2022 · 0 comments
Closed

Remove generic type from OAuth2AuthorizationServerConfigurer #831

jgrandja opened this issue Aug 1, 2022 · 0 comments
Assignees
Labels
type: breaks-passivity A change that breaks passivity with the previous release
Milestone

Comments

@jgrandja
Copy link
Collaborator

jgrandja commented Aug 1, 2022

Remove generic type from OAuth2AuthorizationServerConfigurer.

Usages should be replaced as follows:

From:

OAuth2AuthorizationServerConfigurer<HttpSecurity> authorizationServerConfigurer =
		new OAuth2AuthorizationServerConfigurer<>()

To:

OAuth2AuthorizationServerConfigurer authorizationServerConfigurer =
		new OAuth2AuthorizationServerConfigurer()
@jgrandja jgrandja added the type: breaks-passivity A change that breaks passivity with the previous release label Aug 1, 2022
@jgrandja jgrandja added this to the 0.4.0-M1 milestone Aug 1, 2022
@jgrandja jgrandja self-assigned this Aug 1, 2022
doba16 pushed a commit to doba16/spring-authorization-server that referenced this issue Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: breaks-passivity A change that breaks passivity with the previous release
Projects
None yet
Development

No branches or pull requests

1 participant