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

KubernetesAssistant resolve version upgrade class parameter changes. #1282

Open
rsearls opened this issue Dec 1, 2023 · 0 comments
Open
Assignees

Comments

@rsearls
Copy link
Collaborator

rsearls commented Dec 1, 2023

Need to resolve compile issue with org.hamcrest.Matcher not being
found by the code. See code in methods awaitApplicationReadinessOrFail(final String applicationName)
and awaitPodReadinessOrFail(Predicate<Pod> filter) 

Also fix same issue in method org.arquillian.cube.openshift.impl.client.ResourceUtil.awaitRoute

Also fix same issue in method 

org.arquillian.cube.openshift.impl.client.OpenShiftAssistant.awaitApplicationReadinessOrFail

Also fix same issue in method arquillian-cube/kubernetes/istio/istio/src/main/java/org/arquillian/cube/istio/impl/IstioAssistant.java

[ERROR] /home/rsearls/j1/arquillian-cube/kubernetes/kubernetes/src/main/java/org/arquillian/cube/kubernetes/impl/KubernetesAssistant.java:[412,44] cannot access org.hamcrest.Matcher
[ERROR] class file for org.hamcrest.Matcher not found

This issue depends on #1270
being resolved first.
See tracker doc, #1279

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant