Skip to content

Commit 014c44e

Browse files
committed
docs: remove spring-boot-properties-migrator from server starters
As discussed in #4022, removing the temporary properties-migrator dependency from new server-only starter modules (server-webflux and server-webmvc) to avoid unexpected property overrides in production environments. Legacy starter modules (spring-cloud-starter-gateway and spring-cloud-starter-gateway-mvc) will retain the migrator for backward compatibility. Resolves #4022 Signed-off-by: Kangmin Kim <76634341+amazon7737@users.noreply.github.com>
1 parent 2c08097 commit 014c44e

File tree

2 files changed

+0
-10
lines changed
  • spring-cloud-starter-gateway-server-webflux
  • spring-cloud-starter-gateway-server-webmvc

2 files changed

+0
-10
lines changed

spring-cloud-starter-gateway-server-webflux/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,5 @@
3333
<groupId>org.springframework.boot</groupId>
3434
<artifactId>spring-boot-starter-webflux</artifactId>
3535
</dependency>
36-
<!-- TODO: temporary, remove for 5.0 -->
37-
<dependency>
38-
<groupId>org.springframework.boot</groupId>
39-
<artifactId>spring-boot-properties-migrator</artifactId>
40-
</dependency>
4136
</dependencies>
4237
</project>

spring-cloud-starter-gateway-server-webmvc/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,5 @@
3333
<groupId>org.springframework.boot</groupId>
3434
<artifactId>spring-boot-starter-web</artifactId>
3535
</dependency>
36-
<!-- TODO: temporary, remove for 5.0 -->
37-
<dependency>
38-
<groupId>org.springframework.boot</groupId>
39-
<artifactId>spring-boot-properties-migrator</artifactId>
40-
</dependency>
4136
</dependencies>
4237
</project>

0 commit comments

Comments
 (0)