- 6112180 Revert "Changes exception prefix from Invalid to Illegal (#85)" by Christopher Tubbs · 4 months ago main
- a3387df Removed double check locking in AccessExpressionImpl.parse (#86) by Dave Marion · 4 months ago
- a371ab1 Changes exception prefix from Invalid to Illegal (#85) by Keith Turner · 4 months ago
- 2f68281 memoizes creating a parse tree (#84) by Keith Turner · 4 months ago
- 2b96c53 Merge pull request #83 from keith-turner/parse-tree by Daniel Roberts · 4 months ago
- de115fb reuse code by Keith Turner · 4 months ago
- 4bf5ca8 test null consumers by Keith Turner · 4 months ago
- 9c21e01 code review update by Keith Turner · 4 months ago
- e004348 fix build error by Keith Turner · 4 months ago
- 217ec53 Adds ability to create immutable parse trees by Keith Turner · 4 months ago
- 9c3fa54 Copies some test cases from accumulo code base (#82) by Keith Turner · 5 months ago
- e1a63a1 Update GitHub Actions by Christopher Tubbs · 7 months ago
- 2c05dfc use Objects bounds checking methods (#80) by Keith Turner · 11 months ago
- ab05908 Put benchmark config inside its execution (#79) by Christopher Tubbs · 11 months ago
- 715613d Avoids looping when evaluating single set of authorizations (#71) by Keith Turner · 11 months ago
- 4626291 optimize validiation of empty expression (#76) by Keith Turner · 11 months ago
- 4aa573a Add javadoc about AccessExpression normalization (#77) by Dave Marion · 11 months ago
- 3dc1839 Added profile to run benchmark (#75) by Dave Marion · 11 months ago
- f5c5785 Renamed IllegalAccessExpressionException to InvalidAccessExpressionException (#74) by Dave Marion · 11 months ago
- dc4bed4 Implement Serializable and Iterable where appropriate (#73) by Dave Marion · 11 months ago
- bd5cc2d adds optimization for empty authorizations (#70) by Keith Turner · 11 months ago
- 4c79bae Add Accumulo 3.0 ColViz & VisibilityEvaluator to benchmark (#69) by Dave Marion · 11 months ago
- 33be659 Modified Authorizations.of to only accept a Set (#68) by Dave Marion · 1 year, 3 months ago
- 2da31d3 Merge pull request #62 from ddanielr/Remove-contrib-ref by Daniel Roberts · 1 year, 4 months ago
- e0abc5d Merge branch '1.0.0-beta-rc4-next' by Dave Marion · 1 year, 4 months ago
- 202a51c Added post-vote-checklist issue templates (#44) by Dave Marion · 1 year, 4 months ago
- 374a81e Update README to remove `contrib` project ref by Daniel Roberts · 1 year, 4 months ago
- d0b4423 moves thread local access outside of loop (#61) by Keith Turner · 1 year, 4 months ago
- afe80dd [maven-release-plugin] prepare for next development iteration by Dave Marion · 1 year, 4 months ago
- 1c6051d [maven-release-plugin] prepare release rel/1.0.0-beta by Dave Marion · 1 year, 4 months ago rel/1.0.0-beta
- 009246e Convert antlr4-example into an integration test (#53) by Christopher Tubbs · 1 year, 4 months ago
- 6451678 Update release candidate script by Christopher Tubbs · 1 year, 4 months ago
- 846904f Fix markdown syntax by Christopher Tubbs · 1 year, 4 months ago
- e6e8e19 Move and simplify the AccessExample (#51) by Christopher Tubbs · 1 year, 4 months ago
- 96896b2 Fix and simplify javadoc for AccessEvaluator (#52) by Christopher Tubbs · 1 year, 4 months ago
- beea96b Change project version to 1.0.0-beta-SNAPSHOT (#49) by Dave Marion · 1 year, 4 months ago
- 91423c6 Removed contrib .gitignore files, use top level .gitignore (#48) by Dave Marion · 1 year, 4 months ago
- 936e3cc Removed non-applicable information from LICENSE file (#47) by Dave Marion · 1 year, 4 months ago
- a8bc6a1 Changes to rc script because we don't build a tarball (#41) by Dave Marion · 1 year, 4 months ago
- ec2f0ef Changes based on testing release candidate creation (#40) by Dave Marion · 1 year, 4 months ago
- f315807 Added description to pom, added initial release candidate script (#39) by Dave Marion · 1 year, 4 months ago
- 7926fac Update antlr contrib maven project with recent changes (#38) by Dave Marion · 1 year, 4 months ago
- ed9ff06 Minor changes to source and pom based on review (#36) by Dave Marion · 1 year, 5 months ago
- a8b2b8c Bumped SpotBugs and ErrorProne plugins, marked classes final (#35) by Dave Marion · 1 year, 5 months ago
- 42f6f98 Some touch-ups before release. (#34) by Dave Marion · 1 year, 5 months ago
- cb6a2d4 Improves performance by avoiding parse tree creation (#31) by Keith Turner · 1 year, 5 months ago
- 4f34b66 Added additional build plugins in preparation for release (#33) by Dave Marion · 1 year, 5 months ago
- 46b5b87 Adds check for classes in public API (#32) by Keith Turner · 1 year, 8 months ago
- 3568c09 replaces stream with loop to increase performance (#30) by Keith Turner · 1 year, 8 months ago
- f800880 Replace backslash literal with variable (#29) by Dave Marion · 1 year, 8 months ago
- 261b5c3 Miscellaneous Improvements (#27) by Dom G · 1 year, 8 months ago
- c959026 Improve the Specification Documentation (#26) by Dom G · 1 year, 8 months ago
- 8036595 Remove caching functionality (#25) by Dom G · 1 year, 8 months ago
- 6812598 Bump spotbugs checks to rank 20 (#24) by Christopher Tubbs · 1 year, 8 months ago
- 27e7bcb Add compiler release to pom, Add build for JDK 21 (#23) by Dave Marion · 1 year, 8 months ago
- 0c65546 fixes build errors (#22) by Keith Turner · 1 year, 9 months ago
- 15bd66e updates approved chars in build (#21) by Keith Turner · 1 year, 9 months ago
- 25332a1 Bump SpotBugs plugin version and fix typo (#20) by Dave Marion · 1 year, 9 months ago
- 3f9b439 Add GH build actions, add license headers to files (#19) by Dave Marion · 1 year, 9 months ago
- 05bd424 fixes compile error introduced by #16 by Keith Turner · 1 year, 9 months ago
- 535cebb Updates documentation and removes TODOs (#16) by Keith Turner · 1 year, 9 months ago
- bbade60 formats code by Keith Turner · 1 year, 9 months ago
- eb3de35 improves project documentation (#15) by Keith Turner · 1 year, 9 months ago
- 8ef5fb5 Add ANTLR grammar and tests to contrib directory by Dave Marion · 1 year, 9 months ago
- dc80f08 adds a getting started guide (#13) by Keith Turner · 1 year, 9 months ago
- 18538a5 improves and tests error messages (#12) by Keith Turner · 1 year, 9 months ago
- bb66979 reimplements java parser and evaluator (#7) by Keith Turner · 1 year, 9 months ago
- c24dc85 updates pom to format source code (#11) by Keith Turner · 1 year, 9 months ago
- 8b86909 Adds a JMH Benchmark (#10) by Keith Turner · 1 year, 9 months ago
- 8d97639 adds explantion of evaluation to specification (#6) by Keith Turner · 1 year, 9 months ago
- 295a5cd Merge pull request #5 from keith-turner/remove-lr by Dave Marion · 1 year, 9 months ago
- da49136 adds tests of longer operator sequences by Keith Turner · 1 year, 9 months ago
- 73a0cd7 fixes javadoc and adds tests by Keith Turner · 1 year, 9 months ago
- 373c192 simplify spec by Keith Turner · 1 year, 9 months ago
- 160484a removes left recursion from specification by Keith Turner · 1 year, 9 months ago
- 6e1c8d2 improves unit test coverage (#1) by Keith Turner · 1 year, 9 months ago
- a9336f6 adds asf yaml file (#2) by Keith Turner · 1 year, 9 months ago
- 7ff1d25 fixes version number by Keith Turner · 1 year, 9 months ago
- d808e23 fix readme by Keith Turner · 1 year, 9 months ago
- bb5a9db Initial commit of accumulo-access by Keith Turner · 1 year, 9 months ago