jamesnetherton opened a new issue, #6348: URL: https://github.com/apache/camel-quarkus/issues/6348
### 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. -- 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