-
Notifications
You must be signed in to change notification settings - Fork 7
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
Track kubernetes-client issue 1099 #8
Comments
Looks like this is actually the case since releases past Aug. 28th. Do you have any plan to update the dependencies? |
I've been holding off because judging by the various bug reports the 4.x line is more unstable than the 3.x line. If you want to try yourself, you can use |
Thanks that’s actually fine. I am content for the moment using the work around. |
I've published a mostly untested |
Smashing 👍 i’ll definitely give it a shot soon. I’ll keep you posted. |
So far all my unit and system tests are passing without issue. I'll move to actual applications over the week-end and let you know. EDIT Does 4.1.1 solves the missing deserializer registration on your end? I am still getting the same error as with the older version:
EDIT 2 Other instance of the same issue, without the name clashing:
|
I seem to recall that it does not. |
See the latest comment on OP, looks like your workaround is actually a required step :) |
Interesting; particularly given that the class involved is from a package with |
OK, sounds like using this Strictly speaking, the |
@ljnelson nope, I'am all good 👍 |
I need to remove the reflection hacks to work around fabric8io/kubernetes-client#1099 when that issue is finally fixed.
The text was updated successfully, but these errors were encountered: