1. 794ad88 Replace GitHub build for Java 15 with Java 16 and drop Java 16-ea. by Gary Gregory · 3 years, 3 months ago
  2. 5b00035 Bump checksum-maven-plugin from 1.8 to 1.9 by dependabot[bot] · 3 years, 3 months ago
  3. c1bd2f6 Merge pull request #28 from apache/dependabot/maven/org.apache.commons-commons-dbcp2-2.8.0 by Thomas Vandahl · 3 years, 3 months ago
  4. a375c80 Add lost header by Thomas Vandahl · 3 years, 3 months ago
  5. e069385 Apply modified version of #31 by Thomas Vandahl · 3 years, 3 months ago
  6. d0a7739 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-jcs.git by Thomas Vandahl · 3 years, 3 months ago
  7. f9a032e Document changes by Thomas Vandahl · 3 years, 3 months ago
  8. d0b4f22 Use IElementSerializer to read and write keys by Thomas Vandahl · 3 years, 3 months ago
  9. 854be6c Deprecate array-based constructor by Thomas Vandahl · 3 years, 3 months ago
  10. 5058c78 Fix typo by Thomas Vandahl · 3 years, 3 months ago
  11. 9b10d67 Avoid possible NPE by Thomas Vandahl · 3 years, 3 months ago
  12. a34195c Add parametrized constructor by Thomas Vandahl · 3 years, 3 months ago
  13. 56ba84b Use unshared writing during serialization by Thomas Vandahl · 3 years, 3 months ago
  14. e88b2aa Bump commons-dbcp2 from 2.7.0 to 2.8.0 by dependabot[bot] · 3 years, 4 months ago
  15. 566ffc7 Merge pull request #25 from apache/dependabot/maven/org.apache.maven.plugins-maven-assembly-plugin-3.3.0 by Thomas Vandahl · 3 years, 4 months ago
  16. 8994606 Merge pull request #21 from apache/dependabot/maven/org.apache.httpcomponents-httpclient-4.5.13 by Thomas Vandahl · 3 years, 4 months ago
  17. 9d878a7 Merge pull request #24 from apache/dependabot/maven/org.apache.logging.log4j-log4j-api-2.14.0 by Thomas Vandahl · 3 years, 4 months ago
  18. 6170c42 Bump maven-assembly-plugin from 3.1.1 to 3.3.0 by dependabot[bot] · 3 years, 4 months ago
  19. b0c4124 Bump log4j-api from 2.13.2 to 2.14.0 by dependabot[bot] · 3 years, 4 months ago
  20. f2e69c4 Fix shutdown race conditions by Thomas Vandahl · 3 years, 4 months ago
  21. 5ba3326 Improve key handling by Thomas Vandahl · 3 years, 4 months ago
  22. ce9b138 Merge pull request #19 from apache/dependabot/maven/org.apache.logging.log4j-log4j-core-2.14.0 by Thomas Vandahl · 3 years, 4 months ago
  23. 294423a Merge pull request #22 from apache/dependabot/maven/org.apache.commons-commons-parent-52 by Thomas Vandahl · 3 years, 4 months ago
  24. fac4e86 Bump commons-parent from 50 to 52 by dependabot[bot] · 3 years, 4 months ago
  25. 9fc39f2 Bump httpclient from 4.5.12 to 4.5.13 by dependabot[bot] · 3 years, 4 months ago
  26. d75e53c Bump log4j-core from 2.13.2 to 2.14.0 by dependabot[bot] · 3 years, 4 months ago
  27. 6b6b54b No need to nest in else. by Gary Gregory · 3 years, 4 months ago
  28. 3fb44d9 Add GitHub build with default Maven goal. by Gary Gregory · 3 years, 4 months ago
  29. ec2dd1e Attempt to fix JCS-188 by Thomas Vandahl · 3 years, 4 months ago
  30. 7aeddd0 Some cleanup by Thomas Vandahl · 3 years, 4 months ago
  31. 4e4fc82 Add EncryptingSerializer and some documentation by Thomas Vandahl · 3 years, 4 months ago
  32. bb8aac6 Update commons-lang3 3.10-> 3.12.0. by Gary Gregory · 3 years, 4 months ago
  33. 4a216d8 Use primitive parsing. by Gary Gregory · 3 years, 4 months ago
  34. 13faffc Use varargs. by Gary Gregory · 3 years, 4 months ago
  35. 0e515c3 Raise embedded if into parent if. by Gary Gregory · 3 years, 4 months ago
  36. 0bc464c Remove use of redundant String.substring() parameter. by Gary Gregory · 3 years, 4 months ago
  37. 3fd7299 Fix deprecation warnings in tests by Thomas Vandahl · 3 years, 4 months ago
  38. bf826a3 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-jcs.git by Thomas Vandahl · 3 years, 4 months ago
  39. f889064 Fix toString() and hashCode() by Thomas Vandahl · 3 years, 4 months ago
  40. 83e8dd4 Fix key handling and streamline code by Thomas Vandahl · 3 years, 4 months ago
  41. 0cbda36 No longer used by Thomas Vandahl · 3 years, 4 months ago
  42. a9cf3fc Make IElementSerializer configurable through all levels by Thomas Vandahl · 3 years, 4 months ago
  43. d093cd4 Use composition instead of inheritance by Thomas Vandahl · 3 years, 4 months ago
  44. 24f9cd6 Remove trailing whitepsace. by Gary Gregory · 3 years, 4 months ago
  45. edd0eb5 More streaming, less arrays by Thomas Vandahl · 3 years, 5 months ago
  46. a4acca0 Remove duplicate code by Thomas Vandahl · 3 years, 5 months ago
  47. 46486f7 Remove leftovers by Thomas Vandahl · 3 years, 5 months ago
  48. ed7a2fc Document changes by Thomas Vandahl · 3 years, 5 months ago
  49. fb779c6 Remove deprecated and inconsistent RemoteCacheServer configuration keys by Thomas Vandahl · 3 years, 5 months ago
  50. 61d142b Replace several Runnable classes with Lambdas, deprecate orig. classes by Thomas Vandahl · 3 years, 5 months ago
  51. e3d02d8 Specify scale fully in internal comments. by Gary Gregory · 3 years, 5 months ago
  52. 3ef95e5 Use Lambdas instead of Runnables, deprecate old inner classes by Thomas Vandahl · 3 years, 5 months ago
  53. f5641dd Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-jcs.git by Thomas Vandahl · 3 years, 5 months ago
  54. d4e13e0 Simplify by Thomas Vandahl · 3 years, 5 months ago
  55. 8f0738d Use isEmpty(). by Gary Gregory · 3 years, 5 months ago
  56. 5552512 Use isEmpty(). by Gary Gregory · 3 years, 5 months ago
  57. df0b07b Use isEmpty(). by Gary Gregory · 3 years, 5 months ago
  58. cd00564 Use isEmpty(). by Gary Gregory · 3 years, 5 months ago
  59. 11cdf60 Sort members. by Gary Gregory · 3 years, 5 months ago
  60. f079eaa Merge pull request #18 from arturobernalg/feature/minor_improvements by Thomas Vandahl · 3 years, 5 months ago
  61. a101432 Minor Improvements: by Arturo Bernal · 3 years, 5 months ago
  62. 813ecfc Merge pull request #17 from arturobernalg/feature/minor_improvements by Thomas Vandahl · 3 years, 5 months ago
  63. fcf20bb Fix Checkstyle configuration DTD link. by Gary Gregory · 3 years, 5 months ago
  64. 145a027 Remove unused imports. by Gary Gregory · 3 years, 6 months ago
  65. fe8a550 Minor Improvements: by Arturo Bernal · 3 years, 6 months ago
  66. d429d31 Use upper-case 'L' instead of 'l' for long literal suffix. by Gary Gregory · 3 years, 7 months ago
  67. 8429481 Use for-each. Use final. Remove redundant modifiers. by Gary Gregory · 3 years, 7 months ago
  68. 9dcbdd9 Use blocks. by Gary Gregory · 3 years, 7 months ago
  69. 84e7daf Remove extra ; by Gary Gregory · 3 years, 7 months ago
  70. 1054366 Remove useless returns. by Gary Gregory · 3 years, 7 months ago
  71. c4f84c8 Use diamonds. by Gary Gregory · 3 years, 7 months ago
  72. 8194dca Use try-with-resource. by Gary Gregory · 3 years, 7 months ago
  73. a4d70b5 Use final. by Gary Gregory · 3 years, 7 months ago
  74. 0093b61 No need to initialize to default value. by Gary Gregory · 3 years, 7 months ago
  75. 125abd8 Initialize Map on instantiation. by Gary Gregory · 3 years, 7 months ago
  76. fe6c8d7 Remove redundant calls to super(). by Gary Gregory · 3 years, 7 months ago
  77. 92853b3 Simplify test. by Gary Gregory · 3 years, 7 months ago
  78. dd8c262 Remove useless null-check. by Gary Gregory · 3 years, 7 months ago
  79. 2df162f Use Objects.hash(). by Gary Gregory · 3 years, 7 months ago
  80. 79c9e46 Use Objects.equals(). by Gary Gregory · 3 years, 7 months ago
  81. cb40b71 Initialize a collection when you create it. by Gary Gregory · 3 years, 7 months ago
  82. 28af86f Guard against null return value from by Gary Gregory · 3 years, 8 months ago
  83. 94817e0 Fix missing hamcrest class errors by Sebb · 3 years, 8 months ago
  84. f1e203b Merge pull request #12 from xenoamess-fork/patch-2 by Thomas Vandahl · 3 years, 8 months ago
  85. 5d95198 Merge pull request #15 from nhojpatrick/hamcrest-v2.2 by Thomas Vandahl · 3 years, 8 months ago
  86. acd9672 Merge pull request #14 from nhojpatrick/junit-4.13.1 by Thomas Vandahl · 3 years, 8 months ago
  87. 82c0d9e Organize imports by Thomas Vandahl · 3 years, 8 months ago
  88. 371d685 JCS-207: Fix JCS admin page, add some styling. by Thomas Vandahl · 3 years, 8 months ago
  89. 9d717e1 Typo. by Gary Gregory · 3 years, 8 months ago
  90. 9c9c4e2 Better lambdas. by Gary Gregory · 3 years, 8 months ago
  91. 2c5dc68 Add SECURITY.MD. by Gary Gregory · 3 years, 8 months ago
  92. 865fdbd hamcrest v2.2 by John Patrick · 3 years, 8 months ago
  93. ee9a416 JUnit v4.13.1 by John Patrick · 3 years, 8 months ago
  94. fe20296 JCS-206: Update examples by Thomas Vandahl · 3 years, 9 months ago
  95. 946a0f6 Update release date by Thomas Vandahl · 3 years, 10 months ago
  96. 64202d7 Update docs by Thomas Vandahl · 3 years, 10 months ago
  97. 8abf5b8 [maven-release-plugin] prepare for next development iteration by Thomas Vandahl · 3 years, 10 months ago
  98. 1a30e4d [maven-release-plugin] prepare release commons-jcs3-3.0-rc1 by Thomas Vandahl · 3 years, 10 months ago
  99. dd6bc31 Prepare release by Thomas Vandahl · 3 years, 10 months ago
  100. 6dddcfb Updated download page in preparation for 3.0 release. by Thomas Vandahl · 3 years, 10 months ago