1. 670642e Remove remains of singleton core by Thomas Vandahl · 4 years, 1 month ago
  2. 90b6a38 Move PartitionedCacheAccess & friends to sandbox by Thomas Vandahl · 4 years, 1 month ago
  3. ec408ed More lambda by Thomas Vandahl · 4 years, 1 month ago
  4. f4080fe Better handling of multicast on multihomed machines by Thomas Vandahl · 4 years, 1 month ago
  5. 5d308e9 JCS-182: Check for null by Thomas Vandahl · 4 years, 1 month ago
  6. 68acfbf Make tests run with log4j2 by Thomas Vandahl · 4 years, 1 month ago jcs-122-logging-abstraction
  7. 7aa1e81 Allow more parameters for lambda logging by Thomas Vandahl · 4 years, 1 month ago
  8. b9fb77b JCS-201: Fix premature initialization of ThreadPoolManager by Thomas Vandahl · 4 years, 1 month ago
  9. ab7fdb6 Adjust log settings by Thomas Vandahl · 4 years, 1 month ago
  10. 0946c4d JCS-122: Introduce log abstraction by Thomas Vandahl · 4 years, 1 month ago
  11. 366e4f0 Fix NoSuchFileException by Thomas Vandahl · 4 years, 2 months ago
  12. 1c6b726 Merge branch 'resetting-cache-as-info' JCS-200 by Thomas Vandahl · 4 years, 2 months ago
  13. ab3eea9 Add license header by Thomas Vandahl · 4 years, 3 months ago
  14. e653129 Update dependencies by Thomas Vandahl · 4 years, 3 months ago
  15. 3245c8b Tune logging: "Resetting cache" as info by Simon Legner · 4 years, 3 months ago
  16. 4cfb9ae Use StandardCharsets by Thomas Vandahl · 4 years, 6 months ago
  17. 786bfd8 Fix warnings, reduce memory footprint by Thomas Vandahl · 5 years ago
  18. b59d43e Move to gitbox by Thomas Vandahl · 5 years ago
  19. 7fc6248 Fix RAT report by Thomas Vandahl · 5 years ago
  20. 2090b7c Remove unused import by Thomas Vandahl · 5 years ago
  21. b381e6f Add derby.log to .gitignore by Thomas Vandahl · 5 years ago
  22. 11e3c68 Re-apply license header by Thomas Vandahl · 5 years ago
  23. d8b77d1 Use Java7 diamond operator by Thomas Vandahl · 5 years ago
  24. b8486dc Use lambdas for Runnables by Thomas Vandahl · 5 years ago
  25. efdbca6 JCS-194 NullPointerException in IndexedDiskCache.addToRecycleBin(...) by Thomas Vandahl · 5 years ago
  26. 6b6cf13 Remove synchronized sections by Thomas Vandahl · 5 years ago
  27. bd42161 Make all statistic numbers long by Thomas Vandahl · 5 years ago
  28. eb4ec71 JCS-195 Update element attributes size on serialization by Thomas Vandahl · 5 years ago
  29. 79e8cbb Remove duplicate code by Thomas Vandahl · 5 years ago
  30. 4f39598 JCS-195 Update element attributes size on serialization by Thomas Vandahl · 5 years ago
  31. d879971 Remove most Iterators by Thomas Vandahl · 5 years ago
  32. ad89701 More Java 8, trim whitespace by Thomas Vandahl · 5 years ago
  33. a71e426 Remove old download page by Thomas Vandahl · 5 years ago
  34. 5f375f4 Add a get method to CacheAccess that allows a Supplier to be specified by Thomas Vandahl · 5 years ago
  35. b4979ae Avoid useless copies, use streaming by Thomas Vandahl · 5 years ago
  36. 98f3ca2 Whitespace by Thomas Vandahl · 5 years ago
  37. 13115da Use streaming where appropriate by Thomas Vandahl · 5 years ago
  38. c8fdc8f Use streaming where appropriate by Thomas Vandahl · 5 years ago
  39. 21595b6 Less locking by Thomas Vandahl · 5 years ago
  40. bc77f71 Less locking by Thomas Vandahl · 5 years ago
  41. 6d03072 Too complicated by Thomas Vandahl · 6 years ago
  42. b65542d Try to employ streaming where appropriate by Thomas Vandahl · 6 years ago
  43. cc14ebf Modernize by Thomas Vandahl · 6 years ago
  44. 3fc9fc0 Merge branch commons-jcs-2.2.x back into trunk by Thomas Vandahl · 6 years ago
  45. 63e82df Merge branch commons-jcs-2.2.x back into trunk by Thomas Vandahl · 6 years ago
  46. 0d6b8be Update to commons-parent 47 by Thomas Vandahl · 6 years ago
  47. e9b70c1 Merge branch commons-jcs-2.2.x back into trunk by Thomas Vandahl · 6 years ago
  48. 9094947 Merge branch commons-jcs-2.2.x back into trunk by Thomas Vandahl · 6 years ago
  49. 7c2f0a5 Update tests from commons-collections4 4.1 to 4.2. by Gary D. Gregory · 6 years ago
  50. bff5a8d Typo: 'JavaDoc' -> 'Javadoc'. by Gary D. Gregory · 6 years ago
  51. ba5cf52 Update commons-parent from 42 to 43. by Gary D. Gregory · 6 years ago
  52. e39997b Update tests from Apache Commons IO 2.5 to 2.6. by Gary D. Gregory · 7 years ago
  53. 35f4dcb JCS-184: remove changes.xml as it will be in a bugfix release by Bruno P. Kinoshita · 7 years ago
  54. bb2aeef JCS-184: move return statement outside of logging block by Bruno P. Kinoshita · 7 years ago
  55. 8473206 JCS-181 Update dependency to httpclient 4.5.3 by Thomas Vandahl · 7 years ago
  56. 6b70a70 Update dependency commons-dbcp2 by Thomas Vandahl · 7 years ago
  57. d6310d0 Remove deprecated code by Thomas Vandahl · 7 years ago
  58. 0c62efa Remove dependency on velocity-tools by Thomas Vandahl · 7 years ago
  59. f50f964 Fix OSGi symbolic bundle name by Thomas Vandahl · 7 years ago
  60. 95d8f2d Update version to 3.0-SNPSHOT Finally require Java 8 by Thomas Vandahl · 7 years ago
  61. 871c1c1 ensure we dont share the same meta cache key for two concurrent classes in cdi helper by Romain Manni-Bucau · 7 years ago
  62. 806ab4a adding a test to ensure we cover the proxy cachedefaults extraction in our jcache test suite by Romain Manni-Bucau · 7 years ago
  63. c321cc9 extract CompositeCache.get logging from the synchronized block and only test isDebugEnabled once per method call (logging layers are impacting) by Romain Manni-Bucau · 7 years ago
  64. c73f626 JCS-183 bad shortcut, adding back the cache activation + fixing bad copy/paste in cdi interceptors by Romain Manni-Bucau · 7 years ago
  65. a015b34 JCS-183 reduce reflection at runtime in our jcache cdi integration by Romain Manni-Bucau · 7 years ago
  66. c195a6a Document recent changes by Thomas Vandahl · 7 years ago
  67. cfbd60a Document recent changes by Thomas Vandahl · 7 years ago
  68. 02852f4 JCS-180 if there is no argument we don't want to fail with a npe in CacheInvocationContextImpl by Romain Manni-Bucau · 7 years ago
  69. e1daffb Document changes by Thomas Vandahl · 7 years ago
  70. 13a3bd8 JCS-179: Fix different/duplicate loading methods of RemoteCacheServer configuration by Thomas Vandahl · 7 years ago
  71. 8be0809 Bump up version by Thomas Vandahl · 7 years ago
  72. be59feb JCS-178: Clients using RemoteCache are not working. Add a test. by Thomas Vandahl · 7 years ago
  73. e95e0ef Sometimes Eclipse just drives me mad... by Thomas Vandahl · 7 years ago
  74. 0a4b1c3 Preliminary fix for JCS-178 by Thomas Vandahl · 7 years ago
  75. 49acf7f Approach to fix JCS-177 by Thomas Vandahl · 7 years ago
  76. 2c08cd5 Make sure that attributes are cloned every time by Thomas Vandahl · 7 years ago
  77. 82c95c5 JCS-178 fixing RemoteCacheNoWaitFacade constructor logic by Romain Manni-Bucau · 7 years ago
  78. 05e5504 (chore) adding commons.module.name to pom by Rob Tompkins · 7 years ago
  79. 3fe12d9 Add oraclejdk7 to Travis CI. by Gary D. Gregory · 7 years ago
  80. 0cca1bb JCS-174 Serializable is not a constraint proxies should imply in jcache by Romain Manni-Bucau · 7 years ago
  81. d80f242 JCS-173 support of java.lang.reflect.Proxy for cdi integration by Romain Manni-Bucau · 7 years ago
  82. b7422b2 One day I will understand what the Eclipse formatter does... by Thomas Vandahl · 7 years ago
  83. 98befb6 Add a shutdown() method by Thomas Vandahl · 7 years ago
  84. fbb6b3a Skip deployment of distribution files by Thomas Vandahl · 7 years ago
  85. 647898a Document changes by Thomas Vandahl · 7 years ago
  86. 1ea9db4 Merge changes from 2.1 release branch back into trunk by Thomas Vandahl · 7 years ago
  87. 55cd95f Add a shutdown() method by Thomas Vandahl · 7 years ago
  88. 3ac59a1 Some cleanup by Thomas Vandahl · 7 years ago
  89. 5f18953 Prepare release by Thomas Vandahl · 7 years ago
  90. 75e7ab1 Re-enable clirr-report for core by Thomas Vandahl · 7 years ago
  91. fed0759 Document changes by Thomas Vandahl · 7 years ago
  92. b9fe77e Merge selected bugfixes from trunk into 2.1-RC branch by Thomas Vandahl · 7 years ago
  93. 52f96a4 Prepare bugfix release by Thomas Vandahl · 7 years ago
  94. a4193d2 Document changes by Thomas Vandahl · 7 years ago
  95. feecf33 Fix: thread pool logs rejections by Thomas Vandahl · 7 years ago
  96. e0c6cd5 - Deprecate getPool() by Thomas Vandahl · 7 years ago
  97. 13fc1ec Add test for ElementAttributes.clone() by Thomas Vandahl · 7 years ago
  98. 5e621cb pool is never null by Thomas Vandahl · 7 years ago
  99. 2badad2 Fix creation time not updating during clone() by Thomas Vandahl · 7 years ago
  100. a6d1cd2 Fix log level by Thomas Vandahl · 7 years ago