Skip to content

Commit

Permalink
Mark Spring web config classes as proxyBeanMethods=false
Browse files Browse the repository at this point in the history
Closes gh-23004
  • Loading branch information
bclozel committed May 28, 2019
1 parent 83078eb commit 4b8ce04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* @author Brian Clozel
* @since 5.0
*/
@Configuration
@Configuration(proxyBeanMethods = false)
public class DelegatingWebFluxConfiguration extends WebFluxConfigurationSupport {

private final WebFluxConfigurerComposite configurers = new WebFluxConfigurerComposite();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* @author Rossen Stoyanchev
* @since 3.1
*/
@Configuration
@Configuration(proxyBeanMethods = false)
public class DelegatingWebMvcConfiguration extends WebMvcConfigurationSupport {

private final WebMvcConfigurerComposite configurers = new WebMvcConfigurerComposite();
Expand Down

0 comments on commit 4b8ce04

Please sign in to comment.