-
Using version 5.2.0
```Kotlin
javalinConfig.plugins.register(
OpenApiPlugin(
OpenApiConfiguration().apply {
documentationPath = "/openapi…
-
Attached is a sample project.
Notice:
1. `startDate` which is `LocalDate` shows in the example correctly as : `"2022-12-28"`.
2. `endDate` which is `LocalDateTime` shows in the example correct…
-
Hi i found an issue linked to #147 and probably to #87
here the example base on the previous one
```java
public class MyBaseRequest {
private String name;
private String description;
private Nes…
-
I leave this here, since it took quite a lot of effort to figure out where the culprit is and I do not understand the cause:
For unkown reasons (after multiple times clearing up any caches and what…
-
Full story is here: https://github.com/javalin/javalin-openapi/issues/93
I can't reopen that issue, so creating this one to keep track of it.
-
**Describe the feature**
Currently `webjars` path goes to `/webjars/swagger-ui`. Please allow prefixing it with a string so that swagger docs don't break when Javalin app is deployed with reverse pro…
-
I use Avro schema to generate java classes used as Repsonse/Request objects.
Before version 5.x I had the following block of code that allowed me to ignore Avro-specific internal fields:
```
…
-
Why are parameters sorted by name?
https://github.com/javalin/javalin-openapi/blob/main/openapi-annotation-processor/src/main/kotlin/io/javalin/openapi/processor/OpenApiGenerator.kt#L143
Doing it …
-
We are using [Vavr](http://vavr.io) in our projects and would like to map Vavr data structures (`Option`, `List` etc.) to the Openapi schema.
Such a feature would also be helpful for setting DateTim…
-
Example:
```
Cannot add @io.javalin.openapi.OpenApiContent(properties={}, format="-- This string represents a null value and shouldn't be used --", type="-- This string represents a null value and s…