3.2.0-RC1: No primary or single unique constructor found for interface java.util.Set #31488
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: regression
A bug that is also a regression
Milestone
After upgrading to Spring Boot 3.2.0-RC1 from 3.1.5 request params binding is not working.
With request:
http GET http://localhost:8080\?name\=Hulk
While with:
http GET http://localhost:8080\?name\=Hulk\&tags\=RED,GREEN
everything is okay.The text was updated successfully, but these errors were encountered: