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
following kotlin class (stripped for simplicity) have been converting to json ok in com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.4 and causes error Conflicting getter definitions for property "iscsi": Volume#getIscsi() vs Volume#getCsi() in later versions
following kotlin class (stripped for simplicity) have been converting to json ok in
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.4
and causes errorConflicting getter definitions for property "iscsi": Volume#getIscsi() vs Volume#getCsi()
in later versionsin java it looks like this
as you can see there is no booleans here. so no is-getters detection logic should be applied, but it seems it does.
The text was updated successfully, but these errors were encountered: