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

Artifacts deployment

Open maqdev opened this issue 9 years ago • 10 comments

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 for travis. If you're interested, please feel free to use anything from it.

<dependency>
  <groupId>eu.inn</groupId>
  <artifactId>java-raml1-tools</artifactId>
  <version>0.0.31</version>
  <type>pom</type>
</dependency>

maqdev avatar Feb 09 '16 15:02 maqdev

Thanks.

Is this project still alive?

MTyson avatar Feb 20 '16 17:02 MTyson

This project is still alive and we will release a new version soon; there has been some development efforts with regards to some feedback we've received about the JS wrapper and a team is now moving to a native parser approach. The first version should be soon(ish) released here in a branch afaik.

sichvoge avatar Feb 20 '16 18:02 sichvoge

Good news! Thanks for the info.

maqdev avatar Feb 20 '16 18:02 maqdev

awesome news. very excited about this project. I am glad to hear about native approach also... snakeyaml seems very solid (if that is the way you are going as you did with 0.8)

anyway, thanks for the update. would much rather have a straight java approach if possible

MTyson avatar Feb 20 '16 18:02 MTyson

Sure - if you don't here from me soon; please add a new comment ;)

sichvoge avatar Feb 20 '16 18:02 sichvoge

First of all - nice bike.

Second of all, how are things going?

MTyson avatar Mar 01 '16 17:03 MTyson

Thanks - I was very young when that photo was made; does not mean I am not a sporty anymore :D

We are currently pushing for a plan to open source our current state of the art so that the community can have more visibility. That is not our only effort with open sourcing and adding more visibility to what we do etc. The first step was open source the spec itself and iterate on top of it adding the changes for RC2. The next are the parsers, but we want to move from RC1 to RC2. And thanks for reminding me :)

The team here wants to wait for the RC2 features and implement the parser on top of that instead of using the "old" RC1 as there are some significant changes. Understandable for sure, and when the first iteration is done, you will get what you need :)

sichvoge avatar Mar 01 '16 17:03 sichvoge

Haha :)

Thanks for update!

MTyson avatar Mar 05 '16 17:03 MTyson

Will the new Raml 1.0 parser support the Java object notation that SnakeYAML uses (ie, !!my.group.MyClass)?

Hoping so?

MTyson avatar Mar 08 '16 15:03 MTyson

Maybe the answer you seek can be found here

Let me know if that answers your question.

sichvoge avatar Mar 08 '16 16:03 sichvoge