Skip to content
Discussion options

You must be logged in to vote

Hi @sisco70, this issue was tracked in spring-cloud/spring-cloud-gateway#3736, and fixed in spring-cloud-gateway-server-mvc:4.2.2.

Until spring-cloud-dependencies:2024.0.2 is released, you can either:

  • use spring-cloud-dependencies:2024.0.0 as I wrote earlier
  • use spring-cloud-dependencies:2024.0.1 and force the gateway version to 4.2.2 as follows:
<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>org.springframework.cloud</groupId>
      <artifactId>spring-cloud-dependencies</artifactId>
      <version>2024.0.1</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
    <dependency>
      <!-- Remove when bumping to spring-cloud-dependencies 2…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@ch4mpy
Comment options

@ch4mpy
Comment options

Answer selected by sisco70
@sisco70
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants