core

Checkout Tools
  • last updated 47 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
core is relocated now

    • -10
    • +0
    ./src/main/java/net/sf/ehcache/store/package.html
  1. … 1097 more files in changeset.
EHC-918 read(Un|L)ock() should actually use the read lock, not the write one.
MNK-3370 : Ensure timeout fails in a unique way
    • -5
    • +6
    ./src/test/java/net/sf/ehcache/CacheTest.java
MNK-3368 : clean-up CacheStatistics stats ttl code, and hack test to ensure it waits for the clock to advance
merge 5220 from ehcache-core-2.5.x
Next snapshot
Removed dependency on management-ehcache as it's now done through introspection.

This was causing a circular project dependency.

fixed checkstyle
dropped compilation dependency on management classes
    • -7
    • +9
    ./src/main/java/net/sf/ehcache/CacheManager.java
fixed config generator tests
fixed checkstyle
implemented rest management config
    • -0
    • +27
    ./src/main/java/net/sf/ehcache/CacheManager.java
INT-1647 - Ehcache 2.5.1
DEV-6783: fixed SoftLock deserialization within decorated caches
    • -1
    • +1
    ./src/main/java/net/sf/ehcache/CacheManager.java
fix checkstyle

DEV-5345: add option to print nonstop thread stack trace on exceptions

MNK-3231 : rework async RMI to use less heap
    • -0
    • +3
    ./src/main/resources/ehcache-failsafe.xml
MNK-3268 Thread.sleep is evil!
    • -1
    • +1
    ./src/test/java/net/sf/ehcache/CacheTest.java
EHC-910 Don't want this printStacktrace() there
MNK-3255 : review comments from Alex
MNK-3255 lock on interned FQCN here to avoid race when loading the agent in multiple loaders
DEV-6675: unnamed cache manager now has _DEFAULT_ name again
    • -1
    • +1
    ./src/main/java/net/sf/ehcache/CacheManager.java
only caches that use FrontEndCacheTier will pass this test
    • -0
    • +3
    ./src/test/java/net/sf/ehcache/CacheTest.java
MNK-3226 Evict again, when the nextToRemove has already been removed or evicted
EHC-913 Properly delegating to the memory store
    • -0
    • +35
    ./src/test/java/net/sf/ehcache/store/MemoryOnlyStoreTest.java
DEV-6571 : prevent concurrent faults from the authority
    • -0
    • +88
    ./src/test/java/net/sf/ehcache/CacheTest.java
EHCTERR-12 Added warning when running on OS X and java.io.tmpdir is set. Plus additional system prop to disable agent
mnk-3220, mnk-3221 debug logging
Switched statement for cheaper check first
MNK-3217 : use ports outside the ephemeral range for RMI tests
  1. … 9 more files in changeset.