1.9.3
1.9.3 makes msm compatible with tomcat 8.0.35+ which changed StandardSession.attributes
from Map
to ConcurrentMap
, which caused a java.lang.NoSuchFieldError: attributes
when attributes
were accessed from MemcachedBackupSession
(as reported in #301 and #297).
Here's the complete list of changes from 1.9.2 to 1.9.3.