Closed
Description
Hi,
I just noticed one of our integration tests failing after upgrading Spring Boot from 3.2.6 to 3.3.1
It seems #2826 (intentionally) added a breaking change regarding the handling of null values in the context of the @Query
annotation. While I have no specific opinion on this change, I did notice it is not documented as a breaking change on any resource I can find. In our case specifically, we went from receiving an HTTP 200 response from ES containing no hits to having a ConversionException thrown.
Kind regards,
Maarten Tutak