Skip to content

Remove generic type from OAuth2AuthorizationServerConfigurer #831

@jgrandja

Description

@jgrandja

Remove generic type from OAuth2AuthorizationServerConfigurer.

Usages should be replaced as follows:

From:

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

To:

OAuth2AuthorizationServerConfigurer authorizationServerConfigurer =
		new OAuth2AuthorizationServerConfigurer()

Metadata

Metadata

Assignees

Labels

type: breaks-passivityA change that breaks passivity with the previous release

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions