Remove org.synchronoss.cloud:nio-multipart-parser from spring-boot-starter-webflux in favour of WebFlux's own parser #23601
Labels
status: noteworthy
A noteworthy issue to call out in the release notes
type: enhancement
A general enhancement
Milestone
WebFlux now provides its own multipart parser so using the Synchronoss parser is no longer required. We should remove it from
spring-boot-starter-webflux
.We should also consider removing our dependency management for it as well as, once the dependency is removed from the starter, we'll have no other dependencies on it and, therefore, do not need to express an opinion about its version.
The text was updated successfully, but these errors were encountered: