J S
Results
1
issues of
J S
In `pom.xml`, JDK/Java version is specified as '1.8' (v8). However in `BytesConnectorResponse.java` and `CommandExecutorManager.java`, [Arrays.equals(byte[],int,int,byte[],int,int)](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Arrays.html#equals(byte[],int,int,byte[],int,int)) is used which was only introduced in JDK/Java v9. You may not have encountered this...