You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by GitBox <gi...@apache.org> on 2021/01/15 16:43:09 UTC

[GitHub] [brooklyn-server] tbouron opened a new pull request #1137: Use the jax-rs annotations to recognize correctly parameters

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:
users@infra.apache.org



[GitHub] [brooklyn-server] iuliana merged pull request #1137: Use the jax-rs annotations to recognize correctly parameters

Posted by GitBox <gi...@apache.org>.
iuliana merged pull request #1137:
URL: https://github.com/apache/brooklyn-server/pull/1137


   


----------------------------------------------------------------
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:
users@infra.apache.org