spring-boot/spring-boot-samples/spring-boot-sample-jetty8/src
Andy Wilkinson 69499bf329 Make configuration of acceptors and selectors compatible with Jetty 8
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
2016-04-11 21:03:06 +01:00
..
main Make configuration of acceptors and selectors compatible with Jetty 8 2016-04-11 21:03:06 +01:00
test/java/sample/jetty8 Rename @SpringApplicationTest -> @SpringBootTest 2016-04-04 22:36:58 -07:00