trurli

Results 5 issues of trurli

When upgrading an application depending on artifactory-java-client-services (and therefore artifactory-java-client-api) I ran into the following issue: Java will create something called an "automatic module" for dependencies which do not (yet)...

When generating an OpenAPI spec from a controller method taking a `byte[]` argument (annotated with `@RequestBody`) an NPE occurs with the following stack trace: ``` java.lang.NullPointerException at com.github.jrcodeza.schema.generator.OpenApiTransformer.lambda$isInPackagesToBeScanned$4(OpenApiTransformer.java:259) at java.base/java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90)...

When trying to generate an OpenAPI spec from a controller method returning a ResponseEntity without a type parameter (returning a raw `ResponseEntity` instead of `ResponseEntity`), generation fails with a NPE...

Given a controller implementation that inherits from a base class, e.g. `ControllerImpl` extending `BaseController` and a `@RequestMapping("/base")` at the class-level on BaseController and an annotation `@RequestMapping("/operation")` on some operation in...

When trying to create an OpenAPI definition of a model object with a member of Type `List