raml-java-parser icon indicating copy to clipboard operation
raml-java-parser copied to clipboard

(deprecated) A RAML parser based on SnakeYAML written in Java

Results 100 raml-java-parser issues
Sort by recently updated
recently updated
newest added

When I attempt to parse a RAML definition that contains a type where its name is an Integer it failed. A `ClassCastException` is thrown. I try to fix that by...

generated json schema always has"date-time" Date type even if in source it was "date-only" type The issue occurs somewhere after calling toJsonSchema() method of TypeDeclaration class Aha! Link: https://mulesoft-roadmap.aha.io/features/APIRAML-56

Consider the following RAML ``` types: event: type: object discriminator: eventType properties: eventType: string fooEvent: type: event discriminatorValue: foo properties: bar: string /resource: post: body: application/json: type: fooEvent ``` **Expected...

Creates tests for a type declaration validation bug in which unless a discriminator value is supplied any object is valid.

The current codebase has 143 compilation warnings. It would be neat if it didn't :) Description Resource Path Location Type TupleRule is a raw type. References to generic type TupleRule...

v1
minor

It would be nice, if RAML parser contained information about source locations of model elements. Aha! Link: https://mulesoft-roadmap.aha.io/features/APIRAML-155

v1
minor

It would be nice to have an information about source of the node : for example it is important to maintain information that this example came from another file in...

v1
minor

For more info, see https://github.com/raml-org/raml-java-parser/issues/37#issuecomment-51699272 Aha! Link: https://mulesoft-roadmap.aha.io/features/APIRAML-152

v1