Open tomnelson opened 2 years ago
Accumulo typically does not use @deprecated
to mark changes for internal APIs, as these are implementation details. To avoid implementation changes breaking user code, please take care to avoid using non-public APIs in your user code. Accumulo's public API is documented at https://accumulo.apache.org/api/
Accumulo-2.1.0-SNAPSHOT has breaking changes and did not use
@deprecated
on the previous code. Changes are needed here before this project or any project depending on this project will compile.