jamesnetherton commented on issue #8063: URL: https://github.com/apache/camel-quarkus/issues/8063#issuecomment-3728526858
We could consider trimming down the set of `io.fabric8` model dependencies to only those required by `camel-kubernetes`. E.g exclude these: ``` io.fabric8:kubernetes-model-discovery io.fabric8:kubernetes-model-flowcontrol io.fabric8:kubernetes-model-gatewayapi io.fabric8:kubernetes-model-metrics io.fabric8:kubernetes-model-networking io.fabric8:kubernetes-model-policy io.fabric8:kubernetes-model-resource io.fabric8:kubernetes-model-scheduling io.fabric8:kubernetes-model-storageclass io.fabric8:openshift-model-autoscaling io.fabric8:openshift-model-console io.fabric8:openshift-model-installer io.fabric8:openshift-model-machine io.fabric8:openshift-model-machineconfiguration io.fabric8:openshift-model-monitoring io.fabric8:openshift-model-operatorhub io.fabric8:openshift-model-storageversionmigrator io.fabric8:openshift-model-tuned io.fabric8:openshift-model-whereabouts ``` Probably best investigated & done after the next LTS is released to avoid breakages. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
