-
Notifications
You must be signed in to change notification settings - Fork 224
Closed
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.
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.
Metadata
Metadata
Assignees
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.