Conversation
e659e1b to
3ea26bc
Compare
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.17.0 to 2.18.3. - [Commits](FasterXML/jackson-bom@jackson-bom-2.17.0...jackson-bom-2.18.3) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
3ea26bc to
9b4e458
Compare
|
amends #139 to use the correct jaxb groupId
| <groupId>javax.xml.bind</groupId> | ||
| <artifactId>jaxb-api</artifactId> |
|
Note (if similar errors are seen) Looks the YAML dataformat is not binary compatible Seen jenkins-infra/plugin-modernizer-tool#838 Not sure if there a risk with plugin not relying on the API plugin |
|
@jtnord Breaks as seen in https://ci.jenkins.io/job/Tools/job/bom/job/PR-4663/3/ and can be reproduced by running diff --git a/job-dsl-plugin/pom.xml b/job-dsl-plugin/pom.xml
index 754333ac..bc8cb5aa 100644
--- a/job-dsl-plugin/pom.xml
+++ b/job-dsl-plugin/pom.xml
@@ -59,6 +59,11 @@
<type>pom</type>
<scope>import</scope>
</dependency>
+ <dependency>
+ <groupId>org.jenkins-ci.plugins</groupId>
+ <artifactId>jackson2-api</artifactId>
+ <version>2.18.3-402.v74c4eb_f122b_2</version>
+ </dependency>
</dependencies>
</dependencyManagement>
<dependencies>Reverted in jenkinsci/bom#4673 Blocking jenkinsci/bom#4677 |
Seems like an issue in jobdsl plugin test frameworks not here. |
@jonesbusy where did you see that error? I am not familiar with the |
|
Error was seen on this PR: jenkins-infra/plugin-modernizer-tool#838 I didn't spend time to investigate. There is probably a version mismatch somewhere. But it indicate it's not binary compatible. So was highlighting it just in case it's seen on the plugin eco-system |
There was arguably a preëxisting issue that had merely been exposed by this PR. But on the other hand, it was this PR that exposed it: Job DSL might have been brittle with respect to such changes, but its tests had at least worked correctly prior to this PR. @jtnord Any update on jenkinsci/bom#4677 (comment)? CC @MarkEWaite |
Bumps com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.18.3.
Commits
f459157[maven-release-plugin] prepare release jackson-bom-2.18.3769f6bc2.18.3 releasedd92c7eMerge branch '2.17' into 2.1806c4865Update Maven wrapperee7eac3fix CI version refb0fa62bMerge branch '2.17' into 2.183f3f8ceEnable CI for PRs toob1ab0d6Back to snapshot deps842872d[maven-release-plugin] prepare for next development iteration55ff098[maven-release-plugin] prepare release jackson-bom-2.18.2Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)