That class was never public API. It was internal only. We didn't need it, since Java 8 provides its own, so it was removed. I recommend using Java 8's built-in or commons-codec's implementation if you need one. Guava might also have a good implementation for you to use.
On Tue, Oct 26, 2021, 16:14 Bulldog20630405 <[email protected]> wrote: > > when compiling with 1.10.1 in our codebase we found the following class is > no longer available: > > > https://www.javadoc.io/doc/org.apache.accumulo/accumulo-core/1.9.3/org/apache/accumulo/core/util/Base64.html > > has it moved to different location? > > >
