You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
tomnelson
changed the title
Breaking changes to accumulo require updates
Breaking changes to accumulo require updates to feature/accumulo-2.1 branch
Mar 4, 2022
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.The text was updated successfully, but these errors were encountered: