Skip to content

Releases: hazelcast/hazelcast-tomcat-sessionmanager

2.2

05 Feb 00:04
Compare
Choose a tag to compare

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

  • Fixed new session creation on failover [#108]
  • Fixed stale local session issue after failover [#101]
  • Fixed concurrency issue when finding sessions [#99]

2.1

01 Jun 16:32
Compare
Choose a tag to compare
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

  • HazelcastSessionManager.findSessions can lead to OOME [#83]
  • Too many sessions gives 'java.lang.IllegalStateException: null [#72]

2.0

17 Feb 08:58
Compare
Choose a tag to compare
2.0

This document includes the enhancements for Hazelcast Tomcat Session Manager 2.0 release.

Enhancements

  • Provided Hazelcast 4.0 support [#79]

1.1.5

26 Dec 10:04
Compare
Choose a tag to compare

This document includes the fixed issues for Hazelcast Tomcat Session Manager 1.1.5 release.

Enhancements

  • Provided support for Tomcat 9 [#69]
  • Tomcat 7 module is re-activated with required updates [#71]

Fixes:

  • Added support for all serialization methods in Hazelcast [#68]

1.1.4

02 Oct 15:40
Compare
Choose a tag to compare

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

08 Feb 05:51
Compare
Choose a tag to compare

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

08 Aug 08:44
Compare
Choose a tag to compare

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

05 Jun 12:18
Compare
Choose a tag to compare

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

08 Mar 09:04
Compare
Choose a tag to compare
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

20 Jan 07:07
Compare
Choose a tag to compare

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