Checkout Tools
  • last updated 54 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Ignore testOnHeapConsumption; EHC-1154

TAB-7772 : Don't delegate service resource files to the 'outside' loader
  1. … 7 more files in changeset.
Fix/disable tests failing on Java 11.

    • -17
    • +6
    ./ehcache/pool/sizeof/ObjectGraphWalkerTest.java
    • -5
    • +17
    ./ehcache/store/compound/TCCLReadWriteSerializationCopyStrategyTest.java
TAB-7730: Java 11

    • -11
    • +0
    ./ehcache/pool/sizeof/JvmInformationTest.java
    • -64
    • +13
    ./ehcache/pool/sizeof/SizeOfTestValues.java
  1. … 32 more files in changeset.
TAB-7387 : merge from jetty 9 branches and latest management and security
    • -1
    • +1
    ./ehcache/terracotta/TerracottaBootstrapCacheLoaderTest.java
  1. … 15 more files in changeset.
Javadoc fixes in preparation of Java 8 compile compatibility

* fixed few warning level javadoc plugin issues

* fixes all error level javadoc plugin issues

* had to add hibernate dep. to the javadoc plugin

    • -1
    • +1
    ./ehcache/CacheClassicLruMemoryStorePerfTest.java
    • -1
    • +1
    ./ehcache/distribution/ShutdownRMICacheManagerPeerListenerIT.java
    • -5
    • +5
    ./ehcache/store/LruMemoryStoreTest.java
  1. … 216 more files in changeset.
EHC-1151: fix race condition in LocalTransactionStore replace(<3 args>) and removeElement()
    • -0
    • +257
    ./ehcache/transaction/local/LocalTransactionThreadSafetyTest.java
  1. … 1 more file in changeset.
Fixing AllConfigurationGeneratedTest.testConfigurationGenerated failed with an AssertionError
CG: sizeof Issue #45: Make tests work with Java 8
TAB-4700 TAB-4701 : Insecure Transport in Terracotta Server Update Checker and XML Configuration File Reader
    • -39
    • +0
    ./ehcache/util/UpdateCheckerTest.java
    • -11
    • +0
    ./ehcache/config/ConfigurationFactoryTest.java
  1. … 15 more files in changeset.
EHC-1128 Merge rev 10331 from branches/ehcache-2.10.2
  1. … 5 more files in changeset.
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.

    • -0
    • +47
    ./ehcache/config/generator/ConfigurationUtilTest.java
  1. … 1 more file in changeset.
EHC-1115 : Prevent reordering of key operations when forming batches
    • -0
    • +39
    ./ehcache/writer/CacheWriterTest.java
  1. … 4 more files in changeset.
EHC-1108 Fix potential dead lock when "last" write thread sees a full queue
    • -0
    • +111
    ./ehcache/writer/writebehind/WriteBehindQueueTest.java
  1. … 1 more file in changeset.
TAB-6174 copy element prior to firing event
    • -0
    • +232
    ./ehcache/CacheTAB6174Test.java
  1. … 2 more files in changeset.
Cleaned up test cases for TAB-5909
Reverted r9801
  1. … 4 more files in changeset.
Refactored fix for TAB-5909 and added unit-test
  1. … 1 more file in changeset.
Fixing CacheManagerTest which relied on ordering of entries which has changed in JDK 1.8. Contributed by mpal
TAB-5767, TAB-5135, TAB-5531: fixes and perf improvements
  1. … 17 more files in changeset.
TAB-5757: make test JDK 6 friendly
TAB-5757: fix nonstop timeout behavior in config generation
    • -0
    • +73
    ./ehcache/config/generator/NonStopBehaviorCacheConfigTest.java
  1. … 3 more files in changeset.
TABQA-7511 Add support for Java 8
    • -2
    • +2
    ./ehcache/pool/sizeof/ObjectGraphWalkerTest.java
TAB-5242: Starting a transction when obtaining cache sizes
  1. … 1 more file in changeset.
TAB-5195 : remove hostname and user id from build data
  1. … 4 more files in changeset.
TAB-3218: Setting Correct Minimum object size for Aix JVM and disabling Agent based sizeof
  1. … 1 more file in changeset.
EHC-1089 Fix compilation issue related to generics: 1.6 was fine, 1.7 and 1.8 complained
EHC-1089 Fix clone of empty collections inside CacheConfiguration
    • -0
    • +24
    ./ehcache/config/CacheConfigurationTest.java
  1. … 1 more file in changeset.
Bump hamcrest version to 1.3
    • -31
    • +31
    ./ehcache/writer/CacheWriterTest.java
    • -5
    • +6
    ./ehcache/util/WeakIdentityConcurrentMapTest.java
  1. … 1 more file in changeset.