Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jaxrs-dev] Jakarta RESTful Web Services API 2.1.6 is available in maven central

Presumably the TCK was run with the new API jar file and the existing
implementation.  That combination would be compatible with the spec
requirements.

The API jar file alone meets the spec requirements in the sense that it
provides valid signatures for the APIs.  API jar files are only intended
for use to compile against (although they may be useful for other things)
so only the API signatures matter.


Markus KARG wrote on 9/6/19 9:30 AM:
> How can an API pass its own TCK? Only an implementation can pass a TCK.
> -Markus
> 
> -----Ursprüngliche Nachricht-----
> Von: jaxrs-dev-bounces@xxxxxxxxxxx [mailto:jaxrs-dev-bounces@xxxxxxxxxxx] Im Auftrag von Jan Supol
> Gesendet: Freitag, 6. September 2019 18:14
> An: jaxrs-dev@xxxxxxxxxxx
> Betreff: Re: [jaxrs-dev] Jakarta RESTful Web Services API 2.1.6 is available in maven central
> 
> Hi Markus,
> 
> Well, it passed the Jakarta RESTful Web Services TCK 2.1 :)
> 
> -- Jan
> 
> On 06.09.2019 10:26, Markus KARG wrote:
>> Thanks, Jan!
>>
>> But actually I am wondering what "Jakarta EE 8 COMPLIANT" means? How is that
>> COMPLIANCE defined?
>>
>> -Markus
>>
>>
>> -----Ursprüngliche Nachricht-----
>> Von: jaxrs-dev-bounces@xxxxxxxxxxx [mailto:jaxrs-dev-bounces@xxxxxxxxxxx] Im
>> Auftrag von Jan Supol
>> Gesendet: Donnerstag, 5. September 2019 22:08
>> An: jaxrs-dev@xxxxxxxxxxx
>> Betreff: [jaxrs-dev] Jakarta RESTful Web Services API 2.1.6 is available in
>> maven central
>>
>> Dear Jakarta RESTful Web Services Community,
>>
>> The Jakarta EE 8 compliant Jakarta RESTful Web Services API 2.1.6 is
>> available in maven central [1].
>>
>> Thank you,
>>
>> Jan
>>
>> [1]
>> https://search.maven.org/artifact/jakarta.ws.rs/jakarta.ws.rs-api/2.1.6/bund
>> le
>>
>> _______________________________________________
>> jaxrs-dev mailing list
>> jaxrs-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe from
>> this list, visit
>> https://www.eclipse.org/mailman/listinfo/jaxrs-dev
>>
>> _______________________________________________
>> jaxrs-dev mailing list
>> jaxrs-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
>> https://www.eclipse.org/mailman/listinfo/jaxrs-dev
> _______________________________________________
> jaxrs-dev mailing list
> jaxrs-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/jaxrs-dev
> 
> _______________________________________________
> jaxrs-dev mailing list
> jaxrs-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/jaxrs-dev
> 


Back to the top