codehaus-plexus / plexus-utils

Plexus Utils
https://codehaus-plexus.github.io/plexus-utils/
Apache License 2.0
35 stars 37 forks source link

Inconsistent BaseIOUtils depending on java version #229

Open rmannibucau opened 1 year ago

rmannibucau commented 1 year ago

Hi,

since java9/java10 versions were done the BaseIOUtils is inconsistent depending the version of java it runs on cause the buffer size is different.

This task is about reverting and dropping the java specific version to get back a common and shared behavior.

slachiewicz commented 1 year ago

In Java 8/9 i see 16k buffers. Above we use defaults.