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

"The parser makes use of Webpack bundled Javascript RAML parser via the Nashorn scripting engine" Please tell me it is proof of concept. Let me rephrase, Will the official RAML...

This repository will be deprecated soon as we moved the native parser development to the old raml-java-parser repository. Please find the first pre-release version [here](https://github.com/raml-org/raml-java-parser/tree/v2).

Hi, Due to a regression in Java, the parser breaks whenever I try to parse a RAML. See stack trace below. Parsing **works** with Java 1.8.0_66 Parsing **fails** with Java...

Currently the parser is not inline with the current RAML 1.0 spec for AnnotationTypes. Look at the example found in the parsers README.md ``` yaml #%RAML 1.0 title: Samle API...

Hello, Please take a look into https://github.com/FasterXML/jackson-dataformat-yaml It allows RAML parser to hande json (schema) and yaml formats in unified way. Thanks

We didn't found any prebuilt jars on maven. Until there is an official release we have temporarily published RAML parser to https://oss.sonatype.org This repository https://github.com/InnovaCo/raml2travis contains fixed POM's and script...

Interested to know when you guys anticipate this package coming to Maven central? I need annotations :)

I'm trying to build parser on travis and tests are failing with exception `javax.script.ScriptException: ReferenceError: "console" is not defined in at line number 5909` here is the full log: https://s3.amazonaws.com/archive.travis-ci.org/jobs/107238605/log.txt

I'm building the parser under OS X Yosemite using IntelliJ. My main program just consists of JavaNodeFactory f = new JavaNodeFactory(); When I run this I get the following stack...

passing anything other than an absolute path to a raml file results in errors in the bundled javascript this path reliably fails: ``` src/main/raml/example.raml ``` with the following exception: ```...