Michael Edgar

Results 220 comments of Michael Edgar

I see your point, but it would be a pretty significant change to make the scanner automatically behave this way. It could certainly be a configuration option, but I wonder...

I think a nice solution for this would be to use those JAX-RS defaults (those that `@DefaultValue` lists when the annotation is missing) for non-required parameters. Using them for parameters...

> It's worth noting that `@DefaultValue` can provide a value that it wouldn't be valid for a user to send. This is a good point. A solution for this issue...

I'm pretty sure this issue has been raised before. The main problem is that when scanning annotations, the source code (and JavaDoc comments) are no longer available. There might be...

> > There might be a way to do this in the Maven plugin where the comments are preprocessed, but I haven't seen any obvious solution yet. > > This...

@nimo23 I won't have the time for it anytime soon due to competing priorities. We always welcome contributions from the community if you have the spare cycles to give it...

Hi @mikethecalamity , is your goal to have the remote URLs references in the output but also include the contents of the schema JSON files in the main OpenAPI? Or...

> What do we do when reading and writing OAS 3.0 documents? Extensions there are required to start `x-` - For 3.1 schemas, extensions are populated directly on the schema...

Thanks for the issue @Snurppa . On the surface it looks like an opportunity for improvement to better align with Jackson. I'll dig a little deeper and see what it...

> Since `ApiServerContainer` extends `KubernetesContainer`, it also has these sidecar containers. Did you encounter similar cleanup issues with these when using podman? Ah, no. I have only been using a...