[
https://issues.apache.org/jira/browse/AVRO-2250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16702154#comment-16702154
]
Sean Busbey commented on AVRO-2250:
-----------------------------------
Avro's use of a shaded guava purposefully only included those classes that were
used, so you can grep the jar file contents to see if the impacted class is
present.
For example, avro-tools covers most of the project:
{code}
Busbey-MBA:avro-help busbey$ jar tf avro-tools-1.8.2.jar | grep
AtomicDoubleArrays
Busbey-MBA:avro-help busbey$ echo $?
1
{code}
> Release 1.9.0
> -------------
>
> Key: AVRO-2250
> URL: https://issues.apache.org/jira/browse/AVRO-2250
> Project: Apache Avro
> Issue Type: Task
> Reporter: Nandor Kollar
> Priority: Major
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)