-
Notifications
You must be signed in to change notification settings - Fork 105
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
NoSuchMethodError when trying dekorate on brand new Spring Boot project #1063
Comments
Hi, Do you have a reproducer? Thank you |
I can reproduce it when adding the Spring Boot starter to any of our Spring
Boot projects. But I will create a stripped-down demo project as soon as I
get a gap to share.
Thanks
…On Tue, Sep 20, 2022 at 3:23 AM Aurea Muñoz Hernández < ***@***.***> wrote:
Hi,
Do you have a reproducer?
Thank you
—
Reply to this email directly, view it on GitHub
<#1063 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEUM7TVGO7473LLQ66QTB73V7FQ6PANCNFSM6AAAAAAQQEFMNI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This is seems related to upgrading to kubernetes-client 6.0.0 where |
I'm also hitting this issue. Has there been any work on this yet? Do you still need a reproducing repo? |
Hello, Do you have a reproducer? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tried out kubernetes-spring-starter 3.0.0. Looks like the starter is pulling in conflicting dependency versions.
Fatal error compiling: java.lang.NoSuchMethodError: 'io.fabric8.kubernetes.api.model.ServicePortFluent io.fabric8.kubernetes.api.model.ServicePortBuilder.withNewTargetPort(java.lang.Object)' -> [Help 1]
The text was updated successfully, but these errors were encountered: