Add MVC body processors to handle Flux
We don't need to cover all the possible uses of Flux (only Flux<String> really), so this isn't comprehensive coverage of all the features in Spring WebFlux, but it's good enough for functions to run with Spring Boot 1.5.
This commit is contained in:
@@ -54,20 +54,6 @@
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-dependencies</artifactId>
|
||||
<version>2.0.0.BUILD-SNAPSHOT</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot.experimental</groupId>
|
||||
<artifactId>spring-boot-dependencies-web-reactive</artifactId>
|
||||
<version>0.1.0.BUILD-SNAPSHOT</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-function-parent</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user