users@jax-rs-spec.java.net

[jax-rs-spec users] Re: Client configuration

From: Santiago Pericas-Geertsen <Santiago.PericasGeertsen_at_oracle.com>
Date: Fri, 25 Jan 2013 08:24:18 -0500

On Jan 24, 2013, at 6:35 PM, Marek Potociar <marek.potociar_at_oracle.com> wrote:

>> 2). Section 5.1 of PR shows
>>
>> client.configuration().register(...)
>>
>> The PR (obtained from http://download.oracle.com/otndocs/jcp/jaxrs-2_0-pr_update-spec/index.html) and the latest javadoc shows
>>
>> client.register(...)
>>
>> Seems like there is a inconsistency in the javadoc and specs. BTW, I like the newer pattern as it removes an additional API call.
>
> Can you file a bug against spec text?

 Before you do, please check the latest spec document here:

http://java.net/projects/jax-rs-spec/sources/git/content/spec/spec.pdf

 There were a few changes made after PR.

-- Santiago