adoroszlai opened a new pull request, #9751: URL: https://github.com/apache/ozone/pull/9751
## What changes were proposed in this pull request? Some base CLI classes are defined in `hdds-common`, because CLI is used for both client and server purposes. However, not all clients are CLI-based. This PR moves the base CLI classes, and dependency on `picocli`, to a new module (`hdds-cli-common`). A small change to eliminate the new module's dependency on Guava is also included. https://issues.apache.org/jira/browse/HDDS-14607 ## How was this patch tested? CI: https://github.com/adoroszlai/ozone/actions/runs/21907863943 -- 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]
