-
Notifications
You must be signed in to change notification settings - Fork 22
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
chore: update to josdk v5.0.0-beta1 and fabric8-client v7.0.0 and related fixes #191
chore: update to josdk v5.0.0-beta1 and fabric8-client v7.0.0 and related fixes #191
Conversation
…0.0 and related fixes
starter/pom.xml
Outdated
@@ -115,5 +115,11 @@ | |||
<artifactId>jenvtest-fabric8-client-support</artifactId> | |||
<scope>test</scope> | |||
</dependency> | |||
<dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was this added?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When building the project locally from scratch, I noticed some compilation errors, as the import of jetbrains annotations was not working without this dependency.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you pls try to remove it and see if it fails on CI here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
annotation removed -> CI is successful again
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thank you!
Update josdk-spring-boot-starter for compatibility with josdk v5.0.0-beta1 and fabric8 kubernetes-client v7.0.0