Skip to content

Commit f2c1498

Browse files
committed
docs: remove spring-boot-properties-migrator from starters
As discussed in #4022, removing the temporary properties-migrator dependency from server starter modules to avoid unexpected property overrides in production environments. Resolves #4022
1 parent 2c08097 commit f2c1498

File tree

4 files changed

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

4 files changed

+0
-20
lines changed

spring-cloud-starter-gateway-mvc/pom.xml

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

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>

spring-cloud-starter-gateway/pom.xml

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

0 commit comments

Comments
 (0)