Description
Is your feature request related to a problem? Please describe.
SpringDoc OpenApi is currently the only Project that Supports Spring Native, thx for the effort.
As everything works finde with Native 0.10.5,
in native 0.11.0 support is broken.
Which might be no wonder, because there seem to be a lot of changes behind the curtain
** Problem **
Complete Build and Boostrap report here (don't know how long github will keep them)
https://github.com/goafabric/callee-service/runs/4481748956?check_suite_focus=true
Errors:
- java.lang.IllegalStateException: Invalid mapping on handler class [org.springdoc.webmvc.api.OpenApiWebMvcResource]: public java.lang.String
- org.springframework.expression.spel.SpelEvaluationException: EL1005E: Type cannot be found 'org.springdoc.core.Constants'
Describe the solution you'd like
Support for Sprint native 0.11
Additional context
What I already observed from native 0.11.0 is that name Inference from Requestsparams etc is not working any more.
And ConditonalProperties are resolved during build time .. don't know if this is relevant here .. just fyi