tbouron opened a new pull request #1137: URL: https://github.com/apache/brooklyn-server/pull/1137
When POST requests to `/v1/applications` are made, the beta endpoint do not behave as expected. This is because the form parameters were annotated with only the swagger annotation, not jax-rs, making them effectively useless. Instead, jax-rs took the first parameter as the body (which is its default) and ignored the others. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org