[TE-10262]: add build-only CI and bump jackson to 2.18.8#16
Merged
Conversation
…ports Mirrors lt-reports-cd.yml's build (JDK 17, maven cache, fatjar profile, verify step) but does not publish. Runs on push and pull_request to lt-reports so build breakages are caught on PRs before the publish-on-merge CD runs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bumps jackson-core, jackson-databind and jackson-annotations from 2.18.6 to 2.18.8 (latest published in the 2.18.x line). 2.18.9 (databind-only micro-patch for CVE-2026-54515) is not yet released to Maven Central. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
lt-reports-ci.yml, a build-only CI that verifies the Karate report fatjar compiles, mirroringlt-reports-cd.ymlbut without publishing.jackson-core,jackson-databind,jackson-annotationsfrom2.18.6→2.18.8to pick up CVE fixes.CI workflow
mvn clean package -DskipTests -P fatjar -pl karate-core -am, plus the fatjar verify step.deploy:deploy-filestep andpackages: writepermission dropped (onlycontents: read).pushandpull_requesttolt-reports(+ manualworkflow_dispatch), so build breakages are caught on PRs before the publish-on-merge CD runs.Jackson bump
2.18.8is the latest published version in the 2.18.x line (verified on Maven Central).2.18.9(a databind-only micro-patch for CVE-2026-54515) is not yet released to Maven Central. Once it ships,jackson-databindcan be bumped to2.18.9(core/annotations stay at2.18.8).🤖 Generated with Claude Code