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 saving an empty File or a File with only whitespaces / comments, the ConfigurationFilesCacheReloadTask will show a warning ConfigurationFilesCacheReloadTask - Unable to load file with path ....
This happens because SnakeYAML returns null in this case, which we interpret as error.
This is wrong, we should only print a warning if SnakeYAML threw an exception.
The text was updated successfully, but these errors were encountered:
When saving an empty File or a File with only whitespaces / comments, the
ConfigurationFilesCacheReloadTask
will show a warningConfigurationFilesCacheReloadTask - Unable to load file with path ...
.This happens because SnakeYAML returns
null
in this case, which we interpret as error.This is wrong, we should only print a warning if SnakeYAML threw an exception.
The text was updated successfully, but these errors were encountered: