Skip to content

Adjust AbstractJdbcConfiguration so it does not require proxying [DATAJDBC-339] #560

@spring-projects-issues

Description

@spring-projects-issues

Mark Paluch opened DATAJDBC-339 and commented

We should adjust  to AbstractJdbcConfiguration 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)


No further details from DATAJDBC-339

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions