-
Notifications
You must be signed in to change notification settings - Fork 40.8k
New issue
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
Upgrade to a Cassandra version that works with Java 9 #10453
Comments
https://issues.apache.org/jira/browse/CASSANDRA-9608 has been fixed in Cassandra 4.0. We may want to consider switching from Cassandra Unit to Testcontainers in the smoke test. |
Given that the smoke test was removed in ca1710e and we're on Cassandra 4+ I guess this can be closed. |
Indeed, the upgrade to Cassandra v4 was done as part of the upgrade to Spring Data Neumann, see #19588 |
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-with-Java-9-and-above notes java 9 is not fully supported, is the documentation outdated? |
@skyhirider good catch, I've updated the wiki page as well. Thanks for reporting it! |
See CASSANDRA-9608. Our sample is disabled on Java 9 at the moment.
See also jsevellec/cassandra-unit#249
The text was updated successfully, but these errors were encountered: