fix: Update LICENSE files to include additional dependencies and thei…#6418
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the distribution LICENSE manifests for ShenYu bootstrap and admin artifacts to reflect additional third-party dependencies and their licensing, supporting release/compliance documentation for packaged binaries.
Changes:
- Adds additional dependency/license entries (e.g.,
fastjson,error_prone_annotations,jakarta.mail-api,oshi-core 6.10.0). - Introduces a new “LGPL licenses” section listing
jna/jna-platform. - Extends MIT/EPL dependency lists for the admin and bootstrap distributions.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| shenyu-dist/shenyu-bootstrap-dist/src/main/release-docs/LICENSE | Adds new dependency entries and an LGPL section for bootstrap distribution licensing docs. |
| shenyu-dist/shenyu-admin-dist/src/main/release-docs/LICENSE | Adds new dependency entries and an LGPL section for admin distribution licensing docs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+656
to
+657
| fastjson 1.2.76: https://github.com/alibaba/fastjson, Apache 2 | ||
| error_prone_annotations 2.5.1: http://www.apache.org/licenses/LICENSE-2.0.txt, Apache 2.0 |
| mcp-json 0.17.0: https://github.com/modelcontextprotocol/java-sdk, MIT | ||
| mcp-json-jackson2 0.17.0: https://github.com/modelcontextprotocol/java-sdk, MIT | ||
| mcp-spring-webflux 0.17.0: https://github.com/modelcontextprotocol/java-sdk, MIT | ||
| oshi-core 6.10.0: https://github.com/oshi/oshi, MIT |
Comment on lines
+840
to
+841
| jna 5.18.1: https://mvnrepository.com/artifact/net.java.dev.jna/jna, LGPL-2.1-or-later | ||
| jna-platform 5.18.1: https://mvnrepository.com/artifact/net.java.dev.jna/jna-platform, LGPL-2.1-or-later |
Comment on lines
583
to
+584
| oshi-core 6.7.0: https://github.com/oshi/oshi, MIT | ||
| oshi-core 6.10.0: https://github.com/oshi/oshi, MIT |
Comment on lines
+754
to
+755
| jna 5.18.1: https://mvnrepository.com/artifact/net.java.dev.jna/jna, LGPL-2.1-or-later | ||
| jna-platform 5.18.1: https://mvnrepository.com/artifact/net.java.dev.jna/jna-platform, LGPL-2.1-or-later |
kerwin612
approved these changes
Jul 8, 2026
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.
…r licenses
Make sure that:
./mvnw clean install -Dmaven.javadoc.skip=true.