CleanupServlet Add-on

This is a discussion thread for
CleanupServlet Add-on
, which provides you with background threads for ensuring session cleanup (and optionally UI cleanup). Current version adds one such thread per session.

Version 2.0.0 added for Vaadin 8 project use.

It`s possible to use with springboot? how can I configure?

tks

Doesn’t work out of the box, I’m afraid. Would need to extend VaadinSpringCleanupServlet in similar ways. Could be a worthwhile addition if I only managed to find some time for it, haven’t had had many opportunities to play around with that yet.

…extend VaadinSpringServlet into a VaadinSpringCleanupServlet, I was supposed to write…