NationalSecurityAgency / datawave-in-memory-accumulo

Apache License 2.0
7 stars 12 forks source link

Breaking changes to accumulo require updates to feature/accumulo-2.1 branch #5

Open tomnelson opened 2 years ago

tomnelson commented 2 years ago

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.

ctubbsii commented 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/