-
**Describe the bug**
A RAML specifying a query parameter named "class" results in the generation of a method getClass(), which is an invalid override of Object.
```java
package com.example.test.…
wmono updated
2 years ago
-
I think Markus Lanthaler's [presentation](https://youtu.be/91wSt3fHWLE) about JSON-LD and Hydra is worth seeing. If you are in a hurry jump straight to [13:45] where [functional Hydra-annotations are …
-
Out of the conversation between @blakeembrey and me:
Christian Vogel
Hi Blake, do you also store the parents?
Blake Embrey
parents? the raml client generator? yes
Christian Vogel
yes sorry the cl…
-
I am using raml-jaxrs-maven-plugin with verion 1.3.4 to generate resource code, but the @valid annotation can't be generated. Following is the code
raml file
--------------------------------------…
-
From @JJediny
Long term, we should harmonize is the difference between a static spec (JSON schema) from that of a responsive API (where swagger/raml excel), idk if you've had thoughts on that (e.g…
-
When using a RAML description of a response such as:
```
get:
responses:
200:
description:
The list of all customer agreements.
headers:
link-template:
dis…
-
I'm not sure if this should be just a question or a feature request. I tried to find answers in the source code and by reading through existing issues here, without luck so far.
# Question
I'd lik…
-
Should this be:
if(generateClientStringValue!=null){
generateClient = Boolean.parseBoolean(generateClientStringValue);
}
instead of:
if(removeOldOutputStringValue!=null){
generateClient = Bool…
-
See for reference 8006afd59e3d31ff4111abc134a7120a73f616ed
```
#for testing the commit
git remote add santerivfork https://github.com/santeriv/raml-jaxrs-codegen.git
git fetch santerivfork
git cherry…
-