jooby-project / jooby

The modular web framework for Java and Kotlin
https://jooby.io
Apache License 2.0
1.7k stars 200 forks source link

Fix/openapi nonnull issue #3413

Closed kliushnichenko closed 3 months ago

kliushnichenko commented 4 months ago

Closes https://github.com/jooby-project/jooby/issues/3412
For some reason method.invisibleParameterAnnotations contains null entries. It looks like ASM issue? I'm not good at it. But a dumb fix is here.

jknack commented 3 months ago

Hi @kliushnichenko can you rebase?

kliushnichenko commented 3 months ago

should be ok now