Why has been changed the ShutdownManager from touch to shutdown?
// Activate the Ebean shutdown manager (disconnects from db, shuts down all threads and so on) ShutdownManager.shutdown(); }
I had some issues with L2 caches, complains of Not able to notify caches. All complains were about tasks beiing rejected by ThreadPool from DefaultBackgroundExecutor.
I changed that line to ShutdownManager.touch and my issues disapeared.