Skip to content

Commit

Permalink
[101] Upgrade the Jakarta EE Core TCK runner to use the latest 4.0.12…
Browse files Browse the repository at this point in the history
… CDI TCK. This has fixes for running against Java 21.

Also enable Java 21 on CI.

Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Oct 13, 2023
1 parent 7cc1867 commit 8d78ad7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-coreprofile-tck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
java: ['11', '17']
java: ['11', '17', '21']

# Runner steps
steps:
Expand Down
6 changes: 3 additions & 3 deletions wf-core-tck-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@
<jsonp.tck.version>2.1.1</jsonp.tck.version>
<jsonb.api.version>3.0.0</jsonb.api.version>
<rest.api.version>3.1.0</rest.api.version>
<core.profile.tck.version>10.0.1</core.profile.tck.version>
<cdi.tck.version>4.0.11</cdi.tck.version>
<cdi.tck.dist.version>4.0.11</cdi.tck.dist.version>
<core.profile.tck.version>10.0.3</core.profile.tck.version>
<cdi.tck.version>4.0.12</cdi.tck.version>
<cdi.tck.dist.version>${cdi.tck.version}</cdi.tck.dist.version>
<rest.tck.version>3.1.4</rest.tck.version>

<!-- Test tools/dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion wf-core-tck-runner/tck-setup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<target>
<mkdir dir="${tck.dir}"/>
<!-- download file -->
<get src="https://download.eclipse.org/jakartaee/coreprofile/10.0/jakarta-core-profile-tck-${core.profile.tck.version}.zip"
<get src="https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee10/staged/eftl//jakarta-core-profile-tck-10.0.3.zip"
dest="${tck.dir}/"
verbose="false"
usetimestamp="true"/>
Expand Down

0 comments on commit 8d78ad7

Please sign in to comment.