You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2022/08/09 22:00:37 UTC

[GitHub] [ozone] smengcl opened a new pull request, #3669: HDDS-7102. Exclude unnecessary RangerClient dependencies

smengcl opened a new pull request, #3669:
URL: https://github.com/apache/ozone/pull/3669

   ## What changes were proposed in this pull request?
   
   Exclude:
   
   ```
   com.amazonaws:aws-java-sdk-bundle
   org.apache.hive:hive-storage-api
   org.apache.kafka:kafka-clients
   org.apache.solr:solr-solrj
   ```
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-7102
   
   ## How was this patch tested?
   
   - [ ] All existing tests should pass.
   - [ ] Ensure `RangerClient` would still function as expected.


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] smengcl commented on pull request #3669: HDDS-7102. Exclude unnecessary RangerClient dependencies

Posted by GitBox <gi...@apache.org>.
smengcl commented on PR #3669:
URL: https://github.com/apache/ozone/pull/3669#issuecomment-1219080322

   Thanks @adoroszlai for reviewing and merging this.


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] adoroszlai commented on a diff in pull request #3669: HDDS-7102. Exclude unnecessary RangerClient dependencies

Posted by GitBox <gi...@apache.org>.
adoroszlai commented on code in PR #3669:
URL: https://github.com/apache/ozone/pull/3669#discussion_r945752821


##########
hadoop-ozone/dist/src/main/license/bin/LICENSE.txt:
##########
@@ -438,6 +442,13 @@ angular-nvd3-1.0.9.min.js
 angular-1.8.0.min.js
 jquery-3.5.1.min.js
 
+
+LGPL 2.1
+=====================
+
+   net.java.dev.jna:jna
+   net.java.dev.jna:jna-platform

Review Comment:
   I don't think we can add LGPL dependencies: https://apache.org/legal/resolved.html#category-x
   
   According to its [LICENSE](https://github.com/java-native-access/jna/blob/master/LICENSE), JNA is available under Apache-2.0 OR LGPL-2.1.  Since we have this choice, we should add JNA under Apache License.



-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] adoroszlai merged pull request #3669: HDDS-7102. Exclude unnecessary RangerClient dependencies

Posted by GitBox <gi...@apache.org>.
adoroszlai merged PR #3669:
URL: https://github.com/apache/ozone/pull/3669


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] smengcl commented on a diff in pull request #3669: HDDS-7102. Exclude unnecessary RangerClient dependencies

Posted by GitBox <gi...@apache.org>.
smengcl commented on code in PR #3669:
URL: https://github.com/apache/ozone/pull/3669#discussion_r946015728


##########
hadoop-ozone/dist/src/main/license/bin/LICENSE.txt:
##########
@@ -438,6 +442,13 @@ angular-nvd3-1.0.9.min.js
 angular-1.8.0.min.js
 jquery-3.5.1.min.js
 
+
+LGPL 2.1
+=====================
+
+   net.java.dev.jna:jna
+   net.java.dev.jna:jna-platform

Review Comment:
   Ah. I actually misread its LICENSE. I thought it was LGPL only after 2.1.
   
   Done



-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org