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
As of 2.11.4 YAMLGenerator does not quote the tilde character when MINIMIZE_QUOTES is enabled. The YAML spec states that tilde represents null, and in fact Jackson interprets it as such, but it does not quote strings containing this by default. This should be included in the list of other special characters that get quoted as per #180.