Merge branch '2.5.x'

Closes gh-27758
This commit is contained in:
Andy Wilkinson
2021-08-18 18:28:34 +01:00
70 changed files with 194 additions and 122 deletions

View File

@@ -30,7 +30,7 @@ import org.springframework.xml.transform.StringSource;
* @author Daniil Razorenov
*/
@WebServiceServerTest(endpoints = ExampleWebServiceEndpoint.class)
public class WebServiceServerIntegrationTests {
class WebServiceServerIntegrationTests {
@Autowired
private MockWebServiceClient mock;

View File

@@ -30,7 +30,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Daniil Razorenov
*/
@WebServiceServerTest(properties = "spring.profiles.active=test")
public class WebServiceServerPropertiesIntegrationTests {
class WebServiceServerPropertiesIntegrationTests {
@Autowired
private Environment environment;

View File

@@ -36,7 +36,7 @@ import static org.assertj.core.api.Assertions.assertThat;
*
* @author Daniil Razorenov
*/
public class WebServiceServerTypeExcludeFilterTests {
class WebServiceServerTypeExcludeFilterTests {
private final MetadataReaderFactory metadataReaderFactory = new SimpleMetadataReaderFactory();