Skip to content

[SPARK-53958][BUILD][FOLLOWUP] Remove redundant Jackson version declarations managed by jackson-bom#56773

Open
gillespeiffer-db wants to merge 1 commit into
apache:masterfrom
gillespeiffer-db:jackson-bom-cleanup
Open

[SPARK-53958][BUILD][FOLLOWUP] Remove redundant Jackson version declarations managed by jackson-bom#56773
gillespeiffer-db wants to merge 1 commit into
apache:masterfrom
gillespeiffer-db:jackson-bom-cleanup

Conversation

@gillespeiffer-db

@gillespeiffer-db gillespeiffer-db commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

This PR drops the redundant per-module <version>${fasterxml.jackson.version}</version> declarations on the com.fasterxml.jackson.dataformat artifacts in connector/kinesis-asl, hadoop-cloud, and resource-managers/kubernetes/core. These artifacts are already managed by the com.fasterxml.jackson:jackson-bom import (#52668), so the per-module versions are redundant. Completes the jackson-bom adoption, consistent with the jjwt-bom (#56155) and grpc-bom (#56741) imports.

Why are the changes needed?

Simplify dependency management.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass the CIs. No-op on dependency resolution — the com.fasterxml.jackson.dataformat artifacts resolve identically (2.22.0, direct and transitive) before/after, verified with build/mvn dependency:tree.

Was this patch authored or co-authored using generative AI tooling?

Generated-by: Claude Code (Opus 4.8)

…rations managed by jackson-bom

The root POM imports com.fasterxml.jackson:jackson-bom, which already
manages jackson-dataformat-cbor and jackson-dataformat-yaml at
${fasterxml.jackson.version}. Drop the explicit per-module
<version>${fasterxml.jackson.version}</version> declarations in
connector/kinesis-asl, hadoop-cloud, and resource-managers/kubernetes/core
as redundant. No-op on dependency resolution.
@gillespeiffer-db gillespeiffer-db changed the title [SPARK-57669][BUILD] Remove redundant Jackson version declarations managed by jackson-bom [SPARK-53958][BUILD][FOLLOWUP] Remove redundant Jackson version declarations managed by jackson-bom Jun 25, 2026
@gillespeiffer-db gillespeiffer-db marked this pull request as ready for review June 25, 2026 12:27

@uros-b uros-b left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @gillespeiffer-db!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants