Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-2787

Rest Data Panache: Correct Open API integration

XMLWordPrintable

      This pull request fixes the following issues:

      • Open API could not deduct the return type when using `Response.class` (in Rest Data Panache classic).
      • For Rest Data Panache reactive, the return object for the endpoint '/get' was wrongly saying that was a single entity when is an array of entities.
      • Finally, for the update and delete endpoints, the result status code was wrong (for update should be 201 and for delete 204).

      Fix https://github.com/quarkusio/quarkus/issues/28786

            jcarvaja@redhat.com Jose Carvajal Hilario
            probinso_jira Quarkus JIRA Bot (Inactive)
            Fedor Dudinskii Fedor Dudinskii
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: