Skip to content

Expose proxyBeanMethods as an alias on SpringBootConfiguration, SpringBootApplication, and ManagementContextConfiguration #16201

@wilkinsona

Description

@wilkinsona

Spring Framework 5.2 allows proxying of @Bean methods to be disabled via an attribute on @Configuration. As things stand, such proxying cannot be disabled when using @SpringBootApplication, @SpringBootConfiguration, or @ManagementContextConfiguration which are all meta-annotated with @Configuration. We should introduce an alias for the proxyBeanMethods attribute of @Configuration to allow proxying to be disabled.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions