Skip to content

Commit

Permalink
Remove Autowire annotation on the unique constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
kse-music committed Dec 22, 2024
1 parent fd267df commit 573d0c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
* Configuration for a {@link ReactiveAuthenticationManager} based Method Security.
*
* @author Evgeniy Cheban
* @author Ding Hao
* @since 5.8
*/
@Configuration(value = "_reactiveMethodSecurityConfiguration", proxyBeanMethods = false)
Expand Down Expand Up @@ -83,7 +84,6 @@ final class ReactiveAuthorizationManagerMethodSecurityConfiguration

private final AuthorizationManagerAfterReactiveMethodInterceptor postAuthorizeMethodInterceptor;

@Autowired(required = false)
ReactiveAuthorizationManagerMethodSecurityConfiguration(MethodSecurityExpressionHandler expressionHandler,
ObjectProvider<ObjectPostProcessor<ReactiveAuthorizationManager<MethodInvocation>>> preAuthorizePostProcessor,
ObjectProvider<ObjectPostProcessor<ReactiveAuthorizationManager<MethodInvocationResult>>> postAuthorizePostProcessor) {
Expand Down

0 comments on commit 573d0c8

Please sign in to comment.