Skip to content

Commit 83a3b25

Browse files
wilkinsonasnicoll
authored andcommitted
Create spring-boot-webservices module
1 parent 2ee0ea3 commit 83a3b25

File tree

35 files changed

+63
-477
lines changed

35 files changed

+63
-477
lines changed

Diff for: settings.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ include "spring-boot-project:spring-boot-tx"
121121
include "spring-boot-project:spring-boot-undertow"
122122
include "spring-boot-project:spring-boot-validation"
123123
include "spring-boot-project:spring-boot-webmvc"
124+
include "spring-boot-project:spring-boot-webservices"
124125
include "spring-boot-system-tests:spring-boot-deployment-tests"
125126
include "spring-boot-system-tests:spring-boot-image-tests"
126127
include "spring-boot-tests:spring-boot-integration-tests:spring-boot-configuration-processor-tests"

Diff for: spring-boot-project/spring-boot-all/src/main/java/org/springframework/boot/webservices/client/HttpWebServiceMessageSenderBuilder.java

-141
This file was deleted.

Diff for: spring-boot-project/spring-boot-all/src/test/java/org/springframework/boot/webservices/client/HttpWebServiceMessageSenderBuilderJettyClientIntegrationTests.java

-73
This file was deleted.

Diff for: spring-boot-project/spring-boot-all/src/test/java/org/springframework/boot/webservices/client/HttpWebServiceMessageSenderBuilderReactorClientIntegrationTests.java

-75
This file was deleted.

Diff for: spring-boot-project/spring-boot-all/src/test/java/org/springframework/boot/webservices/client/HttpWebServiceMessageSenderBuilderSimpleIntegrationTests.java

-69
This file was deleted.

0 commit comments

Comments
 (0)