Skip to content

Commit 31a2956

Browse files
authored
Revert "Update jackson2-api to v2.19.0-404.vb_b_0fd2fea_e10" (#10699)
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.
1 parent 3397874 commit 31a2956

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.github/renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,16 @@
175175
],
176176
"depNameTemplate": "org.apache.maven.skins:maven-fluido-skin",
177177
"datasourceTemplate": "maven"
178+
},
179+
{
180+
"description": "Jackson 2.19.0 causes issues with Kubernetes client. See https://github.com/jenkinsci/bom/pull/5114",
181+
"matchManagers": [
182+
"maven"
183+
],
184+
"allowedVersions": "<2.19.0",
185+
"matchPackageNames": [
186+
"org.jenkins-ci.plugins:jackson2-api"
187+
]
178188
}
179189
],
180190
"labels": [

war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ THE SOFTWARE.
361361
<!-- dependency of junit and echarts-api -->
362362
<groupId>org.jenkins-ci.plugins</groupId>
363363
<artifactId>jackson2-api</artifactId>
364-
<version>2.19.0-404.vb_b_0fd2fea_e10</version>
364+
<version>2.18.3-402.v74c4eb_f122b_2</version>
365365
<type>hpi</type>
366366
</artifactItem>
367367
<artifactItem>

0 commit comments

Comments
 (0)