apache / camel-quarkus

Apache Camel Quarkus
https://camel.apache.org
Apache License 2.0
255 stars 189 forks source link

Quarkus kubernetes-client not compatible with Camel #6348

Open jamesnetherton opened 1 month ago

jamesnetherton commented 1 month ago

Bug description

Quarkus upgraded the k8s client to 6.13.3 and now we see the following during native compilation:

Discovered unresolved method during parsing: io.fabric8.kubernetes.client.ConfigBuilder.getWebsocketPingInterval()
Discovered unresolved method during parsing: io.fabric8.kubernetes.client.ConfigBuilder.withMasterUrl(java.lang.String)
Discovered unresolved method during parsing: io.fabric8.kubernetes.client.ConfigBuilder.withUsername(java.lang.String)

Camel main branch is already aligned to this version, so hopefully this will resolve itself once things get into alignment. It needs verifying.

jamesnetherton commented 4 weeks ago

Reminder to myself that the cluster-leader-election example project will need its native profile enabled when this issue is fixed.