Sebastian Daschner

Results 31 issues of Sebastian Daschner

Therefore the parameter is taken as the reduction backtrack starting point.

enhancement

Based on #147 there can be a similar problem of colliding type definition names when there are more than 2 types with identical simple class name. Verify and potentially fix....

- LibreOffice - Swagger YAML - WADL

enhancement

Copied from https://github.com/sdaschner/jaxrs-analyzer-maven-plugin/issues/14#issuecomment-255333576: ``` Failed to execute goal com.sebastian-daschner:jaxrs-analyzer-maven-plugin:0.10:analyze-jaxrs (default) on project central: Execution default of goal com.sebastian-daschner:jaxrs-analyzer-maven-plugin:0.10:analyze-jaxrs failed. NullPointerException -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.sebastian-daschner:jaxrs-analyzer-maven-plugin:0.10:analyze-jaxrs (default)...

Including: - Java 8 default interfaces - Polymorphism: call actual implementation (for invokeinterface) - Support for Response#status(Response.StatusType) - Support for MultivalueMap (ResponseBuilder#replaceAll) - Support for Variant (all kinds) and use...

enhancement

When trying out the project (cloning, `mvn quarkus:dev`, however with `ollama` as backend) I ran into the following error: ``` io.quarkus.qute.TemplateException: Rendering error: Entry "review" not found in the data...

**Describe the bug** Class structures that contain a recursive reference can't be mapped to JSON, even though when one defines custom JSON-B serializers or type adapters. This doesn't really make...

bug