JERSEY-1653: Add support for @BeanParam in jersey-proxy-client
This pull requests adds support to implement proxy clients on resources that use JAX-RS @BeanParam annotation.
Main change is introduced in the new method extractParamsFromBeanParamClass() that handle bean class info. Most of the rest is moving logic from the main invoke procedure to separate method for reuse.
I'm creating this on 2.x branch so it is released as part of future Jersey 2 releases, but I think the extension is exactly the same on master now.
Thanks for your contribution!
We cannot evaluate and accept your proposal without you signing Oracle Contributor Agreement: http://www.oracle.com/technetwork/community/oca-486395.html. Please let us know whether you plan to do that.
Best regards, Pavel
Hi @pavelbucek
I signed it and sent it today, February 20th.
I'm very interested in this branch! Thanks for doing this, @lucastsa !
Hey! I'm using this in production!
Hi there,
are there any plans to integrate this branch? We use the proxy client in production and would love to use this feature.
I' would be interested to