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

RAML-parser.0.8.37 uses snakeyaml(1.23) which has known vulnerabilities and it is recommended to update it to 1.26 or later. Upgrading to RAML-Parser 1.x is not possible as the format has changed...

From a RAML 1 model I can access the list of traits defined in the model. But for each trait, an instance of `org.raml.v2.api.model.v10.methods.Trait`, all I seem to have access...

"2" is not a allowed module name and the default way of turning jar-names into Java modules translated into "raml.parser.2" which is not a valid module name, thus preventing this...

### Affects: [1.0.0](https://github.com/raml-org/raml-java-parser/tree/1.0.0) ### Issue I'd expect to be able to specialize an extended data type's property into a narrower type but can't manage to do that. ### [Spec pointer](https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md/#object-type-specialization)...

bug
v2
major
typesystem
selected

CacheResourceLoader will now close the input stream after reading in all of the contents.

When using the raml parser to validate a definition I was running into an issue that the raml file and any files it referenced could not be deleted on Windows....

Given the following RAM, along with files referenced by it - api.raml: ``` #%RAML 1.0 title: Sample API version: 1.0 description: Sample API uses: policy: libraries/policy.raml /sample/call: post: description: Submit...

Hi @jpbelang , https://github.com/raml-org/raml-java-parser/issues/678 has been solved using a system property to enable strict validation for string values. But https://github.com/raml-org/raml-java-parser/issues/590 has been solved applying strict validation by default, and this...

Given this raml ```RAML #%RAML 1.0 title: test-date-spec version: v1 baseUri: http://localhost:8081 resourceTypes: read: get: traits: searchable: usage: Apply this trait to resources which supports datetime range searching queryParameters: dateFrom:...

Hi all, SnakeYAML is going to implement YAML 1.2 (the superset of JSON) in a [separate project](https://bitbucket.org/asomov/snakeyaml-engine) But it requires Java 8. Do you plan to migrate to Java 8...