MapBasedAnyObject.getLong() doesn't work as expected with SnakeYaml loader.
If the number loaded fits an integer then thats what will be stored in the map and then the cast from Integer to Long fails. Code should review the value and wrap with long as needed
MapBasedAnyObject.getLong() doesn't work as expected with SnakeYaml loader.
If the number loaded fits an integer then thats what will be stored in the map and then the cast from Integer to Long fails. Code should review the value and wrap with long as needed