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

   ## What changes were proposed in this pull request?
   
   Fix dependency warnings related to `io.grpc` artifacts:
   
   ```
   [INFO] --- dependency:3.8.1:analyze-only (analyze) @ hdds-common ---
   [WARNING] Unused declared dependencies found:
   [WARNING]    io.grpc:grpc-api:jar:1.58.0:compile
   
   [INFO] --- dependency:3.8.1:analyze-only (analyze) @ hdds-server-framework 
---
   [WARNING] Used undeclared dependencies found:
   [WARNING]    io.grpc:grpc-api:jar:1.58.0:compile
   
   [INFO] --- dependency:3.8.1:analyze-only (analyze) @ ozone-common ---
   [WARNING] Non-test scoped test only dependencies found:
   [WARNING]    io.grpc:grpc-stub:jar:1.58.0:compile
   
   [INFO] --- dependency:3.8.1:analyze-only (analyze) @ ozone-s3gateway ---
   [WARNING] Unused declared dependencies found:
   [WARNING]    io.grpc:grpc-netty:jar:1.58.0:compile
   [WARNING]    io.grpc:grpc-protobuf:jar:1.58.0:compile
   [WARNING]    io.grpc:grpc-stub:jar:1.58.0:compile
   ```
   
   (The warning in `ozone-common` is wrong, the plugin does not detect that 
generated `OzoneManagerServiceBlockingStub` requires `grpc-stub` at runtime.)
   
   https://issues.apache.org/jira/browse/HDDS-12963
   
   ## How was this patch tested?
   
   Build.  Verified the warnings related to `io.grpc` are gone.
   
   https://github.com/adoroszlai/ozone/actions/runs/14810026256


-- 
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