1. 5c49de8 Refactor: pull up duplicate code by Thomas Vandahl · 7 years ago
  2. 80888f9 Refactor: pull up duplicate code by Thomas Vandahl · 7 years ago
  3. 4b2982f Refactor: pull up duplicate code by Thomas Vandahl · 7 years ago
  4. 9790fd2 Avoid duplicate storage of cache element by Thomas Vandahl · 7 years ago
  5. 5df5f36 Update current year by Thomas Vandahl · 7 years ago
  6. 2cd2219 Update parent versions of sandbox components by Thomas Vandahl · 7 years ago
  7. c82f8a3 Update parent to commons-parent:42 by Thomas Vandahl · 7 years ago
  8. cd31d7a Fix test. Alive-Status is deprecated by Thomas Vandahl · 7 years ago
  9. 688f9d2 Deprecate isAlive() logic by Thomas Vandahl · 7 years ago
  10. 883b6c3 Avoid duplicate code. Added test. by Thomas Vandahl · 7 years ago
  11. 83b8f78 stopProcessing doesn't make sense anymore by Thomas Vandahl · 7 years ago
  12. 1ad2965 Test the right thing by Thomas Vandahl · 7 years ago
  13. 75489a6 Derive CacheEventQueue from the pooled implementation, just use pool of size 1 by Thomas Vandahl · 7 years ago
  14. fc195c4 Use number of available processors as default minimum pool size by Thomas Vandahl · 7 years ago
  15. 451d474 Fix docs by Thomas Vandahl · 7 years ago
  16. 5090bda Fix docs by Thomas Vandahl · 7 years ago
  17. 351b7f8 typo by Thomas Vandahl · 7 years ago
  18. a45fe0e Fix docs by Thomas Vandahl · 7 years ago
  19. d6ae360 JCS-171: Multiple CacheEventQueue.QProcessor spawned for the same cache region by Thomas Vandahl · 7 years ago
  20. 5442088 Somehow the license header got lost by Thomas Vandahl · 7 years ago
  21. d68ceb1 Adjust by Thomas Vandahl · 7 years ago
  22. f43cf32 Remove duplicate class by Thomas Vandahl · 7 years ago
  23. 77ec197 Unused class by Thomas Vandahl · 7 years ago
  24. 095cc25 Remove unused field and method by Thomas Vandahl · 7 years ago
  25. 1d3cd12 Performance improvements by Thomas Vandahl · 7 years ago
  26. ed65a90 Remove unused field and method by Thomas Vandahl · 7 years ago
  27. 00c1cc0 JCS-170 replacing at least commas for jmx registration by Romain Manni-Bucau · 7 years ago
  28. c4dd39b Update release and download information by Thomas Vandahl · 7 years ago
  29. 665781d Update release and download information by Thomas Vandahl · 7 years ago
  30. efed539 [maven-release-plugin] prepare for next development iteration by Thomas Vandahl · 7 years ago
  31. 8a3cab7 [maven-release-plugin] copy for tag commons-jcs-2.0 by Thomas Vandahl · 7 years ago commons-jcs-2.0
  32. dc6d631 [maven-release-plugin] prepare release commons-jcs-2.0 by Thomas Vandahl · 7 years ago
  33. 5089a1b Prepare release by Thomas Vandahl · 7 years ago
  34. fcbce2b Document changes by Thomas Vandahl · 7 years ago
  35. 2bc7921 Remove useless class by Thomas Vandahl · 7 years ago
  36. 53c5eae Refactor common code by Thomas Vandahl · 7 years ago
  37. 90375f0 Remove redundant code by Thomas Vandahl · 7 years ago
  38. be37c2e Remove declaration of exceptions not actually thrown by Thomas Vandahl · 7 years ago
  39. 1ae31c7 Prepare move to ConcurrentMap by Thomas Vandahl · 7 years ago
  40. 9f9ef9a Remove redundant code Reduce synchronization by Thomas Vandahl · 7 years ago
  41. 732ff44 Remove redundant data by Thomas Vandahl · 7 years ago
  42. 2a0af12 Improve concurrency by Thomas Vandahl · 7 years ago
  43. 5ec7054 Clean up API Use LinkedBlockingQueue instead of home-grown implementation by Thomas Vandahl · 7 years ago
  44. f2506de Not used by Thomas Vandahl · 7 years ago
  45. 0e55dab Initialization should not be a publicly accessible method by Thomas Vandahl · 7 years ago
  46. 66b24ca JCS-169 ensure access expiry policy is respected binding it on jcs features instead of faking it with createtime by Romain Manni-Bucau · 7 years ago
  47. 486582e Reduce synchronization by Thomas Vandahl · 7 years ago
  48. ec767ef Pull API straight: deprecate duplicate defineRegion() methods and add missing getInstance() variants by Thomas Vandahl · 7 years ago
  49. b7c1c26 Remove exception that is never thrown by Thomas Vandahl · 7 years ago
  50. dec9ff7 Add starter TravisCI configuration. Will pick up Travis profile from new parent module when released. by Gary D. Gregory · 7 years ago
  51. e733e2f JCS-168 ensure to keep CDI SPI file in default and cdi jar but not the nocdi one by Romain Manni-Bucau · 7 years ago
  52. 3280d3a [maven-release-plugin] prepare for next development iteration by Thomas Vandahl · 8 years ago
  53. 336fdee [maven-release-plugin] prepare release commons-jcs-2.0-beta-2 by Thomas Vandahl · 8 years ago
  54. 97ca48a Going for RC2 by Thomas Vandahl · 8 years ago
  55. 5cfe5f0 Fix assembly by Thomas Vandahl · 8 years ago
  56. 75b8213 Going for RC2 by Thomas Vandahl · 8 years ago
  57. e581de2 Make tests run with Java 1.6 by Thomas Vandahl · 8 years ago
  58. f928fed this is not a parent pom and this module is there only to run tck so surefire needs to be executed by Romain Manni-Bucau · 8 years ago
  59. 774c3bf [maven-release-plugin] prepare for next development iteration by Thomas Vandahl · 8 years ago
  60. 83dc4e4 [maven-release-plugin] prepare release commons-jcs-2.0-beta-2 by Thomas Vandahl · 8 years ago
  61. d9ead71 Next attempt by Thomas Vandahl · 8 years ago
  62. a51936b Doesn't work. by Thomas Vandahl · 8 years ago
  63. 4eec965 Remove size limitation configuration of indexed cache recycle bin by Thomas Vandahl · 8 years ago
  64. 81d4110 Replace SortedPreferentialArray with JDK ConcurrentSkipListSet by Thomas Vandahl · 8 years ago
  65. 9fc3d64 Cleanup by Thomas Vandahl · 8 years ago
  66. f49c113 Remove unnecessary code by Thomas Vandahl · 8 years ago
  67. 267fc4e Fix SortedPreferentialArray to actually do what was is supposed to do by Thomas Vandahl · 8 years ago
  68. 91b3989 Replace SingleLinkedList with JDK ConcurrentLinkedQueue by Thomas Vandahl · 8 years ago
  69. 70166db Derive plugin executions from parent POM, disable only selected assemblies by Thomas Vandahl · 8 years ago
  70. 1fe3e74 [maven-release-plugin] prepare for next development iteration by Thomas Vandahl · 8 years ago
  71. 54d06cf [maven-release-plugin] prepare release commons-jcs-2.0-beta-2 by Thomas Vandahl · 8 years ago
  72. 7279814 Prepare release candidate, try to make maven release plugin work by Thomas Vandahl · 8 years ago
  73. 6a620e9 Prepare release candidate by Thomas Vandahl · 8 years ago
  74. 75aced0 Prepare release candidate by Thomas Vandahl · 8 years ago
  75. 76a832e Prepare release candidate by Thomas Vandahl · 8 years ago
  76. cbdf25e Remove duplicate code by Thomas Vandahl · 8 years ago
  77. a8f517c Rework build and packaging by Thomas Vandahl · 8 years ago
  78. 490d71e Add target to svn:ignore by Thomas Vandahl · 8 years ago
  79. 02f8000 Rework build and packaging by Thomas Vandahl · 8 years ago
  80. afcf89b Use standards from Apache parent POM by Thomas Vandahl · 8 years ago
  81. 99760ae Fix NPE in clirr plugin. See https://github.com/mojohaus/clirr-maven-plugin/issues/7 by Thomas Vandahl · 8 years ago
  82. 31a108f Add upgrade documentation by Thomas Vandahl · 8 years ago
  83. e5c4bc5 JCS-130: Simplify management of auxiliary caches by Thomas Vandahl · 8 years ago
  84. cc69fd8 Remove duplicate line by Thomas Vandahl · 8 years ago
  85. c90db9b Update year range by Thomas Vandahl · 8 years ago
  86. 3a8a2dd Clean up by Thomas Vandahl · 8 years ago
  87. 72a8407 Typo by Thomas Vandahl · 8 years ago
  88. 67dbe6e License header went astray by Thomas Vandahl · 8 years ago
  89. 555e589 Improve build by Thomas Vandahl · 8 years ago
  90. eee7e7c JCS-130: Simplify RemoteHttpCacheFactory & friends. Get rid of criss-cross static calls. Remote RemoteHttpCacheManager by Thomas Vandahl · 8 years ago
  91. e650290 JCS-130: Simplify RemoteCacheFactory & friends. Get rid of criss-cross static calls by Thomas Vandahl · 8 years ago
  92. e92c184 Add logs to svn:ignore by Thomas Vandahl · 8 years ago
  93. b6ea863 JCS-165: BlockDiskCache partial remove / group remove doesn't work by Thomas Vandahl · 8 years ago
  94. e50d313 Move SleepUtil. It is only used for tests by Thomas Vandahl · 8 years ago
  95. caa2a94 Privatize fields by Thomas Vandahl · 8 years ago
  96. 7ad415e Add markdown files for GitHub contributors by Benedikt Ritter · 8 years ago
  97. e9281ec Update to latest commons parent pom by Benedikt Ritter · 8 years ago
  98. f266cb7 Javadoc fixes by Sebastian Bazley · 8 years ago
  99. aaa1a0f Add a unit test by Sebastian Bazley · 8 years ago
  100. 1a867ff Need to cast before doing the calculation by Sebastian Bazley · 8 years ago