You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,16 @@ The manager relies on the native expiration capability of Redis to expire keys f
12
12
13
13
Data stored in the session must be Serializable.
14
14
15
+
Tomcat Versions
16
+
---------------
17
+
18
+
This project supports both Tomcat 6 and Tomcat 7. Starting at project version 1.1, precompiled JAR downloads are available for either version of Tomcat while project versions before 1.1 are only available for Tomcat 6.
19
+
20
+
The official release branches in Git are as follows:
21
+
*`tomcat-6`: Continuing work for Tomcat 6 releases.
22
+
*`master`: Continuing work for Tomcat 7 releases.
23
+
*`tomcat-7`: Finalized; has now been merged into `master`.
0 commit comments