pan3793 commented on PR #5496:
URL: https://github.com/apache/kyuubi/pull/5496#issuecomment-1774328890

   ```
   .
   ├── META-INF
   │   ├── AL2.0
   │   ├── ASL2.0
   │   ├── LGPL2.1
   │   ├── LICENSE
   │   ├── MANIFEST.MF
   │   ├── NOTICE
   │   ├── jersey-module-version
   │   ├── persistence.xml
   ...
   ```
   
   I did a quick check on the shaded jar, and found the following issues:
   
   - where does LGPL2.1 come from? LGPL2.1 is under 
[category-x](https://www.apache.org/legal/resolved.html#category-x) which is 
not allowed to be included into ASF artifacts.
   - AL2.0, ASL2.0 should be excluded
   - LICENSE and NOTICE should be modified to exactly match the content of jar


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to