Merge branch '2.1.x'

pull/17636/head
Madhura Bhave 5 years ago
commit 4a309ed491

@ -28,7 +28,7 @@ import org.springframework.context.annotation.Configuration;
* *
* @author Madhura Bhave * @author Madhura Bhave
*/ */
@Configuration @Configuration(proxyBeanMethods = false)
public class JettyServerCustomizerConfig { public class JettyServerCustomizerConfig {
@Bean @Bean

@ -17,7 +17,7 @@
package smoketest.jetty.jsp; package smoketest.jetty.jsp;
import org.eclipse.jetty.server.handler.ContextHandler; import org.eclipse.jetty.server.handler.ContextHandler;
import org.junit.Test; import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest; import org.springframework.boot.test.context.SpringBootTest;

Loading…
Cancel
Save