Upgrade to Accumulo 3.x #3228
Labels
accumulo-store
Specific to/touches the accumulo-store module
dependencies
Updates/changes to Maven or other dependencies
enhancement
Improvement to existing functionality/feature
Milestone
Describe the new feature you'd like
Accumulo 3.0.0 has been out a while and it is long over due that we look to upgrade to the latest version. This would mean breaking backwards compatibility with older versions of Accumulo due to the removal of deprecated methods and classes used in 1.x and 2.x.
To do this it would also need a Java 11 update for the code base (mostly done), there is probably scope to clean up lot of the code in the Accumulo store module so that we only target 3.x now.
If backwards compatibility is still required suggest moving/renaming the existing
accumulo-store
module to something likelegacy-accumulo-store
and starting mostly fresh with a new one targeting v3.0+The text was updated successfully, but these errors were encountered: