-
Notifications
You must be signed in to change notification settings - Fork 278
OAS 3.1 retrofit
Thierry Boileau edited this page Feb 20, 2026
·
2 revisions
Thanks to Antoine's work we handle application routers, server resources (methods, operation annotations, payloads)
It's time to precise the scope of a first version. Possible topics:
- authentication (scan the filters)
- extract server's host name(s) and port from component -> set as option
- document query parameters and headers: via Swagger annotations
- add partial support of Swagger annotations: summary and description properties seem to be a must-have
- add the ability to limit the number of variants or add them all in documentation (Jackson supports a bunch of variants whereas JSON seems the most important)
- Full support of Swagger annotations (lot of work)
- Partial support of Swagger annotations (list them)
- What about conflicts (annotations versus Restlet code)?
- How to check the documentation (via code generation for instance)?