We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Caliper uses ByteBuffer, so building it with JDK 9+ may make it fail at runtime under Java 8 or lower, similar to:
ByteBuffer
alts
But I haven't checked any more detail than that.
The text was updated successfully, but these errors were encountered:
Probably at least one affected line:
caliper/caliper-util/src/main/java/com/google/caliper/util/Uuids.java
Line 41 in f1e9f00
Sorry, something went wrong.
(#458 will fix the current error, but I'll leave this open to track automatically detecting any future such problems.)
No branches or pull requests
Caliper uses
ByteBuffer
, so building it with JDK 9+ may make it fail at runtime under Java 8 or lower, similar to:alts
release 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.
The text was updated successfully, but these errors were encountered: