Releases: hazelcast/hazelcast-tomcat-sessionmanager
2.2
This document includes enhancements, improvements, and bugfixes for Hazelcast Tomcat Session Manager 2.2 release.
Enhancements
- Added auto-configuration for Spring Boot [#103]
Improvements
- Added YAML configuration support and bumped Hazelcast to v4.0.2 [#102]
- Removed unnecessary session.tellNew() call [#100]
- Bump junit from 4.12 to 4.13.1 [#97]
Bugfixes
2.1
This document includes the enhancements and bugfixes for Hazelcast Tomcat Session Manager 2.1 release.
Enhancements
- Separated Hazelcast's own session expiration from Tomcat [#86]
Improvements
- Removed tomcat-core dependencies from uber jars [#82]
- Updated the Maven repository with the secure one [#81]
Bugfixes
2.0
1.1.5
1.1.4
This document includes the fixed issues for Hazelcast Tomcat Session Manager 1.1.4 release.
Enhancements
- Change log level on some messages from info to debug [#43]
Fixes:
- Updated the
findSession()
method to fix concurrency issues. [#42, #34] - Implemented
findSessions()
and return all sessions in the cluster. [#39] - Fixed
ClassNotFoundException
causing Internal Server Errors when using Parallel deployments. [#51] - Fixed the context classloader issue on P2P mode. [#55]
- Updated master profile for shorter Hazelcast shutdown. [#60]
- Changed lifecycle events to before_start [#53]
1.1.3
This document includes the new features, enhancements, and fixed issues for Hazelcast Tomcat Session Manager 1.1.3 release.
New Features
- Add configuration option for using an existing Hazelcast instance.
Known Issues
None.
1.1.2
This document includes the new features, enhancements, and fixed issues for Hazelcast Tomcat Session Manager 1.1.2 release.
New Features
There are no new features for this release.
Enhancements
There are no enhancements for this release.
Fixes
- Fix log message on HazelcastSessionManager#commit [#26]
Known Issues
None.
1.1.1
This document includes the new features, enhancements, and fixed issues for Hazelcast Tomcat Session Manager 1.1.1 release.
New Features
There are no new features for this release.
Enhancements
- Added async support for HazelcastSessionManager.
Fixes
- Fixed session timeout.
Known Issues
None.
1.1
This document includes the new features, enhancements, and fixed issues for Hazelcast Tomcat Session Manager 1.1 release.
New Features
Support for Tomcat 8.5
1.0.4
This document includes the new features, enhancements, and fixed issues for Hazelcast Tomcat Session Manager 1.04 release.
Enhancements
- Use configured Hazelcast instance name
Fixes
- Fix for Hazelcast client not using web application classloader problem