Looks good to me On Tue, Apr 28, 2026 at 6:27 PM Christopher <[email protected]> wrote:
> See below for a draft of the announcement email for > accumulo-access-1.0.0-beta3, which is intended to go to > announce@apache and user@accumulo. > > /////////////////////// > > The Apache Accumulo project is pleased to announce the release of > Apache Accumulo Access 1.0.0-beta3. > > Accumulo Access is a standalone java library that provides the same > functionality, semantics, and syntax, as the access controls that > power the cell-level security in existing releases of Apache Accumulo. > It provides superior performance compared to Accumulo's existing > ColumnVisibility and VisibilityEvaluator implementations, and avoids > dependencies that could conflict with existing project dependencies, > to make integration with other projects easy. > > This project includes the core library, an example application, a JMH > benchmark, a formal specification of the AccessExpression syntax, and > an equivalent ANTLRv4 grammar with its own corresponding example. > > This is the third beta release, as we refine the API and features, > and work to integrate it into future Accumulo releases. It differs from > beta2 > by relaxing the Java requirement, and now only requires Java 11. > Future releases will likely require Java 17 or later. This version exists > to provide support on a Java version that Accumulo 2.1 runs on. > > *** > > Apache Accumulo® is a sorted, distributed key/value store that > provides robust, scalable data storage and retrieval. With Apache > Accumulo, users can store and manage large data sets across a cluster. > Accumulo uses Apache Hadoop's HDFS to store its data and Apache > ZooKeeper for consensus. > > This version is now available in Maven Central, and at: > https://accumulo.apache.org/downloads/ > > The issues and pull requests corresponding with this release can be viewed > at: > https://github.com/apache/accumulo-access/milestone/3 >
