-
I was trying to build the petstore demo, and the comments app throws an error when using JDK 11:
```
WARNING: Illegal reflective access by org.codehaus.groovy.vmplugin.v7.Java7$1 (file:/Users/vinnyc…
-
Using this cannonical json file
https://github.com/OAI/OpenAPI-Specification/blob/master/examples/v2.0/json/petstore.json
The code generation fails
I suspect because the base service specifica…
-
#### Bug Report Checklist
- [X] Have you provided a full/minimal spec to reproduce the issue?
- [X] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
The Home page for PetStore application is based on old UI components which resulted in very low AppDex score.
In order to improve the performance of the page, the Homepage needs to be updated based o…
-
I am trying to generate a java API using swagger-codegen (3.0.0)
I am using the swagger-codegen-cli-3.0.24.jar version of codegen jar.
I ran the following command to generate the SDK for the sample …
-
##### Description
I can't list all occurences, but the petstore example swagger has a number of cases where the methods have totally missing responses based on their actual server logic.
F…
-
springdoc-openapi-ui 1.4.8
swagger-ui v3.34.0
After setting syntaxHighlight: false, the REQUEST body on POSTs continues to have syntax highlighting. RESPONSE body is working as expected and syntax…
-
Without specifying the maven war plugin following error happens:
"plugin 'org.apache.maven.plugins:maven-war-plugin:2.2' due to an API incompatibility: org.codehaus.plexus.component.repository.except…
-
## What happens(发生了什么)?
配置origins,多个数据源是,mock数据生成失败
只生成了下面这段代码
```
const defs = {};
const escapeDeadCycle = (fn, num = 30) => {
let n = 0;
return (...args) => {
if (n > num) retu…
-
#### Bug Report Checklist
- [ x] Have you provided a full/minimal spec to reproduce the issue?
- [x ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swa…