springdoc / springdoc-openapi

Library for OpenAPI 3 with spring-boot
https://springdoc.org
Apache License 2.0
3.24k stars 489 forks source link

Support processing `@HttpExchange` based annotations #2434

Open DanielLiu1123 opened 9 months ago

DanielLiu1123 commented 9 months ago

From Spring 6.1.0 (Spring Boot 3.2.0), @HttpExchange has supported for server side handling, see https://github.com/spring-projects/spring-framework/issues/30913.

springdoc should support processing @HttpExchange based annotations (eg. @GetExchange, @PostExchange).

YoungTakhin commented 3 months ago

Is there a plan to implement this feature?