Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tomnelson opened this issue Mar 4, 2022 · 1 comment

Comments

@tomnelson
Copy link
Contributor

tomnelson commented Mar 4, 2022

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.

@tomnelson 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
@ctubbsii
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants