Fulvio Cavarretta

Results 4 issues of Fulvio Cavarretta

Hi, I have a _DynamicParameter_ defined as ``` @DynamicParameter(names = { "-t", "--attribute" }, required = true, description = "Attribute to be set in the form 'Name'" + AttributeValidator.SEPARATOR +...

Hi, I've a TP-Link AC600. After ugrading to Mint 21.1, the driver keep crash on system boot (5.15.0-73-generic). Here the stack trace: [ 5.930469] ------------[ cut here ]------------ [ 5.930471]...

If JAX-RS annotations are put on an interface instead of a concrete class, response types are not generated correctly: Es. the following interface: ```java package com.primeur.test.resources; import static javax.ws.rs.core.MediaType.APPLICATION_JSON; import...

bug

In seems that when a GET method returns a JAXB annotated object, the generated swagger.json does not contains the correct description es: ` ... @GET @Path("/pap/{repoId}") @Produces({ APPLICATION_JSON, APPLICATION_XML })...

bug