spring-projects / spring-projects/spring-data-couchbase
Adjust configuration support classes so they do not require proxying [DATACOUCH-437]
Open
@davidkelly is already working on this.
Since Dec 31, 2020.
type: task
- Dominant language
- Java
- Stars
- 284
- Forks
- 197
- PR merge metrics
- No merged PRs in 30d
Description
Mark Paluch opened DATACOUCH-437 and commented
We should adjust AbstractCouchbaseDataConfiguration and AbstractReactiveCouchbaseDataConfiguration 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)
No further details from DATACOUCH-437
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.