Conversation
Add LICENSE-bin and NOTICE-bin to the binary assembly so clean Maven builds and downstream Docker images retain the required legal files. Verify their contents and presence in CI, and document the release check.\n\nFixes apache#4426\n\nCo-Authored-By: Codex <noreply@openai.com>\nAI-Model: gpt-5\nAI-Contributed/Feature: 35/35\nAI-Contributed/UT: 0/0 AI-Contributed/Feature: 35/35 AI-Contributed/UT: 0/0
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.
Purpose
Linked issue: #4426
Backport of #4427 to
release-1.0. The Fluss server Docker image is built frombuild-target, which can be regenerated withoutLICENSEorNOTICEduring the RC release process.Brief change log
LICENSE-binandNOTICE-binto the binary assembly asLICENSEandNOTICE.Tests
./mvnw -B --no-transfer-progress clean package -pl fluss-dist -am -DskipTestscmp LICENSE-bin build-target/LICENSEcmp NOTICE-bin build-target/NOTICEfluss-1.0-SNAPSHOT/LICENSEandfluss-1.0-SNAPSHOT/NOTICE.bash -n tools/releasing/create_binary_release.sh.github/workflows/client-integration.ymlas YAML.API and Format
No API or storage format changes.
Documentation
The release guide now requires byte-for-byte comparison of the generated legal files before building the server image.