[BOM] Use confluent-common-bom 0.1.0 to manage deps (8.0.x)#999
Open
Na Lou (nlou9) wants to merge 1 commit into
Open
[BOM] Use confluent-common-bom 0.1.0 to manage deps (8.0.x)#999Na Lou (nlou9) wants to merge 1 commit into
Na Lou (nlou9) wants to merge 1 commit into
Conversation
Imports confluent-common-bom 0.1.0 in dependencyManagement and removes
explicit dependency entries for the deps it now manages:
classgraph, commons-codec, commons-compress, commons-validator,
grpc-bom (re-exported), gson, jose4j, okio-jvm, snakeyaml
The corresponding <*.version> properties are intentionally kept in the
<properties> section. Many downstream CP repos that inherit from
common-parent reference these properties directly (e.g.
<version>${gson.version}</version>) and removing them would break
those projects.
confluent-common-bom 0.1.0 pins the same versions as the entries it
replaces, so resolved versions across CP are unchanged. The
io.grpc:grpc-bom standalone import is dropped because
confluent-common-bom re-exports it at the same 1.75.0 version.
Co-Authored-By: Claude Opus 4.7 (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
Imports `confluent-common-bom 0.1.0` in `` and removes the explicit dependency entries for the deps it now manages.
Changes
Added
Removed from ``
The following dependency entries — versions are now centrally managed by the BOM:
Intentionally preserved
All `<*.version>` properties (`classgraph.version`, `commons-codec.version`, `commons-compress.version`, `commons-validator.version`, `gson.version`, `jose4j.version`, `okio.version`, `snakeyaml.version`, `grpc.version`) remain in the `` block. Many downstream CP repos that inherit from `common-parent` reference these properties directly (e.g. `${gson.version}`), and removing them would break those projects.
Version impact
confluent-common-bom 0.1.0 pins the same versions as the entries it replaces:
No version drift across CP repos that consume `common-parent`.
Diff size
+12 / -62 — a single-file change in `pom.xml`.
🤖 Generated with Claude Code