Hi

Thanks for spotting it - probably a result of the copy and paste, added a fixed as part of CXF-6393, added a Jackson test

Cheers, Sergey
On 06/05/15 13:46, Romain Manni-Bucau wrote:
Hi

when using async client jaxrs api like:

.get(new InvocationCallback<Collection<Foo>>() { ... }

the provider (body writer) get rawtype = collection (ok), genericType =
  foo (ko IMO)

why isn't it Collection<Foo>? was it intended?
Seems org.apache.cxf.jaxrs.client.WebClient#doInvokeAsyncCallback is unwrap
it.

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber
<http://www.tomitribe.com>


Reply via email to