Checkout Tools
  • last updated 43 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix javadoc error and make javadoc generate less warnings that won't be addressed.

    • -1
    • +0
    ./ehcache/store/AuthoritativeTier.java
  1. … 1 more file in changeset.
    • -0
    • +1
    ./ehcache/store/AuthoritativeTier.java
  1. … 3 more files in changeset.
TAB-7772 : Don't delegate service resource files to the 'outside' loader
  1. … 6 more files in changeset.
TAB-7744:Provide meaningful exception message
TAB-7730: Java 11

    • -133
    • +0
    ./ehcache/pool/sizeof/JvmInformation.java
    • -2
    • +1
    ./ehcache/store/AuthoritativeTier.java
  1. … 34 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

    • -3
    • +3
    ./ehcache/event/RegisteredEventListeners.java
    • -1
    • +1
    ./ehcache/writer/CacheWriterManager.java
    • -3
    • +3
    ./ehcache/config/TerracottaClientConfiguration.java
    • -4
    • +4
    ./ehcache/CacheInitializationHelper.java
  1. … 216 more files in changeset.
TAB-7214 Fix for cache shutdown/stats memory leak.

IPv6 handling.

Ignore IntelliJ files.

Upgrade to commons-io:2.6.

    • -0
    • +3
    ./ehcache/config/TerracottaClientConfiguration.java
    • -2
    • +2
    ./ehcache/distribution/RMICachePeer.java
  1. … 17 more files in changeset.
EHC-1151: fix race condition in LocalTransactionStore replace(<3 args>) and removeElement()
  1. … 1 more file in changeset.
EHC-1142 Merge 10587 from branches/2.10.4
  1. … 4 more files in changeset.
TAB-7254 Improve javadoc of Cache.getKeys and Ehcache.getKeys

Removed the irrelevant timing results and added a warning relative to

effects when used on large caches.

TAB-7221 Merge rev 10527 from branches/ehcache-2.10.3
  1. … 4 more files in changeset.
EHC-1137 Merge 10460 from branches/ehcache-2.10.3
    • -5
    • +5
    ./ehcache/pool/impl/DefaultSizeOfEngine.java
  1. … 4 more files in changeset.
EHC-1132 merge branches/ehcache-2.10.2@10400
  1. … 4 more files in changeset.
TAB-4700 TAB-4701 : Insecure Transport in Terracotta Server Update Checker and XML Configuration File Reader
    • -14
    • +5
    ./ehcache/config/Configuration.java
    • -218
    • +0
    ./ehcache/util/UpdateChecker.java
  1. … 14 more files in changeset.
EHC-1128 Merge rev 10331 from branches/ehcache-2.10.2
  1. … 5 more files in changeset.
EHC-1124 Skip map creation when no dynamic attributes are defined

Patch contributed by Alexey Makhmutov

    • -4
    • +5
    ./ehcache/store/BruteForceSearchManager.java
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.

  1. … 1 more file in changeset.
TAB-5273 Improve wording in character limitation comments

Merged rev 10094 from branches/ehcache-2.10.1

    • -2
    • +2
    ./ehcache/config/CacheConfiguration.java
  1. … 6 more files in changeset.
TAB-5273 merge rev 10047 from /branches/ehcache-2.10.1
    • -2
    • +20
    ./ehcache/config/CacheConfiguration.java
    • -0
    • +14
    ./ehcache/config/Configuration.java
  1. … 6 more files in changeset.
EHC-1115 : Prevent reordering of key operations when forming batches
  1. … 1 more file in changeset.
EHC-1108 Fix potential dead lock when "last" write thread sees a full queue
  1. … 2 more files in changeset.
TAB-6174 And checkstyle
    • -18
    • +36
    ./ehcache/store/TxCopyStrategyHandler.java
TAB-6174 TX Store fix
    • -1
    • +1
    ./ehcache/store/CopyStrategyHandler.java
    • -0
    • +31
    ./ehcache/store/TxCopyStrategyHandler.java
TAB-6174 Checkstyle fixes
TAB-6174 copy element prior to firing event
    • -3
    • +12
    ./ehcache/store/LruMemoryStore.java
  1. … 1 more file in changeset.
TAB-6027: fix deadlock between addCacheIfAbsent and shutdown
Reverted r9801
  1. … 4 more files in changeset.
Cleanup for r9801
  1. … 3 more files in changeset.
Refactored fix for TAB-5909 and added unit-test
  1. … 1 more file in changeset.