doanduyhai / Achilles

An advanced Java Object Mapper/Query DSL generator for Cassandra
http://achilles.archinnov.info
Apache License 2.0
241 stars 92 forks source link

[feature] Java 11 Builds #366

Open OneCricketeer opened 4 years ago

OneCricketeer commented 4 years ago

Any plans to add Java 11 build tests to Travis?

doanduyhai commented 4 years ago

Update Travis build file is easy.

Making Achilles work for Java 11 is another story:

You are welcomed to contribute to this migration

OneCricketeer commented 4 years ago

I found the Cassandra JIRA that Java 11 would be targetted for 4.0, so I assume changes here would be dependent on that