-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: documentationA documentation taskA documentation task
Milestone
Description
As seen in spring-projects/spring-boot#12579 and as shown in the reference documentation, developers are using MultipartBodyBuilder
with RestTemplate
in a pure Spring MVC application. In that context, the reactive-streams dependency bringing Publisher
is not on classpath by default.
It seems that the MultipartBodyBuilder
implementation requires that class to be on classpath.
We should make that dependency optional or avoid documenting this option with RestTemplate
.
uqix
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: documentationA documentation taskA documentation task