adoroszlai opened a new pull request, #9736: URL: https://github.com/apache/ozone/pull/9736
## What changes were proposed in this pull request? Ozone debug and repair tools use server-side internal code, which will require Java 17 after HDDS-14439. This PR creates new submodules `ozone-cli-debug` and `ozone-cli-repair` to remove the dependency on server-side modules from `ozone-tools`, thus keep CLI commands in that module usable with Java 8. Side-effect fixes: - Change module of `ozone daemonlog`, because `LogLevel` is in `hdds-server-framework`. - Fix module of `ozone tenant`, because `TenantShell` is in `ozone-cli-shell`. - Set `DatabaseHelper.LOG` before static initializer calls `loadProperties()`, which uses `LOG` in case of error. https://issues.apache.org/jira/browse/HDDS-14595 ## How was this patch tested? CI: https://github.com/adoroszlai/ozone/actions/runs/21830993207 -- 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]
