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/dagger mvc openapi #3411

Closed kliushnichenko closed 4 months ago

kliushnichenko commented 4 months ago

@jknack
My previous PR https://github.com/jooby-project/jooby/pull/3398 about Avaje BeanScope controllers parsing in openapi broke the dagger controllers parsing. My apologies, here is the fix

kliushnichenko commented 4 months ago

nope, require didn't work.
added a test and fixed it