Re: Issue with commons-configuration2 2.9.0 on Java 8

2023-04-19 Thread Gary Gregory
Well, that's unfortunate, the only way to fix that is with a new release... Gary On Wed, Apr 19, 2023, 02:35 Poirier-Morency, Guillaume wrote: > Hello! > > It appears that the latest commons-configuration2 package was built > with JDK 11 without the --release flag to target Java 8 API. This > r

Issue with commons-configuration2 2.9.0 on Java 8

2023-04-18 Thread Poirier-Morency, Guillaume
Hello! It appears that the latest commons-configuration2 package was built with JDK 11 without the --release flag to target Java 8 API. This results in incompatible code for java.nio.ByteBuffer.flip() (which does not exist in Java 8). We're tracking this here: https://github.com/PavlidisLab/Gemm