raml-java-client-generator
raml-java-client-generator copied to clipboard
Raml Java Client Generator
Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project. #### Changes included in this PR - Changes to the following...
Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project. #### Changes included in this PR - Changes to the following...
Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project. #### Changes included in this PR - Changes to the following...
Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project. #### Changes included in this PR - Changes to the following...
Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.15 to 2.0. Commits c98ffba issue 561: add negative test case e2ca740 Use Maven wrapper on github 49d91a1 Fix target for github 19e331d Disable toolchain for github...
Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project. #### Changes included in this PR - Changes to the following...
**Is your feature request related to a problem? Please describe.** It looks like my RAML 1.0 spec is getting ignored on declarations like: ``` #%RAML 1.0 DataType displayName: Citizenship Type...
Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project. #### Changes included in this PR - Changes to the following...
**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.resource.test.model; public...
We have a raml which has child raml's and the child raml's are included in the main api.raml using Include keyword. When we use this plugin, we are getting this...