-
Small issue - there tends to be small issues with the way text is output to the HTML.
For example, in [quick.ftl#L84](https://github.com/avaje/website-source/blob/master/_http/quick.ftl#L84), which l…
-
Hi,
I'm using Javalin behind a proxy and can't make Swagger to work properly.
Without the proxy, things are running ok: the Swagger page work (https//abc-test.example.com:7000/swagger)
With the pro…
-
It seems that the plugin is producing an unwanted $ref when using Java record with jakarta.validation.constraints.
```
private record Credentials(
@NotEmpty
String username,
…
-
Hi,
I am trying to migrate to the new OpenAPI plugin (5.5.0-1) and I cannot manage to get the @Schema annotations (of io.swagger.v3.oas.annotations.media) to be taken into account by the plugin.
I h…
-
I have a strange issue when I upgrade the `ssl-plugin:5.3.0` to `5.4.2`; the Swagger plugin no longer works (I get a 404 when fetching the webjars).
I'm using Java/Gradle (working configuration):
…
-
Hi, I was thinking (taking into accoiunt all previous discussions) that it is supposed to release all plugins together with Javalin, but at the moment I can see Javalin is released with version 5.5.0 …
-
It seems the openApi processor doesn't generate the correct JSON for maps that have a list has value.
(Using Javalin 5.5.0 with the OpenAPI plugin 5.5.0-1)
I have the following class:
```
public…
-
I can browse the homepage, but I can't enter the directory
The extension repository:https://github.com/stevenyomi/copymanga
```
debug
12:15:41.312 [main] [34mINFO [0;39m suwayomi.tachidesk.ser…
-
Not sure where to ask question so I'll post here but is my understanding correct here:
codegen doesn't support factory methods for Immutables.org (ideally I'd delegate this to Jackson object mapper t…
-
When using javalin, one way to handle serialization / deserialization could be done by [Jackson](https://github.com/FasterXML/jackson) and thus, properties that should be ignored are annotated with `@…