springdoc / springdoc-openapi-demos

Demo for OpenAPI 3 with spring-boot
http://springdoc.org
Apache License 2.0
493 stars 267 forks source link

will azure adapter be supported? #53

Closed alexanklas-elkjop closed 1 year ago

alexanklas-elkjop commented 1 year ago

I am working on azure functions with spring boot 3 and Java 17 and I am trying to get a proper OpenAPI documentation created.

I played around with the config you demonstrate in https://github.com/springdoc/springdoc-openapi-demos/tree/master/springdoc-openapi-spring-cloud-function/spring-cloud-function-webmvc and adapted it with spring docs v2, in general it is working . But when I try to use it with com.microsoft.azure:azure-functions-maven-plugin it is not working, as it clashes with the web dependency spring-cloud-starter-function-web after deployment to azure. The setup is similar to https://github.com/Azure-Samples/hello-spring-function-azure/blob/master/pom.xml

Will there be a support for functions without the function-web or function-webflux dependency?

thank you for your effort! BR Alex

bnasslahsen commented 1 year ago

@alexanklas-elkjop,

No plans for this support. Feel free to propose a PR if you find it useful for the community