raml-java-client-generator icon indicating copy to clipboard operation
raml-java-client-generator copied to clipboard

Raml Java Client Generator

Results 24 raml-java-client-generator issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

cla:signed

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...

cla:signed

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...

cla:signed

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...

cla:signed

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...

dependencies

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...

cla:signed

**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...

cla:signed

**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...