You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
basically - we have older code we want a contract on it without having to modify a ton of course code with annotations.
I propose we create an option to allow automatically adding the swagger annotations on any jax-rs @path annotated methods such that you get a nice swagger specification generated without having to touch any source code from an older legacy project.
you can then do contract first development with incurring very little cost.
The text was updated successfully, but these errors were encountered:
see this issue here: https://stackoverflow.com/questions/76804907/given-an-existing-jersey-jax-rs-application-is-there-a-way-to-generate-openap
basically - we have older code we want a contract on it without having to modify a ton of course code with annotations.
I propose we create an option to allow automatically adding the swagger annotations on any jax-rs @path annotated methods such that you get a nice swagger specification generated without having to touch any source code from an older legacy project.
you can then do contract first development with incurring very little cost.
The text was updated successfully, but these errors were encountered: