Hi,

We have got that issue migrating from Spring Boot 3.1.5 (using spring-data-mongodb 4.1.6) to Spring Boot 3.2.0 (using spring-data-mongodb 4.2.0) We have a Map we would like to save and sometimes with null values. The problem deals with those null values. If we have a closer look at the code, we can see it is using stream collectors which requires a non-null value. diff_sdm416_sdm420

Can you have a look at this ?

Thank you for your time.

Comment From: wilkinsona

Spring Data MongoDB is managed as a separate project.

Comment From: nlenew

Ok, thanks, will log there.