-
Story
-
Resolution: Done
-
Major
-
None
-
None
In Camel Quarkus TP2, we combine Camel 3.10 product branch with RHBQ 1.11.x, where Kubernets Client is at 5.1.1.
When using 5.3.1 GraalVM native compiler complains about
Discovered unresolved method during parsing: io.fabric8.kubernetes.client.dsl.internal.RawCustomResourceOperationsImpl.delete(java.lang.String, java.lang.String)
because the return type of the method changed at some point in between.