Files
spring-boot/module/spring-boot-jetty/src
Andy Wilkinson a329d7009e Fix graceful shutdown with Jetty
Thanks to the misleadingly named isJetty10 method, 6b9ccdca
unintentionally introduced a call to Future.get() that was only
required with Jetty 9. The method probably should have been called
isAtLeastJetty10.

See gh-50383
2026-05-13 20:25:33 +01:00
..
2026-05-13 20:25:33 +01:00
2026-02-24 16:27:05 +00:00