Eric Zounes
Eric Zounes
Using the latest version 0.9.0 I am unable to parse certain wildcard ranges such as "5.x.x". Specifically, the wildcard specified in the patch field is a problem for the parser....
## Describe the Bug The built-in `download_file` function is destructive and will remove existing files of the destination directory. This is a problem when trying to download multiple files from...
## Use Case I would like to enable streaming output for specific plans without the user needing to know that passing `--stream` is needed for the best experience. For instance,...
I noticed that the [status enum](https://github.com/jakartaee/rest/blob/master/jaxrs-api/src/main/java/jakarta/ws/rs/core/Response.java#L1157) doesn't contain an entry for the 422 status code. I see that there's an path for adding codes that aren't in the enum by...
Hey there! I just started using this tool as a means to replace usage of the openapi-generator jax-rs server stub generator. This is necessary because I'd like my REST resources...