From 02e705c8e4a846a44e0b86c23367f51ff03f76ce Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 25 Jun 2019 11:17:27 -0700 Subject: [PATCH] Relax nohttp requirement for service.wsdl Unfortunately https references cause eclipse errors so we need to relax the requirement for this file. Fixes gh-17307 --- .../src/test/resources/wsdl/service.wsdl | 26 +++++++++++-------- src/checkstyle/nohttp-whitelist.txt | 1 + 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/test/resources/wsdl/service.wsdl b/spring-boot-project/spring-boot-autoconfigure/src/test/resources/wsdl/service.wsdl index 639bba0139..ec828428ac 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/test/resources/wsdl/service.wsdl +++ b/spring-boot-project/spring-boot-autoconfigure/src/test/resources/wsdl/service.wsdl @@ -1,10 +1,13 @@ - + targetNamespace="https://www.springframework.org/spring-ws/wsdl"> - + @@ -18,25 +21,26 @@ - + - + - + - + - + - + diff --git a/src/checkstyle/nohttp-whitelist.txt b/src/checkstyle/nohttp-whitelist.txt index 5110787383..28ff746dd1 100644 --- a/src/checkstyle/nohttp-whitelist.txt +++ b/src/checkstyle/nohttp-whitelist.txt @@ -6,3 +6,4 @@ ^http://www.jdotsoft.com.* ^http://spockframework.org.* ^http://ganglia.sourceforge.net.* +^http://schemas.xmlsoap.org.*