Closed tobiaskrauss closed 1 year ago
I just figured out that I missed the plugin part at least. I gonna change this PR to a draft again. Sorry for any inconvenience.
Tested with upgraded sample app, which is not finally done but can be seen in this branch. The generated files and diffs for the sample app are attached. test-with-sample.zip
Thanks a lot for this effort! Checking the diffs, there seems to be an issue with the HAL links in the example app, but that's likely local to the example app upgrade and not this PR.
Thanks a lot for this effort! Checking the diffs, there seems to be an issue with the HAL links in the example app, but that's likely local to the example app upgrade and not this PR.
You are welcome. We are using this project for quite some time so thanks for maintaining. Regarding the sample: I gonna try to fix the HAL links and create the PR after this is released.
According to spring-rest-docs 'requestParameters' are replaced by 'queryParameters' and 'formParameters'. If 'requestParameters' are used to document the API, this must be replaced by one of the new functions
Upgrades (needed to use spring-rest-docs 3.0.0):
Relates to #211