feat: as-4.16 change Maven groupId from org.apache to com.ascentstream#7
Merged
Merged
Conversation
…ream.bookkeeper Rebrand all Maven groupIds for the AscentStream fork: - org.apache.bookkeeper -> com.ascentstream.bookkeeper - org.apache.bookkeeper.http -> com.ascentstream.bookkeeper.http - org.apache.bookkeeper.stats -> com.ascentstream.bookkeeper.stats - org.apache.bookkeeper.tests -> com.ascentstream.bookkeeper.tests - org.apache.bookkeeper.metadata.drivers -> com.ascentstream.bookkeeper.metadata.drivers Changes include: - All pom.xml files (groupId declarations, parent refs, dependencies) - dependency-reduced-pom.xml files (groupId + shade includes) - Assembly XML files (exclude patterns) - bin/common.sh (module name regex patterns) - NAR system packages in cpu-affinity and native-io modules - Shade plugin artifactSet includes for correct artifact resolution Java package declarations and imports are intentionally not changed.
liudezhi2098
force-pushed
the
feat/change-groupid-to-ascentstream
branch
from
April 9, 2026 08:29
6a2a912 to
f88bdb1
Compare
liudezhi2098
added a commit
that referenced
this pull request
Apr 10, 2026
Cherry-pick PR #7 (f88bdb1) from branch-as-4.16 to branch-as-4.17. Changed groupId from org.apache.bookkeeper to com.ascentstream.bookkeeper across all pom.xml files and related build scripts. Additional fixes for 4.17-only modules: - Updated otel-metrics-provider pom.xml groupId - Updated otel-metrics-provider dependency references in dist/all and dist/server
3 tasks
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
将 AscentStream BookKeeper fork 的所有 Maven groupId 从
org.apache.bookkeeper更改为com.ascentstream.bookkeeper,涉及所有构建配置文件。变更范围
groupId 替换映射
org.apache.bookkeepercom.ascentstream.bookkeeperorg.apache.bookkeeper.httpcom.ascentstream.bookkeeper.httporg.apache.bookkeeper.statscom.ascentstream.bookkeeper.statsorg.apache.bookkeeper.testscom.ascentstream.bookkeeper.testsorg.apache.bookkeeper.metadata.driverscom.ascentstream.bookkeeper.metadata.drivers修改的文件类型(94 files, +311/-311)
<groupId>声明、parent 引用、dependency 引用bookkeeper-dist/src/assemble/*.xml) — exclude 模式cpu-affinity/pom.xml,native-io/pom.xml) — narSystemPackage 值<include>模式以匹配新 groupId未修改
package声明和import语句Verification
mvn install -DskipTests -Dcheckstyle.skip=true -Dspotbugs.skip=true通过(92 模块全部 SUCCESS)com.ascentstream.bookkeeper-bookkeeper-server-4.16.8-SNAPSHOT.jar)grep "<groupId>org.apache.bookkeeper" --include="pom.xml"返回 0 结果)