Replies: 1 comment
-
Hello, You can use any cassandra-drivers (old, new, any versions) The code of embedded-cassandra is written using JDK 1.8 embedded-cassandra has only two compile dependencies:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I read multiple issues mentioning that Cassandra prior to 4.0 were not supporting JDK11.
However, I'm wondering why versions of embedded-cassandra >4.0.1 (which itself embeds cassandra-driver > 4.5 that is fully supporting Cassandra 4.X are still built with Java 1.8 ?
Is it planned to upgrade to java 11 sooner or later ?
Or maybe I'm missing something :)
Beta Was this translation helpful? Give feedback.
All reactions