A recent source incompatible change was committed affecting AsyncBufferedMutator and AsyncBufferedMutatorBuilder, both marked as Public interfaces.
I see this is currently in 2.6.3RC2 and is in the RC for 2.5 I am considering. Does this present a problem? I am seeking the consensus opinion. [−] interface AsyncBufferedMutator 1 Change Effect 1 Abstract method *int* getMaxMutations ( ) has been added to this interface. Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMaxMutations ( ) in *AsyncBufferedMutator*. [−] interface AsyncBufferedMutatorBuilder 1 Change Effect 1 Abstract method *AsyncBufferedMutatorBuilder* setMaxMutations ( int ) has been added to this interface. Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setMaxMutations ( int ) in *AsyncBufferedMutatorBuilder*.