users@jersey.java.net

[Jersey] Re: jersey-proxy-client with 1.x and generic collection return types

From: Guy Rouillier <guy.rouillier_at_gmail.com>
Date: Tue, 17 Jul 2012 00:51:01 -0400

On 7/16/2012 5:47 AM, Martin Matula wrote:
> On 7/11/12 7:52 AM, Guy Rouillier wrote:
>> However, I've been struggling (unsuccessfully) for two days now trying
>> to get methods working that return generic collections. For example,
>> with the following web service method:
>
> This is now fixed in rev. 5753.
> Martin

Thank you very much Martin for the fast fix. I just did some testing
with the latest revision 5756 and it works fine with Jersey 1.x.

I'm surprised I'm one of the few testing this client proxy. I consider
it a great improvement for coding Jersey clients. The result is almost
like making local function calls, and in an IDE like Eclipse, you get
code completion and type safety. This is great!

-- 
Guy Rouillier