mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
The ServerConnector class doesn’t exist in Jetty 8 so we have to resort to reflection to create and configure a SelectChannelConnector instead. Closes gh-5649 See gh-5380