spring-cloud / spring-cloud-dataflow

A microservices-based Streaming and Batch data processing in Cloud Foundry and Kubernetes
https://dataflow.spring.io
Apache License 2.0
1.11k stars 583 forks source link

Change RequestParam to QueryParam for in api-guide.adoc #6008

Closed cppwfs closed 3 weeks ago

cppwfs commented 1 month ago

With the boot 3.x the tests that were changed to use queryParameters instead of requestParameters will produce query-parameters.adoc vs request-parameters.adoc. This causes Unresolved directive in api-guide.adoc errors in the generated docs.

For all tests in docs that switched to use queryParameters will need their associated entry in api-guide.adoc updated to query-parameters.adoc and changed the associated header as well from Request Parameters to Query Parameters