Clirr Results

The following document contains the results of Clirr.

  • Current Version: 2.0.1-SNAPSHOT
  • Comparison Version: 1.2.0

Summary

Severity Number
Error
 Error 4
Warning
 Warning 0

(The results have been filtered to omit less severe results)

API Incompatibilities

Severity Message Class Method / Field
Error
Changed type of field CACHE_MANAGER from net.sf.ehcache.CacheManager to org.ehcache.PersistentCacheManager org.mybatis.caches.ehcache.AbstractEhcacheCache CACHE_MANAGER
Error
Changed type of field cache from net.sf.ehcache.Ehcache to org.ehcache.Cache org.mybatis.caches.ehcache.AbstractEhcacheCache cache
Error
Accessibility of method 'public AbstractEhcacheCache(java.lang.String)' has been decreased from public to protected org.mybatis.caches.ehcache.AbstractEhcacheCache public AbstractEhcacheCache(java.lang.String)
Error
Class org.mybatis.caches.ehcache.LoggingEhcache removed org.mybatis.caches.ehcache.LoggingEhcache

API Changelog

The following APIs were modified from version 1.2.0 to 2.0.1-SNAPSHOT:
  • Non justified changes

    Class From To org.mybatis.caches.ehcache.AbstractEhcacheCache CACHE_MANAGER org.mybatis.caches.ehcache.AbstractEhcacheCache cache org.mybatis.caches.ehcache.AbstractEhcacheCache public AbstractEhcacheCache(java.lang.String) org.mybatis.caches.ehcache.LoggingEhcache