After https://github.com/spring-projects/spring-framework/commit/ea398d7b7e72d1e1a9f7a002a291f4e0b8660e70, DataBinder failed to bind nullable value through constructor.

We should check if param is nullable and do not trying to resolve nested constructor.

Comment From: rstoyanchev

See also #31821, which seems to be the same case. If you could, please clarify either way.

Comment From: rstoyanchev

Thanks for the report and a PR. I am preparing a fix for this under #31821.