Browse Source

Merge branch '3.4.x'

Closes gh-45299
pull/45302/head
Andy Wilkinson 9 months ago
parent
commit
306524a3c0
  1. 2
      spring-boot-project/spring-boot/src/main/java/org/springframework/boot/diagnostics/analyzer/MissingParameterNamesFailureAnalyzer.java

2
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/diagnostics/analyzer/MissingParameterNamesFailureAnalyzer.java

@ -42,7 +42,7 @@ class MissingParameterNamesFailureAnalyzer implements FailureAnalyzer { @@ -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

Loading…
Cancel
Save