When saving Java 16's record in repository field access methods do not seem to be accessed. Is this caused by lack of support for default record's field access methods (and Spring Data JDBC accesses fields directly) or intentional behavior?
What is more strange is that record's default constructor is not called once during save but twice. Is there a reason for that.