Closed
Description
I think JOSDK will need some kind of support for proper integration with CDI in Quarkus.
Actually, I find out :
KubernetesDependentResource::resourceType
callsUtils::getFirstTypeArgumentFromExtendedClass
which is not aware of proxy class. I have done an ugly fix but there is sure something better to do test(mysql-schema): refactor with standalone dependent resource quarkiverse/quarkus-operator-sdk#267 (comment)DependentResourceManager::createAndConfigureFrom
use reflection to create instance of DependentResourceSpec. As such, it is not possible to have bean injection in Quarkus for DependentResource.