Skip to content

Releases: maxifier/mxcache

Support JDK8 future in code

29 May 12:08
Compare
Choose a tag to compare

Add correct support for JDK8 in code

v2.6.3

01 Feb 06:34
Compare
Choose a tag to compare

Bugs

  • Memory leak fixed (millions of weak references to GC'ed objects were hanging) #26

v2.6.2

09 Dec 09:22
Compare
Choose a tag to compare

⚠️ This version of runtime is not compatible with the old IDEA plugin! Please consider installing the new one to use with this version. (However, the new IDEA plugin 2.6.2 supports backward compatibility with older runtimes).

  • Drop obsolete compatibility version 2.2.9, 2.2.8.
  • Drop obsolete batch caches.
  • IDEA plugin now automatically detects mxcache runtime library version and uses proper instrumentator.
  • Fix arrays hashing in Guava strategies. Now hashing strategies are handled in instrumented code (tuples are aware of hashing strategy) and there's no need to care about this in user-supplied strategies.

mxcache-2.6.1

20 Nov 10:38
Compare
Choose a tag to compare
  • Reduce memory consumption #24

mxcache-2.6.0

24 Jul 13:56
Compare
Choose a tag to compare

This new release supports non-blocking invalidation and new exception handling policy.

mxcache-2.5.11

27 Apr 06:22
Compare
Choose a tag to compare

Bug Fixes

  • 'synthetic' attribute is written properly for all generated classes (Cleanable, Calculatable, Proxies). This is done to provide a compatibility with SonarQube 5.1.

mxcache-2.5.7-fix

09 Feb 06:53
Compare
Choose a tag to compare
mxcache-2.5.7-fix Pre-release
Pre-release

Bug fixing

  • Cache cleaning doesn't fail anymore when ResourceView-annotated method throws an exception.

mxcache-2.5.9

06 Feb 07:39
Compare
Choose a tag to compare

Bug fixing

  • Fixed few possible unreleased locks.
  • Cache cleaning doesn't fail anymore when ResourceView-annotated method throws an exception.

mxcache-2.5.8

02 Feb 06:31
Compare
Choose a tag to compare

New features

Add @ConcurrentCache annotation to core. This cache is based on a usual java ConcurrentHashMap.

Bug fixes

Fix NPE in case of cache cleaning is started on partially initialized object

mxcache-2.5.7

02 Feb 06:41
Compare
Choose a tag to compare

Improvements

Small improvement in cache interceptor API: CacheProviderInterceptor should accept not just CacheDescriptor, but also RegistryEntry.