ehcache

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

  1. … 1 more file in changeset.
  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

    • -1
    • +1
    ./management/ManagementServerLoader.java
    • -133
    • +0
    ./pool/sizeof/JvmInformation.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

    • -2
    • +3
    ./store/cachingtier/OnHeapCachingTier.java
    • -1
    • +1
    ./management/provider/MBeanRegistrationProviderException.java
    • -15
    • +15
    ./management/ManagementService.java
    • -3
    • +3
    ./config/TerracottaClientConfiguration.java
    • -1
    • +1
    ./distribution/CacheManagerPeerListenerFactory.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
    ./config/TerracottaClientConfiguration.java
  1. … 17 more files in changeset.
EHC-1151: fix race condition in LocalTransactionStore replace(<3 args>) and removeElement()
    • -0
    • +12
    ./transaction/local/LocalTransactionStore.java
  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
    • -0
    • +3
    ./constructs/EhcacheDecoratorAdapter.java
  1. … 4 more files in changeset.
EHC-1137 Merge 10460 from branches/ehcache-2.10.3
  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
  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

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

  1. … 6 more files in changeset.
TAB-5273 merge rev 10047 from /branches/ehcache-2.10.1
  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
    ./store/TxCopyStrategyHandler.java
TAB-6174 TX Store fix
    • -0
    • +31
    ./store/TxCopyStrategyHandler.java
TAB-6174 Checkstyle fixes
TAB-6174 copy element prior to firing event
  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.