1. 8f96c83 Set up default protection ruleset for default and release branches (#126) by The Apache Software Foundation · 5 weeks ago main
  2. a060dad Revert "Support a java-11 compile target (#123)" (#125) by Christopher Tubbs · 7 weeks ago
  3. cb27af3 [maven-release-plugin] prepare for next development iteration by Christopher Tubbs · 8 weeks ago
  4. 6b43bf1 [maven-release-plugin] prepare release rel/accumulo-access-1.0.0-beta3 by Christopher Tubbs · 8 weeks ago rel/accumulo-access-1.0.0-beta3
  5. 38fea5a Change version to 1.0.0-beta3-SNAPSHOT by Christopher Tubbs · 8 weeks ago
  6. 1bb99a6 Bump spotbugs and checkstyle versions by Christopher Tubbs · 8 weeks ago
  7. 70d29df Support a java-11 compile target (#123) by Daniel Roberts · 8 weeks ago
  8. ac7ae6e Fix trivial assertion in test by Christopher Tubbs · 8 weeks ago
  9. 7c821f1 Merge branch '1.0.0-beta2-rc1-next' by Christopher Tubbs · 3 months ago
  10. 069b47a Update copyright year by Christopher Tubbs · 3 months ago
  11. 5f726bc [maven-release-plugin] prepare for next development iteration by Christopher Tubbs · 3 months ago
  12. d49cdb2 [maven-release-plugin] prepare release rel/accumulo-access-1.0.0-beta2 by Christopher Tubbs · 3 months ago rel/accumulo-access-1.0.0-beta2
  13. 89fdc84 Fix shellcheck by Christopher Tubbs · 3 months ago
  14. faac675 Trivial build improvements for release candidate by Christopher Tubbs · 3 months ago
  15. ee960d8 Update rat and modernizer plugins (#120) by Christopher Tubbs · 3 months ago
  16. d272aa9 Exception handling and build improvements (#119) by Christopher Tubbs · 3 months ago
  17. 68fe695 Trivial: reduce visibility on CharsWrapper.set by Christopher Tubbs · 3 months ago
  18. 9365716 Remove Authorizations class (#115) by Christopher Tubbs · 3 months ago
  19. 80f5535 Merge pull request #118 from apache/bugfix/remove-old-log4j-version by Daniel Roberts · 3 months ago
  20. 5cbf740 Switch back to dep exclusion by Daniel Roberts ddanielr · 3 months ago
  21. 81eb942 Updates rat-plugin to 0.18 by Daniel Roberts ddanielr · 3 months ago
  22. dd320d7 Improve benchmark execution (#114) by Christopher Tubbs · 3 months ago
  23. 5235094 Trivial AuthorizationsImpl.equals improvement by Christopher Tubbs · 3 months ago
  24. a5fe89f Reverted AuthorizationsImpl back to class, made ctor pkg private (#111) by Dave Marion · 3 months ago
  25. aca6ca0 Modified the AccessExpressionBenchmark to enable JFR (#110) by Dave Marion · 3 months ago
  26. 68a0b69 Removed public modifier from constructors (#109) by Dave Marion · 3 months ago
  27. 9fad2d6 Replace Authorizer with `Predicate<String>` (#107) by Christopher Tubbs · 3 months ago
  28. 5d7a944 improves validation in unquote() (#104) by Keith Turner · 3 months ago
  29. 884298c Replace an additional call to term.length() by Christopher Tubbs · 3 months ago
  30. 402d65d Reduce method calls (#106) by Dave Marion · 3 months ago
  31. ce911c3 Check for same object in AccessExpression.equals by Christopher Tubbs · 3 months ago
  32. 932c5e6 Build update/cleanup (#102) by Christopher Tubbs · 3 months ago
  33. 7586010 Improved README introduction (#101) by Keith Turner · 5 months ago
  34. be1b160 Remove duplicate method calls in AccessEvaluator methods (#99) by Dave Marion · 5 months ago
  35. c48e028 fixes code example in javadoc (#100) by Keith Turner · 5 months ago
  36. fc6b8a4 adds new class to API list by Keith Turner · 5 months ago
  37. 8cefd87 adds new class to API list by Keith Turner · 5 months ago
  38. 7049bc7 Modified accumulo access to only work with String and Unicode. (#96) by Keith Turner · 5 months ago
  39. 2a41f0e Adds benchmark for creating parse trees (#97) by Keith Turner · 5 months ago
  40. c70d418 Replace maven.multiModuleProjectDirectory with ".." (#94) by Dave Marion · 6 months ago
  41. 5870821 Migrate to multi-module project to separate examples (#92) by Dave Marion · 6 months ago
  42. 35655cb Separate API and impl (#91) by Dave Marion · 6 months ago
  43. e77f80d Remove unused constructor, fix warnings (#87) by Dave Marion · 7 months ago
  44. 6112180 Revert "Changes exception prefix from Invalid to Illegal (#85)" by Christopher Tubbs · 1 year, 4 months ago
  45. a3387df Removed double check locking in AccessExpressionImpl.parse (#86) by Dave Marion · 1 year, 4 months ago
  46. a371ab1 Changes exception prefix from Invalid to Illegal (#85) by Keith Turner · 1 year, 4 months ago
  47. 2f68281 memoizes creating a parse tree (#84) by Keith Turner · 1 year, 4 months ago
  48. 2b96c53 Merge pull request #83 from keith-turner/parse-tree by Daniel Roberts · 1 year, 4 months ago
  49. de115fb reuse code by Keith Turner · 1 year, 4 months ago
  50. 4bf5ca8 test null consumers by Keith Turner · 1 year, 5 months ago
  51. 9c21e01 code review update by Keith Turner · 1 year, 5 months ago
  52. e004348 fix build error by Keith Turner · 1 year, 5 months ago
  53. 217ec53 Adds ability to create immutable parse trees by Keith Turner · 1 year, 5 months ago
  54. 9c3fa54 Copies some test cases from accumulo code base (#82) by Keith Turner · 1 year, 5 months ago
  55. e1a63a1 Update GitHub Actions by Christopher Tubbs · 1 year, 7 months ago
  56. 2c05dfc use Objects bounds checking methods (#80) by Keith Turner · 1 year, 11 months ago
  57. ab05908 Put benchmark config inside its execution (#79) by Christopher Tubbs · 1 year, 11 months ago
  58. 715613d Avoids looping when evaluating single set of authorizations (#71) by Keith Turner · 2 years ago
  59. 4626291 optimize validiation of empty expression (#76) by Keith Turner · 2 years ago
  60. 4aa573a Add javadoc about AccessExpression normalization (#77) by Dave Marion · 2 years ago
  61. 3dc1839 Added profile to run benchmark (#75) by Dave Marion · 2 years ago
  62. f5c5785 Renamed IllegalAccessExpressionException to InvalidAccessExpressionException (#74) by Dave Marion · 2 years ago
  63. dc4bed4 Implement Serializable and Iterable where appropriate (#73) by Dave Marion · 2 years ago
  64. bd5cc2d adds optimization for empty authorizations (#70) by Keith Turner · 2 years ago
  65. 4c79bae Add Accumulo 3.0 ColViz & VisibilityEvaluator to benchmark (#69) by Dave Marion · 2 years ago
  66. 33be659 Modified Authorizations.of to only accept a Set (#68) by Dave Marion · 2 years, 3 months ago
  67. 2da31d3 Merge pull request #62 from ddanielr/Remove-contrib-ref by Daniel Roberts · 2 years, 4 months ago
  68. e0abc5d Merge branch '1.0.0-beta-rc4-next' by Dave Marion · 2 years, 4 months ago
  69. 202a51c Added post-vote-checklist issue templates (#44) by Dave Marion · 2 years, 4 months ago
  70. 374a81e Update README to remove `contrib` project ref by Daniel Roberts · 2 years, 4 months ago
  71. d0b4423 moves thread local access outside of loop (#61) by Keith Turner · 2 years, 4 months ago
  72. afe80dd [maven-release-plugin] prepare for next development iteration by Dave Marion · 2 years, 4 months ago
  73. 1c6051d [maven-release-plugin] prepare release rel/1.0.0-beta by Dave Marion · 2 years, 4 months ago rel/1.0.0-beta
  74. 009246e Convert antlr4-example into an integration test (#53) by Christopher Tubbs · 2 years, 4 months ago
  75. 6451678 Update release candidate script by Christopher Tubbs · 2 years, 4 months ago
  76. 846904f Fix markdown syntax by Christopher Tubbs · 2 years, 4 months ago
  77. e6e8e19 Move and simplify the AccessExample (#51) by Christopher Tubbs · 2 years, 4 months ago
  78. 96896b2 Fix and simplify javadoc for AccessEvaluator (#52) by Christopher Tubbs · 2 years, 4 months ago
  79. beea96b Change project version to 1.0.0-beta-SNAPSHOT (#49) by Dave Marion · 2 years, 4 months ago
  80. 91423c6 Removed contrib .gitignore files, use top level .gitignore (#48) by Dave Marion · 2 years, 4 months ago
  81. 936e3cc Removed non-applicable information from LICENSE file (#47) by Dave Marion · 2 years, 4 months ago
  82. a8bc6a1 Changes to rc script because we don't build a tarball (#41) by Dave Marion · 2 years, 4 months ago
  83. ec2f0ef Changes based on testing release candidate creation (#40) by Dave Marion · 2 years, 4 months ago
  84. f315807 Added description to pom, added initial release candidate script (#39) by Dave Marion · 2 years, 4 months ago
  85. 7926fac Update antlr contrib maven project with recent changes (#38) by Dave Marion · 2 years, 5 months ago
  86. ed9ff06 Minor changes to source and pom based on review (#36) by Dave Marion · 2 years, 5 months ago
  87. a8b2b8c Bumped SpotBugs and ErrorProne plugins, marked classes final (#35) by Dave Marion · 2 years, 5 months ago
  88. 42f6f98 Some touch-ups before release. (#34) by Dave Marion · 2 years, 5 months ago
  89. cb6a2d4 Improves performance by avoiding parse tree creation (#31) by Keith Turner · 2 years, 5 months ago
  90. 4f34b66 Added additional build plugins in preparation for release (#33) by Dave Marion · 2 years, 5 months ago
  91. 46b5b87 Adds check for classes in public API (#32) by Keith Turner · 2 years, 8 months ago
  92. 3568c09 replaces stream with loop to increase performance (#30) by Keith Turner · 2 years, 8 months ago
  93. f800880 Replace backslash literal with variable (#29) by Dave Marion · 2 years, 8 months ago
  94. 261b5c3 Miscellaneous Improvements (#27) by Dom G · 2 years, 8 months ago
  95. c959026 Improve the Specification Documentation (#26) by Dom G · 2 years, 8 months ago
  96. 8036595 Remove caching functionality (#25) by Dom G · 2 years, 8 months ago
  97. 6812598 Bump spotbugs checks to rank 20 (#24) by Christopher Tubbs · 2 years, 9 months ago
  98. 27e7bcb Add compiler release to pom, Add build for JDK 21 (#23) by Dave Marion · 2 years, 9 months ago
  99. 0c65546 fixes build errors (#22) by Keith Turner · 2 years, 9 months ago
  100. 15bd66e updates approved chars in build (#21) by Keith Turner · 2 years, 9 months ago