1. 2d14965 JCS-156 BlockDiskCache is limited to 2GB by Sebastian Bazley · 8 years ago
  2. 7cf2f78 Fix JCS-162: Memory region properties documentation incorrect by Thomas Vandahl · 8 years ago
  3. 7b7341a Fix JCS-161: Dynamic regions leak memory upon dispose due to ShrinkerTask by Thomas Vandahl · 8 years ago
  4. 943e461 Further clean up API and over-engineered class dependencies by Thomas Vandahl · 8 years ago
  5. 20b4232 Further clean up API and class dependencies by Thomas Vandahl · 8 years ago
  6. c02bd24 Remove compile time dependency on HSQLDB driver by Thomas Vandahl · 8 years ago
  7. 4e4cf81 Remove compile time dependency on HSQLDB driver by Thomas Vandahl · 8 years ago
  8. 4c73069 Remove compile time dependency on HSQLDB driver by Thomas Vandahl · 8 years ago
  9. 67f0a2d Further simplify API by Thomas Vandahl · 8 years ago
  10. d4ed250 Clean up by Thomas Vandahl · 8 years ago
  11. 27f8aa1 Strip down API by Thomas Vandahl · 8 years ago
  12. 33f3cfd Fix assert in thread by Thomas Vandahl · 8 years ago
  13. 5250af8 Make sure the SoftReference can actually be garbage collected. by Thomas Vandahl · 8 years ago
  14. e9fb730 Make sure the SoftReference can actually be garbage collected. by Thomas Vandahl · 8 years ago
  15. 44b28a3 Replace BoundedQueue with JDK implementation by Thomas Vandahl · 8 years ago
  16. d626962 JCS-54 Add soft reference memory cache by Thomas Vandahl · 8 years ago
  17. 0ff845a JCS-78 Fix: RemoteCacheStartupServlet can't start with config outside classpath by Thomas Vandahl · 8 years ago
  18. 70a9d5f Add verification of block disk cache key file. by Thomas Vandahl · 8 years ago
  19. f11bea5 JCS-159 Fix: BlockDiskCache overwrites data after loading from disk by Thomas Vandahl · 8 years ago
  20. 41fe91b Fix Javadoc for Java 8. Thanks to Mat Jaggard for the patch. by Thomas Vandahl · 8 years ago
  21. b829f1e Attempt (again) to fix Continuum test failure. Thanks to Mat Jaggard for the patch. by Thomas Vandahl · 8 years ago
  22. 80fced6 Attempt to fix JCS-116 : CompositeCacheManager is thread-hostile by Thomas Vandahl · 8 years ago
  23. 2b6f5d7 Address concurrency issues reported by Findbugs by Thomas Vandahl · 8 years ago
  24. 5817244 Update copyright for 2016 in NOTICE.txt by Gary D. Gregory · 8 years ago
  25. 7cec158 Fix JCS-158: NullPointerException in IndexedDiskCache.addToRecycleBin(...) by Thomas Vandahl · 8 years ago
  26. 50ebba3 Fix JCS-157: RemoteCacheFactory ignores host and port configuration on client by Thomas Vandahl · 8 years ago
  27. 12479fa Update to commons-parent 39, fix some warnings by Thomas Vandahl · 8 years ago
  28. 1db3720 Update commons-collections to 4.1 by Thomas Vandahl · 8 years ago
  29. 537607d Make code compile again by Thomas Vandahl · 8 years ago
  30. ff8c444 Add information for OSGi bundle by Thomas Vandahl · 8 years ago
  31. 636121c Rename, so it can be handled by the parent by Thomas Vandahl · 8 years ago
  32. d1c0b0c Fix tests by Thomas Vandahl · 8 years ago
  33. 3346bd7 Fix javadoc by Thomas Vandahl · 8 years ago
  34. 345e06a Fix javadoc by Thomas Vandahl · 8 years ago
  35. ad76167 Fix tests by Thomas Vandahl · 8 years ago
  36. bb8acac Replace copy() with standard clone() by Thomas Vandahl · 8 years ago
  37. d7d6466 Add tomcat.0 to svn:ignore by Thomas Vandahl · 8 years ago
  38. e57167b Fix property name by Thomas Vandahl · 8 years ago
  39. 0a4ce90 Replace copy() with standard clone() by Thomas Vandahl · 8 years ago
  40. ddcb014 Address issues reported by Findbugs by Thomas Vandahl · 8 years ago
  41. cfa533f Refactor and simplify managers and factories (step one) by Thomas Vandahl · 8 years ago
  42. 856e801 Collect the DOAPs by Sebastian Bazley · 8 years ago
  43. 965aa7f Fix test by Thomas Vandahl · 8 years ago
  44. c0bfa13 Address issues reported by Findbugs by Thomas Vandahl · 9 years ago
  45. 3a2e35c Address issues reported by Findbugs by Thomas Vandahl · 9 years ago
  46. 18af885 Address issues reported by Findbugs by Thomas Vandahl · 9 years ago
  47. b45826e Reformat by Thomas Vandahl · 9 years ago
  48. 0916ce7 Forgot to remove Serializable by Thomas Vandahl · 9 years ago
  49. 9138cc2 better whitelist handling in BlacklistClassResolver by Romain Manni-Bucau · 9 years ago
  50. b6c2d3f JCS-155 fixing potential deserialization issue by Romain Manni-Bucau · 9 years ago
  51. 5748db2 Releases by Sebastian Bazley · 9 years ago
  52. 32fb3ad JCS-153: Fix file size limitation for Block Disk Cache and Indexed Disk Cache by Thomas Vandahl · 9 years ago
  53. c29f866 Replace PoolAccess with a DataSourceFactory model borrowed from DB-Torque by Thomas Vandahl · 9 years ago
  54. cb5c4dd JCS-149: When reading keys from disk, a StreamCorruptedException happens when a custom serializer is applied by Thomas Vandahl · 9 years ago
  55. 9d450d0 Replace PoolAccess with a DataSourceFactory model borrowed from DB-Torque by Thomas Vandahl · 9 years ago
  56. 7a401a7 Misc. by Thomas Vandahl · 9 years ago
  57. 581baea Support schedulers in cache factories by Thomas Vandahl · 9 years ago
  58. e91c5e4 No longer serializable by Thomas Vandahl · 9 years ago
  59. 332a7ff No longer serializable by Thomas Vandahl · 9 years ago
  60. 1020c39 No longer serializable by Thomas Vandahl · 9 years ago
  61. 7f1ab60 Fix removal of items from group cache, added several tests by Thomas Vandahl · 9 years ago
  62. eab2a7b Added Eclipse files to svn:ignore by Thomas Vandahl · 9 years ago
  63. 0970e8f JCS-152 making easy to override jcache.ccf by Romain Manni-Bucau · 9 years ago
  64. 36156fc JCS-151 ensuring default generator is accurately instantiated even in default case by Romain Manni-Bucau · 9 years ago
  65. 36fc08f Document changes by Thomas Vandahl · 9 years ago
  66. f57cdd6 Fix links and update FAQ by Thomas Vandahl · 9 years ago
  67. 79d6630 Generify events by Thomas Vandahl · 9 years ago
  68. 90323aa Organize imports by Thomas Vandahl · 9 years ago
  69. b8d387e Organize imports by Thomas Vandahl · 9 years ago
  70. 1321894 Add orderly shutdown for thread pools by Thomas Vandahl · 9 years ago
  71. bdab2c9 Some housekeeping by Thomas Vandahl · 9 years ago
  72. 1658c21 JCS-124 Make the code in Step 5 on the JCS overview page a full working class that can compile by Thomas Vandahl · 9 years ago
  73. 80f4fb4 JCS-124 Make the code in Step 5 on the JCS overview page a full working class that can compile by Thomas Vandahl · 9 years ago
  74. a594211 updating changes.xml by Romain Manni-Bucau · 9 years ago
  75. 38ac95d Log error rather than throwing exceptions by Thomas Vandahl · 9 years ago
  76. 93f189e Better parameter parsing by Thomas Vandahl · 9 years ago
  77. 7517f7c No longer serializable by Thomas Vandahl · 9 years ago
  78. 4627d99 JCS-147: Provide file size limitation for Block Disk Cache and Indexed Disk Cache by Thomas Vandahl · 9 years ago
  79. 40b6fd2 Fix JCS-96: Incomplete shutdown of RemoteCacheServer by Thomas Vandahl · 9 years ago
  80. 875e98d Fix JCS-148: Unnecessary use of FileChannel.force() in Indexed and Block Disk Caches by Thomas Vandahl · 9 years ago
  81. 69fb455 FIrst part of JCS-130: Remove static managers and give factories a real life cycle. by Thomas Vandahl · 9 years ago
  82. 644eea4 Document changes by Thomas Vandahl · 9 years ago
  83. 2e6a913 JCS-140 dont really flush http response when flushing our internal buffer + testing with tomcat to avoid surprises by Romain Manni-Bucau · 9 years ago
  84. d2d23c8 Fix JCS-141: RemoteCacheServerFactory ignores configuration by Thomas Vandahl · 9 years ago
  85. 6912f62 Fix JCS-145: AbstractDiskCacheAttributes logs error, when directory already exists by Thomas Vandahl · 9 years ago
  86. 5b1e314 Fix JCS-144: BlockDiskCache hangs on SEVERE: Region [TMS] Failure getting from disk--IOException by Thomas Vandahl · 9 years ago
  87. 8f5c5e8 Fix JCS-146: IndexedDiskCache: Mismatched memory and disk length (0) for [DED: pos = 63802 len = 9658] during optimization by Thomas Vandahl · 9 years ago
  88. f1fc619 ignoring CacheValue for key parameters by Romain Manni-Bucau · 9 years ago
  89. c5e9745 closing cache* if we created it, means for jcache cdi extension closing if using default resolver by Romain Manni-Bucau · 9 years ago
  90. d61ec09 ensuring to close created cache manager/provider in extras cdi extension by Romain Manni-Bucau · 9 years ago
  91. 2a697cc CGI must be svn:executable * by Sebastian Bazley · 9 years ago
  92. bcd3845 simpler algorithm for PassivationCapable bean since actually CDI 1.1 will not need it by Romain Manni-Bucau · 9 years ago
  93. 873d977 trying to tolerate ears on cdi 1.0 - still weak but better + pasting a sample of beans.xml by Romain Manni-Bucau · 9 years ago
  94. 4c2bca7 starting work to tolerate cdi extension on cdi 1.0 by Romain Manni-Bucau · 9 years ago
  95. b3fc378 JCS-142 making cdi extension scanning independent by Romain Manni-Bucau · 9 years ago
  96. 759e37c [maven-release-plugin] prepare for next development iteration by Romain Manni-Bucau · 9 years ago
  97. eb50c16 [maven-release-plugin] prepare release commons-jcs-2.0-beta-1 by Romain Manni-Bucau · 9 years ago
  98. 1048126 deliver cdi and nocdi jar for jcache module by Romain Manni-Bucau · 9 years ago
  99. 4c3308d no more need of this exclude by Romain Manni-Bucau · 9 years ago
  100. 6d28756 removing aspect folder since it seems useless now + updating year in notices + removing xerox from license by Romain Manni-Bucau · 9 years ago