[
https://issues.apache.org/jira/browse/CASSANDRA-15245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16892859#comment-16892859
]
Chris Lohfink commented on CASSANDRA-15245:
-------------------------------------------
I think updating guava on trunk makes sense, should be pretty straight forward
patch. Perhaps change title of Jira or open a new one as the
{{NoClassDefFoundError}} is just a dependency conflict from putting projects
requiring different versions of guava in classpath. {{cassandra-all}} isnt
really a client library and has no shading available for netty/guava/commons
etc so importing it into your project will likely have many conflicts.
> cassandra-all| library uses non-existent Guava classes
> ------------------------------------------------------
>
> Key: CASSANDRA-15245
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15245
> Project: Cassandra
> Issue Type: Bug
> Components: Build, Dependencies, Packaging
> Reporter: Abhijit Sarkar
> Priority: Normal
>
> The
> [cassandra-all|https://search.maven.org/artifact/org.apache.cassandra/cassandra-all/3.11.4/jar]
> library references classes that have been removed from Guava, for example
> {{com.google.common.base.CharMatcher.DIGIT}}. This causes runtime errors like
> {code}
> java.lang.NoClassDefFoundError: Could not initialize class
> org.apache.cassandra.io.sstable.format.SSTableFormat$Type
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]