Spring Data Commons 3.3.4 breaks @ModelAttribute
handling
#3258
Labels
status: waiting-for-triage
An issue we've not yet triaged
@ModelAttribute
handling
#3258
As explored in #33791 and visible with a slightly modified version of the reproducer https://github.com/EnyaEnya/multipart-null, adding
org.springframework.boot:spring-boot-starter-data-jpa
to the project breaks@ModelAttribute
handling as of Spring Boot 3.3.4, and I have been able to reproduce only by addingorg.springframework.data:spring-data-commons:3.3.4
to the project.The same project with
org.springframework.data:spring-data-commons:3.3.3
or without Spring Data is fine.The text was updated successfully, but these errors were encountered: