dcapwell commented on code in PR #44:
URL:
https://github.com/apache/cassandra-easy-stress/pull/44#discussion_r2105520636
##########
build.gradle:
##########
@@ -101,6 +101,13 @@ dependencies {
implementation 'org.apache.commons:commons-math3:3.6.1'
implementation 'org.hdrhistogram:HdrHistogram:2.1.12'
+ implementation("org.agrona:agrona:1.22.0") // can't use the 2.x or 1.23+
line as it requires JDK 17
Review Comment:
rather not couple this patch with jdk 11 vs 17.
I am also fine skipping 17 for 21+
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]