ishankhemani opened a new pull request, #15971: URL: https://github.com/apache/dubbo/pull/15971
Description AwaitingNonWebApplicationListener should only enter the await state for the root, non-web ApplicationContext. When a parent–child context hierarchy is present, the listener must not await during child context shutdown. This PR ensures the listener behaves correctly with multiple non-web application contexts and adds a focused regression test to cover this scenario. Changes Prevent awaiting logic from being triggered by child ApplicationContext Add unit test for non-web parent–child context lifecycle Testing Added testMultipleContextNonWebApplication Tests pass locally Fixes #13722 please review it sir when you get time @AlbumenJ @RainYuY -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
