Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
5.6.4
-
None
-
None
Description
Maybe I overlooked something, but the registry is only shutdown in the TapestryFilter, which we don't use in our projects.
Adding a runtime shutdown hook would ensure the registry will be shutdown in other scenarios, too.
Runtime.getRuntime().addShutdownHook(new Thread(this::shutdown));