Skip to content

Commit

Permalink
Remove Autowire annotation on the unique constructor
Browse files Browse the repository at this point in the history
Closes gh-16325
  • Loading branch information
kse-music committed Jan 6, 2025
1 parent fd267df commit bd7bd77
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2002-2024 the original author or authors.
* Copyright 2002-2025 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down 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 bd7bd77

Please sign in to comment.