Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update certifcation documentation #485

Merged
merged 2 commits into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/certification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ body:
required: true
attributes:
label: Technology Compatibility Kit (TCK) Validation
description: TCK SHA-256 fingerprint
description: |
SHA-256 Checksum
This is the checksum of the TCK Distribution zip, not the checksum for the TCK jar artifact.
Example: `shasum -a 256 jakarta.enterprise.concurrent-tck-dist-3.1.0-dist.zip`
- type: textarea
id: tckResults
validations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
:APIShortNameLC: concurrency
:APILongName: Jakarta Concurrency
:APIVersion: 3.1.0
:APISpecSite: https://jakarta.ee/specifications/concurrency/3.0/
:APISpecSite: https://jakarta.ee/specifications/concurrency/3.1/
:APIEclipseSite: https://projects.eclipse.org/projects/ee4j.cu
:APIGitSite: https://github.com/jakartaee/concurrency
:TCKTestPlatform: Junit5
:SigPluginGAV: org.netbeans.tools:sigtest-maven-plugin:1.6
:last-update-label!:

== Preface

Expand Down