-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#2307] license: Add left jars with Apache license #2310
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2310 +/- ##
============================================
+ Coverage 52.27% 52.35% +0.08%
+ Complexity 3569 3363 -206
============================================
Files 543 513 -30
Lines 29797 27585 -2212
Branches 2779 2593 -186
============================================
- Hits 15575 14443 -1132
+ Misses 13227 12203 -1024
+ Partials 995 939 -56 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I don't think org.javassist:javassist is Apache licensed. https://mvnrepository.com/artifact/javassist/javassist says it is LGPL and MPL licensed. LGPL is a problem but MPL is Category B and is ok. So we can use the jar. |
It actually looks like org.javassist:javassist is licensed under 3 licenses (the 2 above and Apache license too which is better). https://repo1.maven.org/maven2/org/javassist/javassist/3.30.2-GA/javassist-3.30.2-GA.pom Could we update the LICENSE-binary to name the 3 licenses instead of grouping it under Apache license alone? |
OK. |
Added. |
What changes were proposed in this pull request?
Add left jars with Apache license
Why are the changes needed?
Fix #2307
Does this PR introduce any user-facing change?
No.
How was this patch tested?
No need.