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

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

According to http://docs.raml.org/specs/1.0/#raml-10-spec-applying-resource-types-and-traits child resources should inherit traits (from "is" tag) from parent resources, but currently every resource contains just its own list of traits. Now users of RAML parsers...

This makes the implementation difficult for non-enumerable or slow protocols, e.g. classpath or http

I'd prefer throwing an appropriate exception instead of `e.printStackTrace()` and returning `null`. Or at least, use a logger for error messages.

According to https://github.com/raml-org/raml-java-parser-2/issues/4 , RAML Java Parser requires JDK1.8.0_45 when executed in a certain environment. We should add that information to readme.

enhancement