After upgrading from spring boot 2.3.8 to 2.4.2 our following test case fails:
CopyPropertiesTest
Basically it loads a spring data projection from MongoDB and tries to copy all of its properties with Spring's BeanUtils.copyProperties into another bean. For some reason "collection"-properties are not copied anymore after the upgrade.