spring-boot/spring-boot-starters/spring-boot-starter-jetty
Stephane Nicoll 2b2e21dbbf Disable JNDI on Jetty by default
Our Investigations show that JNDI lookup is quite costly on Jetty and it
was enabled by default while embedded tomcat does not. This commit
excludes `jetty-jndi` to align the behavior with Tomcat.

If you are relying on JNDI, the `jetty-jndi` should simply be added in
your project.

Closes gh-4710
2016-01-27 17:35:10 +01:00
..
src/main/resources/META-INF
pom.xml Disable JNDI on Jetty by default 2016-01-27 17:35:10 +01:00