| This is highlighted by debugging the JVM state after executing a test like org.hibernate.search.test.filter.fulltextfilterdefs.FullTextFilterDefsAnnotationTest.shouldNotBePossibleToHaveTwoFilterDefsWithTheSameName() : we verify that the SearchIntegrator refuses to boot on some illegal configurations, however some services might have been initialized already so they are not shut down gracefully. This might not be critical in case of most components, but it's also leaking started Thread instances and this would cause issues on deployment in containers. |