GenesysPureEngagePremise / cassandra-es-index

Elasticsearch based secondary index for Cassandra used by Genesys UCS
https://docs.genesys.com/Documentation/UCS
Apache License 2.0
13 stars 13 forks source link

support newest version of jdk #19

Closed gartcimore closed 1 month ago

gartcimore commented 4 years ago

Maybe it should be able to support another version of jdk

jhberthemet commented 4 years ago

For now we only support Cassandra 3.11 that itself only supports Java 8.

gartcimore commented 4 years ago

For now we only support Cassandra 3.11 that itself only supports Java 8.

yes, that's why we have #6 Support for Cassandra 4.x Basic pom configuration is done and seems ok. Tests fails because of Cassandra (see branch jdk11 )

paolodedo commented 3 years ago

@jhberthemet , @gartcimore Cassandra-4.0-beta3 is out, what about its integration? Is it only matter of time, waiting for its final release?

Thanks.

jhberthemet commented 3 years ago

@paolodedo for now there is no plan to support Cassandra 4.x. We'll add support for ES 7.x soon.

jhberthemet commented 1 month ago

Cassandra 4.0.x only support JDK 1.8.x for build and runtime so this project stays on the same version. If you're still interested @paolodedo version with support for Cassandra 4.0.x is out now.