From e92cefa63a52a96f7fc9156253fc9d127f11d7ab Mon Sep 17 00:00:00 2001 From: Andrii Hrytsiuk Date: Fri, 25 Apr 2025 10:58:47 +0200 Subject: [PATCH] Update link to "Parameter Name Retention" wiki Signed-off-by: Andrii Hrytsiuk --- .../analyzer/MissingParameterNamesFailureAnalyzer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/diagnostics/analyzer/MissingParameterNamesFailureAnalyzer.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/diagnostics/analyzer/MissingParameterNamesFailureAnalyzer.java index 3eb6c62e2157..00fe13453ed7 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/diagnostics/analyzer/MissingParameterNamesFailureAnalyzer.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/diagnostics/analyzer/MissingParameterNamesFailureAnalyzer.java @@ -42,7 +42,7 @@ class MissingParameterNamesFailureAnalyzer implements FailureAnalyzer { static final String ACTION = """ Ensure that your compiler is configured to use the '-parameters' flag. You may need to update both your build tool settings as well as your IDE. - (See https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-6.x#parameter-name-retention) + (See https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-6.1-Release-Notes#parameter-name-retention) """; @Override