raml-org / raml-java-parser

(deprecated) A RAML parser based on SnakeYAML written in Java
Other
174 stars 121 forks source link

Revert "Update snakeyaml to 1.23 in raml-parser (0.8)" #645

Closed gzunino closed 5 years ago

gzunino commented 5 years ago

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.

gzunino commented 5 years ago

@jpbelang I created this to revert the update to snakeyaml 1.23 in raml parser 0.8

jpbelang commented 5 years ago

Is this still the case ? If it is, can you give me a stack trace so that I can determine if I can help in another way.