Spring Data R2DBC: Saving Department with Empty Employee List (Unsupported array type)
I’m encountering an error while saving a Department object with Spring Data R2DBC. My Department model has an employees property that can hold a list of Employee objects. However, when I try to create a new department with an empty employee list, I get the following error: