users@jax-rs-spec.java.net

[jax-rs-spec users] Re: _at_Path with regular expression overrides other @Path's with the same URI

From: Marek Potociar <marek.potociar_at_oracle.com>
Date: Fri, 16 Oct 2015 20:36:51 +0200

Here’s what I found:

From the Sun/Oracle Java EE side, we historically only add/remove tests to/from the TCK when an MR or JSR has been released for technology. IOW, we only add new tests when we do a new MR or full JSR. At that point, whoever wants to be compatible with new MR or JSR, must pass the new TCK tests.

As such, you can be compatible with JAX-RS 2.0 but you may fail to be compatible with JAX-RS 2.1 if new tests are added to the TCK for JAX-RS 2.1 are covering some new areas that were not covered in the older TCK versions.

HTH,
Marek

> On 15 Oct 2015, at 14:23, Marek Potociar <marek.potociar_at_oracle.com> wrote:
>
> Not sure, need to check.
>
> Marek
>
>> On 15 Oct 2015, at 14:20, arjan tijms <arjan.tijms_at_gmail.com> wrote:
>>
>> Hi,
>>
>> On Thu, Oct 15, 2015 at 2:11 PM, Marek Potociar
>> <marek.potociar_at_oracle.com> wrote:
>>> If there is a hole in TCK coverage, it may get fixed later and then you would need to pass the fixed TCK to be compliant.
>>
>> That's only for a major new version of the spec, isn't it?
>>
>> If a TCK is updated for some spec, some version, then this not
>> automatically invalidates all existing certifications, does it?
>>
>> Kind regards,
>> Arjan Tijms
>