Ehcache

Checkout Tools
  • last updated 20 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
TAB-6248 Clean up unused imports (duh!)
TAB-6284 Write overflowToOffHeap property always when set

The CacheConfiguration.isOverflowToOffHeap property has a companion

property: CacheConfiguration.isOverflowToOffHeapSet. When writing

configuration, the overflowToOffHeap attribute must be present in XML

if explicitely set in the configuration instance.

EHC-1115 : merge 10029 from trunk
EHC-1108 Fix potential dead lock when "last" write thread sees a full queue

* Fix ported from trunk@9964

TAB-5593 Javadoc typo
TAB-5757: manually merge test fixes from trunk
TAB-5757: manually merge fix from trunk
TABINF-4025 branch for 3.7.10-rc build
    • -0
    • +899
    /branches/3.7.10-rc/pom.xml
  1. … 1180 more files in changeset.
TAB-4946: Oracle Clean JavaDocs
re-create branch for 3.0.7-rc build
    • -0
    • +899
    /branches/3.7.9-rc/pom.xml
  1. … 1180 more files in changeset.
EHC-1079 Merge from trunk: c9063,9063,9088
TABQA-7334 Change MemoryStore stats average window for tests so that it keeps up with faster execution

Cleaned up test slowing as a result

ENG-1147: fix ClassCastException: [B cannot be cast to net.sf.ehcache.transaction.SoftLockID + prevent 'pinning leaks'
TABINF-3759: creating rc branches
    • -0
    • +899
    /branches/3.7.8-rc/pom.xml
  1. … 1180 more files in changeset.
ENG-1147: prevent more 'pinning leaks'
ENG-1147: reset the clock evictor's accessed flag to true when a pinned element is being removed
MNK-6090 Slow down test ... ARC auto balance needs time to see moving averages
ENG-1020: removed most of checkstyle rules
INT-2892 / INT-2893: committing branches for 3.7.7-rc and corresponding updates to 3.7.x.
    • -0
    • +899
    /branches/3.7.7-rc/pom.xml
  1. … 1179 more files in changeset.
MNK-5798 Break useless test hierarchy
DEV-9368: ignore test until it is rewritten
MNK-5725 Fix formatting
MNK-5725 Make Elements eternal as we test eviction not expiry
MNK-5685 Use a retryAssert for greaterThan assert and give them more time to succeed
ENG-471 Merged r8300 from trunk
MNK-5664 Improve test setup
MNK-5664 Create CacheManager with programmatic config

Remove dead code

MNK-5659 Bump retry assert time
MNK-5659 Fix cascading failures
MNK-5656 Bailing out after two perfect matches... there is just too much that could be GC'ed, or allocated on heap (especially with 7, see JEP-122)