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

Incompatible guava included in jar #1044

Open
stumeikle opened this issue Jun 26, 2020 · 0 comments
Open

Incompatible guava included in jar #1044

stumeikle opened this issue Jun 26, 2020 · 0 comments

Comments

@stumeikle
Copy link

Hi,

I'm using kundera-cassandra-ds-driver v3.13 in my project.
When I start my application I get an error -- Detected Guava < 19 in the classpath, using legacy compatibility layer .
The compatibility layer doesn't appear to work, though, and my app dies.

The reason the error is thrown appears to be because the kundera-cassandra-ds-driver include
kundera-cassandra:jar:3.13 which includes
org.apache.cassandra:cassandra-all:jar:3.11.0 which includes
org.caffinitas.ohc:ohc-core:jar:0.4.4 which includes
com.google.guava:guava:jar:16.0

(I otherwise explicitly include guava 29).
It appears you are packaging together components which don't work together which makes kundera unusable for me.

Best regards, Stu

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

1 participant