Skip to content

Adjust configuration support classes so they do not require proxying [DATAES-543] #1118

Closed
@spring-projects-issues

Description

@spring-projects-issues

Christoph Strobl opened DATAES-543 and commented

We should adjust Abstract*StoreNameHere*Configuration and AbstractReactive*StoreNameHere*Configuration to use @Configuration(proxyBeanMethods=false) to avoid proxying.
Proxying is required when calling instance methods to resolve beans. As alternative, we can use method injection or perform lookups within the config class (e.g. direct usage of ApplicationContext)


Referenced from: pull request #557

Backported to: 4.1.2 (2020.0.2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions