Closed gregschohn closed 19 hours ago
All modified and coverable lines are covered by tests :white_check_mark:
Please upload report for BASE (
main@41e0b5d
). Learn more about missing BASE report. Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Description
Moves the TrackedFuture classes and OnlineRadixSorter into coreUtilities.
The only change to logic was to move some Jackson formatting from a class into a single test & taking a test dependency on Jackson. We did have an implementation dependency on jackson, but that's been converted to just a testDependency. It wasn't needed to build and makes the cost of using coreUtilities much greater for others.
Issues Resolved
no issue, but related to 2128
Testing
gradle
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.