DomGarguilo opened a new issue, #6477: URL: https://github.com/apache/accumulo/issues/6477
This ticket might be useful as an umbrella for Java 21 follow-up work since that is the current next target version. One possible approach would be to track small mechanical cleanups here directly, while linking out to separate issues for anything broader, riskier, or already being tracked elsewhere. Feel free to edit this to add any new things that seem worthwhile. For smaller PRs, we could use: `Partially addresses #<ticket number>` ## Trivial - [ ] Replace eligible `Duration` positive checks with `Duration.isPositive()` - [ ] Assess and move `ExecutorService` usages into `try-with-resources` ## Not Trivial/tracked elsewhere - [ ] #5827 -- 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]
