Skip to content

Commit fafd2d2

Browse files
committed
Rename spring-web-reactive to spring-webflux
Issue: SPR-15190
1 parent 81d1217 commit fafd2d2

File tree

386 files changed

+22
-25
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

386 files changed

+22
-25
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,8 +811,8 @@ project("spring-web") {
811811
}
812812
}
813813

814-
project("spring-web-reactive") {
815-
description = "Spring Web Reactive"
814+
project("spring-webflux") {
815+
description = "Spring WebFlux"
816816

817817
dependencies {
818818
compile(project(":spring-core"))

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include "spring-test"
1919
include "spring-tx"
2020
include "spring-web"
2121
include "spring-webmvc"
22-
include "spring-web-reactive"
22+
include "spring-webflux"
2323
include "spring-websocket"
2424
include "spring-framework-bom"
2525

0 commit comments

Comments
 (0)