Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quarkus kubernetes-client not compatible with Camel #6348

Closed
jamesnetherton opened this issue Aug 14, 2024 · 2 comments
Closed

Quarkus kubernetes-client not compatible with Camel #6348

jamesnetherton opened this issue Aug 14, 2024 · 2 comments
Assignees
Labels
area/native bug Something isn't working native
Milestone

Comments

@jamesnetherton
Copy link
Contributor

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 jamesnetherton added the bug Something isn't working label Aug 14, 2024
jamesnetherton added a commit to jamesnetherton/camel-quarkus-examples that referenced this issue Aug 14, 2024
jamesnetherton added a commit to apache/camel-quarkus-examples that referenced this issue Aug 14, 2024
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Aug 14, 2024
@jamesnetherton jamesnetherton changed the title [quarkus-main] Quarkus kubernetes-client not compatible with Camel Quarkus kubernetes-client not compatible with Camel Aug 15, 2024
@jamesnetherton jamesnetherton self-assigned this Aug 16, 2024
@jamesnetherton
Copy link
Contributor Author

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

aldettinger pushed a commit to apache/camel-quarkus-examples that referenced this issue Aug 29, 2024
@jamesnetherton jamesnetherton added this to the 3.15.0 milestone Sep 14, 2024
@jamesnetherton
Copy link
Contributor Author

Fixed in #6439 & apache/camel-quarkus-examples#274.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/native bug Something isn't working native
Projects
None yet
Development

No branches or pull requests

1 participant