Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<aws-java-sdk-s3.version>1.12.788</aws-java-sdk-s3.version>
<aspectjweaver.version>1.9.9.1</aspectjweaver.version>
<exec-maven-plugin.version>3.5.1</exec-maven-plugin.version>
<spring.cloud.dependencies.version>2022.0.4</spring.cloud.dependencies.version>
<spring.cloud.dependencies.version>2025.0.0</spring.cloud.dependencies.version>
Copy link

Copilot AI Aug 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This major version upgrade from 2022.0.4 to 2025.0.0 introduces breaking changes that require code updates. The Spring Cloud Gateway modules have been renamed (e.g., spring-cloud-starter-gateway-server → spring-cloud-starter-gateway-server-webflux), property prefixes have changed (e.g., spring.cloud.gateway.* → spring.cloud.gateway.server.webflux.), and X-Forwarded- headers are now disabled by default. Ensure that all affected modules, configurations, and property files are updated accordingly.

Copilot uses AI. Check for mistakes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RichardSlater Double check but we might actually use some of the forwarded headers due to how nginx --> spring happens

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RichardSlater nginx.ingress.kubernetes.io/x-forwarded-prefix: "${k8s_app_path}" in /deploy/k8s/app/base_api-deploy.yml

<pact.version>3.5.24</pact.version>
<spring.data.commons>3.5.2</spring.data.commons>
<owasp-dependency-check-plugin.version>12.1.3</owasp-dependency-check-plugin.version>
Expand Down
Loading