Will Warren

Results 61 comments of Will Warren

Figured out the last part at least ``` [09:43:27 WARN]: [io.javalin.plugin.openapi.JavalinOpenApi] A default response was added to the documentation of GET /v1/server/ops [09:43:27 WARN]: [io.javalin.plugin.openapi.JavalinOpenApi] A default response was added...

It's now september and this is still a thing

@srmullaney this IS still a thing, I was just confirming again so I didn't forget about this issue :D.

Submitted an issue here: tipsy/javalin/issues/1450

@koca I'd be super interested in a setting to control word wrapping. Thank you for all your work on this!

It is a soft dependency. Let me look into this right now

Ahh it's a weird interaction between the OpenAPI annotations and Vault. Still digging

OK this is because I changed the `scope` of the Vault maven dependency to `provided` as per its documentation. This was required to make all the `RegisteredServiceProvider` parts work properly...

Ah yeah. It's due to the the OpenAPI code doing reflection on PluginEntryPoint which declares a private static field of type `Economy`. I'll have to rewrite this a little bit...