Github user JeremiahDJordan commented on the issue:
https://github.com/apache/cassandra/pull/272
Rather than introducing more compiler version dependent classes, why not
just catch the java.lang.NoSuchFieldException if it happens and then use the
other name? This only happens once during static initialization.--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

