GitHub user ahgittin opened a pull request:
https://github.com/apache/brooklyn-server/pull/981
use snakeyaml 1.22, avoid binary compatibility issues in 1.20 and 1.21
see
https://bitbucket.org/asomov/snakeyaml/issues/412/restore-the-boolean-constructors-for
for more info
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ahgittin/brooklyn-server snakeyaml-1.22
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/981.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #981
----
commit f9bd91062c244158295b350c5dffc89fca86e01d
Author: Alex Heneveld <alex.heneveld@...>
Date: 2018-08-27T09:15:18Z
use snakeyaml 1.22, avoid binary compatibility issues in 1.20 and 1.21
see
https://bitbucket.org/asomov/snakeyaml/issues/412/restore-the-boolean-constructors-for
for more info
----
---