There were runtime exceptions when using raml-parser 0.8.33 with snakeyaml 1.23 form Studio. This was not detected by tests, due some signature changes and reflective usage.
Studio was reverted to use 0.8.29 and the original problem was resolved differently changing the way apikit, raml-parser-2 and raml-parser (0.8) dependencies were consumed.
I suggest to revert the snakeyaml update change as we saw problems with it. Also release 0.8.33 should be deleted if possible.
Reverts raml-org/raml-java-parser#644
There were runtime exceptions when using raml-parser 0.8.33 with snakeyaml 1.23 form Studio. This was not detected by tests, due some signature changes and reflective usage.
Studio was reverted to use 0.8.29 and the original problem was resolved differently changing the way apikit, raml-parser-2 and raml-parser (0.8) dependencies were consumed.
I suggest to revert the snakeyaml update change as we saw problems with it. Also release 0.8.33 should be deleted if possible.