jamesnetherton opened a new issue, #5515: URL: https://github.com/apache/camel-quarkus/issues/5515
### Bug description Since Quarkus 3.6.0.CR1, native builds with `io.fabric8:openshift-client` on the classpath run out of memory on GitHub actions. * `camel-quarkus-integration-test-camel-k-runtime` * `camel-quarkus-integration-test-kubernetes` * `camel-quarkus-integration-test-master-openshift` There was a workaround implemented in the Quarkus test suite to exclude some problem dependencies and allow the native build to complete with a broken classpath: https://github.com/quarkusio/quarkus/pull/36312#issuecomment-1807861267 There's some more discussion on the topic here: https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/kubernetes-client.20native.20build.20memory.20usage I don't see too many options to fix it other than implementing the same workaround and maybe investigate reworking the `camel-kubernetes` component (I.e split it up or use some of the suggestions Marc mentions in the Zulip thread). -- 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: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org