feat: import confluent-common-bom for dependency version management (8.0.x)#988
Draft
Na Lou (nlou9) wants to merge 3 commits into
Draft
feat: import confluent-common-bom for dependency version management (8.0.x)#988Na Lou (nlou9) wants to merge 3 commits into
Na Lou (nlou9) wants to merge 3 commits into
Conversation
Replace individual dependencyManagement entries with a single confluent-common-bom import for third-party dependencies. This delegates version management to the BOM while keeping all properties for downstream repo backward compatibility. Deps removed (now managed by BOM): avro, classgraph, commons-io, commons-lang3, commons-beanutils, commons-codec, commons-compress, commons-validator, grpc-bom, okio-jvm, protobuf-java, snakeyaml, jetty-bom, snappy-java, jose4j, guava, httpclient5, slf4j-api, jaxb-api, spotbugs-annotations, bcpkix-jdk18on, bcprov-jdk18on, bc-fips, bctls-fips, bcpkix-fips, bcutil-fips, gson, netty-bom, slf4j-reload4j, logback-core, reload4j, logredactor, junit, easymock, powermock-*. Deps kept (not in BOM): jackson-bom, aws-java-sdk-bom, aws-sdk-v2, azure-*, scala-*, kafka-*, confluent internal modules, junit-bom, mockito-bom, mockito-all, hamcrest-all, log4j-slf4j-impl (runtime scope). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add CodeArtifact repository entry so Maven can resolve confluent-common-bom:0.0.1-SNAPSHOT during CI builds. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The BOM resolution needs to be handled via CI Maven settings, not in the public pom.xml. Co-Authored-By: Claude Opus 4.6 <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
confluent-common-bomto manage third-party dependency versions, replacing inlinedependencyManagemententries incommon-parentTest plan
🤖 Generated with Claude Code