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
The current code is autogenerated from the swagger file. The team would like to switch this around so the swagger/OpenAPI spec is generated from the code. This is easier to manage for the team moving forward.
This guide examples how to generate openAPI spec from Java code in open liberty.
Next steps
create Java models and responses from the existing swagger file.
use the guide to add code to generate the swagger file from the Java code created in the step above.
compare the old swagger file with the new swagger file to ensure nothing was changed.
The current code is autogenerated from the swagger file. The team would like to switch this around so the swagger/OpenAPI spec is generated from the code. This is easier to manage for the team moving forward.
This guide examples how to generate openAPI spec from Java code in open liberty.
Next steps
FYI @joannhh @RickPoleshuck @sforsyth089
@yochanah this might affect the auth work you are doing. Have you already started that work? Do you want to wait till this is finished?
The text was updated successfully, but these errors were encountered: