Open
Description
Christoph Strobl opened DATAMONGO-2226 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)
No further details from DATAMONGO-2226