Skip to content

Commit

Permalink
Merge pull request #485 from KyleAure/clarify-certification-SHA
Browse files Browse the repository at this point in the history
Update certifcation documentation
  • Loading branch information
KyleAure committed May 2, 2024
2 parents 48c58b5 + 02c2abf commit 16d45f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/certification.yml
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
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

0 comments on commit 16d45f2

Please sign in to comment.