Merge branch '2.1.x'

This commit is contained in:
Madhura Bhave 2019-07-24 16:27:49 -07:00
commit 4a309ed491
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -17,7 +17,7 @@
package smoketest.jetty.jsp;
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.boot.test.context.SpringBootTest;