-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Jackson 2.19.0 issues #7036
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
Comments
Also see this happening - breaks applying kubectl manifests we use. |
We also have the problem on the Apache NiFi project where we cannot bump Jackson to 2.19.0 because of this.
|
#7038 is too breaking for a patch release. Considering a 7.3.0 with this single change. |
Will this fix be backported to 6.x? I saw Spring Boot 3.5.0 released with Jackson 2.19.0, and (perhaps releasing today) Spring Cloud 2025.0.0 uses fabric8 kubernetes client 6.x and is not planning on moving to 7.x. This puts Spring Boot + Spring Cloud users in a bit of a bind. |
Given the Spring Cloud context, we might have to port it then. |
Sure, here it is: #7106 |
The kubernetes client has issues with Jackson 2.19.0. Original pull request that updated to 2.19.0 was: * jenkinsci#10677 Reverted from the Jenkins plugin BOM in pull request: * jenkinsci/bom#5114 Distribution suspended from Jenkins update center in: * jenkins-infra/update-center2#869 Refer to the following Kubernetes client API issues: * fabric8io/kubernetes-client#7036 * fabric8io/kubernetes-client#7106 Backport of the Jackson 2.19.0 change to Kubernetes client 6.x has been requested at: * fabric8io/kubernetes-client#7107 Also described in detail in Spring Cloud issue report: * spring-cloud/spring-cloud-kubernetes#1923 Also described in Jenkins issue report: * https://issues.jenkins.io/browse/JENKINS-75712 Also verified as failing in kubernetes plugin pull request: * jenkinsci/kubernetes-plugin#1702 Also mentioned in Kubernetes client API upgrade pull request: * jenkinsci/kubernetes-client-api-plugin#292 This reverts commit 11e5d5c.
The kubernetes client has issues with Jackson 2.19.0. Original pull request that updated to 2.19.0 was: * #10677 Reverted from the Jenkins plugin BOM in pull request: * jenkinsci/bom#5114 Distribution suspended from Jenkins update center in: * jenkins-infra/update-center2#869 Refer to the following Kubernetes client API issues: * fabric8io/kubernetes-client#7036 * fabric8io/kubernetes-client#7106 Backport of the Jackson 2.19.0 change to Kubernetes client 6.x has been requested at: * fabric8io/kubernetes-client#7107 Also described in detail in Spring Cloud issue report: * spring-cloud/spring-cloud-kubernetes#1923 Also described in Jenkins issue report: * https://issues.jenkins.io/browse/JENKINS-75712 Also verified as failing in kubernetes plugin pull request: * jenkinsci/kubernetes-plugin#1702 Also mentioned in Kubernetes client API upgrade pull request: * jenkinsci/kubernetes-client-api-plugin#292 This reverts commit 11e5d5c.
NullPointerException
No further invesigation, but saw this stack trace in one of our update PRs:
CRD generation
With this Gradle build script the generated CRD has a ton of new
additionalProperties
:Originally posted by @Donnerbart in #7035 (comment)
The text was updated successfully, but these errors were encountered: