gnodet opened a new pull request, #2966: URL: https://github.com/apache/cxf/pull/2966
## Summary - Replace `shutdownNow()` with graceful `shutdown().get(10, TimeUnit.SECONDS)` in `EndpointAPITest.tearDown()` - This ensures the Grizzly server fully releases ports and resources before the next test's `setUp()` tries to bind a new port - Falls back to `shutdownNow()` if graceful shutdown times out ## Test plan - [ ] CI passes: Grizzly EndpointAPITest should be more stable - [ ] No other tests affected 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
