79799949

Date: 2025-10-26 09:34:24
Score: 1
Natty:
Report link

Spring Boot 3.5 introduced internal changes to its Binder.
You can not modify queryParameters because is an immutable list.
try:

@Getter
@Setter
public class ApiConfig {
    private List<String> queryParameters = new ArrayList<>();
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 1337.zeno