GitHub user kevdoran opened a pull request:
https://github.com/apache/nifi-registry/pull/12
NIFIREG-23: Fix SortParamater and OperationID in swagger.json output
I spent a while trying to figure out how to change the swagger.json output
without changing the type of the query param from List<SortParameter> to
List<String>, but in the end this was the only thing that worked for me. So now
the SortParameter.fromString method is called explicitly.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kevdoran/nifi-registry NIFIREG-23
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi-registry/pull/12.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #12
----
commit 913912e5db37b07809c83c2f32398157a80eeb8a
Author: Kevin Doran <[email protected]>
Date: 2017-09-21T21:02:07Z
NIFIREG-23: Fix SortParamater and OperationID in swagger.json output
----
---