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
When I try to read an object with more than 31 properties with default values, jackson ignores the value for the very last property. The reason may be how Kotlin compiler transforms such classes to bytecode, but I am not sure. The following test demonstrates the bug: