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
Cleaner should support removing of jansClnt if entry was inactive. Cleaner needs configuration property which will be responsible for setting hours of inactivity for clients, e.g. cleanUpInactiveClientAfterHoursOfInactivity.
Clean up condition should be &(del=true)(jansLastAccessTime<date)
Test cases and code coverage
Write unit test to cover added/changed code
Update integration tests to cover added/changed code