Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jsonp-dev] [External] : TCK distribution question

Hi Lucas,
Thanks for the quick response.
You are right I should have included links :D

TCK Zip Distribution: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/json/jakarta.json-tck-dist-epl/
Has version 2.1.0 and not 2.1.0-SNAPSHOT

Singular TCK Jar: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/json/jakarta.json-tck-tests/
Has version 2.1.0-SNAPSHOT but not 2.1.0

The TCK Zip Distribution is great for manual testing where we want to set up a project and run this test once.
But for automated testing, we would like to just pull the Singular TCK Jar and use that so we don't have to extract it from the distribution zip.
However, a 2.1.0 version of the singular jar does not exist and is different from what is currently being used in the distribution zip.

NOTE: using the phrase `singular jar`, to avoid confusion with the overloaded term `standalone` when it relates to Jakarta TCKs :D

Thank you,
Kyle Jon Aure

On Wed, Apr 20, 2022 at 9:45 AM Lukas Jungmann <lukas.jungmann@xxxxxxxxxx> wrote:
Hi,

On 4/20/22 4:26 PM, Kyle Aure wrote:
> Hello all,
>
> I am working on running the TCK for Open Liberty and noticed that in the
> Jarkarta Stagging repository there is a distribution zip, and singular
> jar artifacts for the TCK.
> The distribution zip is at version 2.1.0 while the singular jar is at
> version 2.1.0-SNAPSHOT.

I see no SNAPSHOT in
https://jakarta.oss.sonatype.org/service/local/repositories/jakartajson-1053/archive/jakarta/json/jakarta.json-tck-dist-epl/2.1.0/jakarta.json-tck-dist-epl-2.1.0.zip/!/jsonp-tck/artifacts

which artifact you are looking into? what do you mean by the "singular jar"?

note that one can get final (EFTL licensed) TCK dist from
https://jakarta.ee/specifications/jsonp/2.1/

thanks,
--lukas

> I compared the contents of both jars (from zip and singular) and there
> are differences in the signature files.
> Based on this issue being closed:
> https://github.com/eclipse-ee4j/jsonp/issues/371
> <https://urldefense.com/v3/__https://github.com/eclipse-ee4j/jsonp/issues/371__;!!ACWV5N9M2RV99hQ!eM7lyUkCZu-nDTmoOI4j8z7Y8udhL1BArATNWPYWS_rKun0dKDNxhl_Ec1YzX-ADlI8$>
> I would think that both artifacts should be at version 2.1.0 now.
> Can we upload the newer version of the TCK so that it can be used
> without having to extract it from the distribution zip?
>
> Thank you,
> Kyle Jon Aure
>
> _______________________________________________
> jsonp-dev mailing list
> jsonp-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit https://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/jsonp-dev__;!!ACWV5N9M2RV99hQ!eM7lyUkCZu-nDTmoOI4j8z7Y8udhL1BArATNWPYWS_rKun0dKDNxhl_Ec1YzngofVoI$

_______________________________________________
jsonp-dev mailing list
jsonp-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jsonp-dev

Back to the top