You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fold WebFlux and MVC support note into the Overview
The standalone NOTE calling out WebFlux and MVC support was tied to
"version 3.0 and later", a qualifier that no longer means anything on
a branch that starts at 5.1.x. Move the statement into the Overview
paragraph where it belongs, drop the stale version qualifier, and
link Spring WebFlux and Spring MVC to their reference docs.
Signed-off-by: Roy Clarkson <roy.clarkson@broadcom.com>
Spring Cloud Open Service Broker is a framework for building https://projects.spring.io/spring-boot/[Spring Boot] applications that implement the https://www.openservicebrokerapi.org/[Open Service Broker API].
7
+
Spring Cloud Open Service Broker is a framework for building https://projects.spring.io/spring-boot/[Spring Boot] applications that implement the https://www.openservicebrokerapi.org/[Open Service Broker API]. Both https://docs.spring.io/spring-framework/reference/web/webflux.html[Spring WebFlux] and https://docs.spring.io/spring-framework/reference/web/webmvc.html[Spring MVC] web frameworks are supported in Spring Cloud Open Service Broker.
8
8
9
9
== Version Compatibility
10
10
@@ -22,9 +22,6 @@ The following table describes the version compatibility matrix for the various r
22
22
|3.6.x |2.16 |2.7.x |5.3.x|8
23
23
|===
24
24
25
-
[NOTE]
26
-
Spring WebFlux and Spring MVC are both supported in version 3.0 and later
27
-
28
25
== Getting Started
29
26
30
27
See the https://spring.io/projects/spring-cloud-open-service-broker/[project site] and https://docs.spring.io/spring-cloud-open-service-broker/docs/current/reference/[reference documentation] to get started building a service broker using this framework.
0 commit comments