Skip to content

Add BOM module - #264

Merged
hyperxpro merged 2 commits into
mainfrom
add-bom
Jun 28, 2026
Merged

Add BOM module#264
hyperxpro merged 2 commits into
mainfrom
add-bom

Conversation

@hyperxpro

Copy link
Copy Markdown
Owner

Motivation:

Brotli4j publishes multiple related artifacts that must be used with matching versions. Consumers currently need to manage version alignment manually, increasing the risk of incompatibilities and adding unnecessary maintenance overhead during dependency upgrades.

Modification:

Introduce a Maven Bill of Materials (BOM) artifact that defines versions for all published Brotli4j modules. Consumers can import the BOM in their dependency management section and omit versions from individual Brotli4j dependencies, ensuring consistent version alignment across all modules.

Result:

Fixes #259

@hyperxpro
hyperxpro merged commit 0a5c96c into main Jun 28, 2026
30 checks passed
@hyperxpro
hyperxpro deleted the add-bom branch June 28, 2026 00:15
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.

[FEATURE] Publish BOM artifact

1 participant