Caliper uses `ByteBuffer`, so building it with JDK 9+ may make it fail at runtime under Java 8 or lower, similar to: - https://github.com/protocolbuffers/protobuf/issues/7827 - https://github.com/google/guava/pull/3994 - https://github.com/grpc/grpc-java/issues/7348 But I haven't checked any more detail than that.
Caliper uses
ByteBuffer, so building it with JDK 9+ may make it fail at runtime under Java 8 or lower, similar to:altsrelease built with JDK 9+ wouldn't work under Java 7 or 8 grpc/grpc-java#7348But I haven't checked any more detail than that.