You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using spring-data-mongodb 4.1.5, when deserializaing a property with null value in database to an instanciated collection, the collection was not set to null.
With version 4.2.0, the collection is set to null.
While I do understand the intention and tends to be aligned with it, it's still a breaking change that may have numerous impacts in production.