Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

JERSEY-1653: Add support for @BeanParam in jersey-proxy-client #235

Open
wants to merge 1 commit into
base: 2.x
Choose a base branch
from

Conversation

lucastsa
Copy link

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.

@pavelbucek
Copy link
Member

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

@lucastsa
Copy link
Author

Hi @pavelbucek

I signed it and sent it today, February 20th.

@derekm
Copy link

derekm commented Apr 26, 2017

I'm very interested in this branch! Thanks for doing this, @lucastsa !

@derekm
Copy link

derekm commented May 2, 2017

Hey! I'm using this in production!

@lthielmann
Copy link

Hi there,

are there any plans to integrate this branch? We use the proxy client in production and would love to use this feature.

@ruediste
Copy link

I' would be interested to

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants