Closed mkarg closed 1 year ago
@michael-o Kindly requesting review. It is more or less a follow-up to https://github.com/codehaus-plexus/plexus-utils/pull/233, essentially replacing the explicit implementation by simply reusing fileWrite
.
Please squash
Squashed code is pushed.
Recently we optimized the fileWrite method for JRE 8 and JRE 11. This PR rewrites the fileAppend method so it makes use of these optimized implementations, while reducing the code size at the same time.