baiheqiang / memcached-session-manager

Automatically exported from code.google.com/p/memcached-session-manager
0 stars 0 forks source link

tomcat 8 support #168

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
since tomcat 8 will be released after the ee finalization, tomcat 8 support has 
to be added. i have done the first steps of running an application that is 
running with tomcat 7 on our production system (without test adjustments).

todo:
- tests, since org.apache.catalina.startup.Embedded class has vanished. Maybe 
org.apache.catalina.startup.Tomcat will help
- keep a look at changelog.xml
- think about dropping tomcat 6 support

https://github.com/magro/memcached-session-manager/pull/28

Original issue reported on code.google.com by hajo.kli...@gmail.com on 2 Jul 2013 at 9:23

GoogleCodeExporter commented 8 years ago
uploaded tomcat 8 part of my m2 repository that you are able to execute the 
build. (jars are made from the current trunk) 
http://kliemeck.de/tomcat8-lib-snapshot.tar.gz

Original comment by hajo.kli...@gmail.com on 2 Jul 2013 at 9:37

GoogleCodeExporter commented 8 years ago

Original comment by martin.grotzke on 20 Dec 2013 at 9:52

GoogleCodeExporter commented 8 years ago
Tomcat8 support is now available in master.

Original comment by martin.grotzke on 24 Dec 2013 at 12:30