Closed andrii-kovalenko-ct closed 6 years ago
Addressing #118:
Yesterday i discovered cool Spring feature (since Spring 4.3) - self autowiring for beans).
This allows to avoid those "crutches" i used for SphereClient caching factory to allow re-using calls in overloaded methods.
Review notes:
SphereFactoryInternalCache
@Resource
createSphereClient (TenantConfig)
closes #118
Addressing #118:
Yesterday i discovered cool Spring feature (since Spring 4.3) - self autowiring for beans).
This allows to avoid those "crutches" i used for SphereClient caching factory to allow re-using calls in overloaded methods.
Review notes:
SphereFactoryInternalCache
"crutch"@Resource
annotationcreateSphereClient (TenantConfig)
call