Skip to content
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

Java 11 support #107

Closed
dipeti opened this issue Jun 22, 2020 · 5 comments
Closed

Java 11 support #107

dipeti opened this issue Jun 22, 2020 · 5 comments
Assignees

Comments

@dipeti
Copy link

dipeti commented Jun 22, 2020

Hi,

I have a scala project that I build under java 11 and my integration tests fail due to embedded-cassandra's lack of support. Do you have any plans for making it possible to run embedded-cassandra under java11?

@nosan
Copy link
Owner

nosan commented Jun 22, 2020

Hello,
have you tried 4.x.x-alpha versions?

@nosan
Copy link
Owner

nosan commented Jun 22, 2020

Apache Cassandra 3.x.x does not support java 11, so you have to use http://archive.apache.org/dist/cassandra/4.0-alpha4/
Version with java 11

@nosan
Copy link
Owner

nosan commented Jun 22, 2020

@dipeti
Copy link
Author

dipeti commented Jun 23, 2020

Hi,
Apologies for my ignorance, was not aware that Cassandra 3.11 does not support java 11. Appreciate the prompt reply.

@dipeti dipeti closed this as completed Jun 23, 2020
@hsn10
Copy link

hsn10 commented May 1, 2021

Apache Cassandra 3.11 can be fixed to run on JDK 11

  1. You need disk_access_mode: standard
  2. remove sigar-bin
  3. replace jamm with jamm-0.3.3.jar
  4. remove JVM option -XX:+UseParNewGC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants