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