catbref

Results 4 comments of catbref

Looking at the OpenAPI v3.0 spec it might be better, or even easier, to add a `@Components` annotation for use inside `@OpenAPIDefinition`. Then inside `@Components` any number of `@Parameter` or...

If you need a work-around "yesterday" then you can declare your 'global' parameters on some unused endpoint like this: ``` @GET @Path("/dud") @Parameter(in = ParameterIn.QUERY, name = "limit", description =...

Your route sounds like a pretty clean way to handle this for now. I struggled to find a simple way of converting `@Parameter` annotations into `Parameter` models and couldn't find...

Also interested in this, but right now it looks like there's no OpenJFX 11+ for FreeBSD?