Commit Graph

3 Commits

Author SHA1 Message Date
Sebastian Sdorra
56c7fcc114 move Resteasy cleanup into the ResteasyAllInOneServletDispatcher 2019-06-25 08:31:49 +02:00
Sebastian Sdorra
73dc0d0544 clear ResteasyProviderFactory and RuntimeDelegate during restart
This change is required, because some cachings of resteasy are not cleared by removing them from ServletContext.
Some classes use static or ThreadLocals, which are causing a ClassLoader leak.
However this change will clear those caches.
2019-06-05 16:09:01 +02:00
Sebastian Sdorra
4823232ff0 added RestartServlet, which is able to trigger a complete restart of the context 2018-10-23 16:28:53 +02:00