Skip to content

Swagger Sanity Phase 2: Using springdoc-openapi for swaggers APIs

Dmitrii Novikov (EPAM) requested to merge fix-swagger into master

Type of change

  • Bug Fix
  • Feature

home#97 (closed)

Does this introduce a change in the core logic?

  • [NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

Using springfox library for swagger

What is the new/expected behavior?

Using springdoc library for swagger

Have you added/updated Unit Tests and Integration Tests?

Integration test for swagger endpoint added

Merge request reports