Skip to content

Commit

Permalink
Merge pull request #164 from jamezp/concurrency-tck-upgrade
Browse files Browse the repository at this point in the history
Upgrade the Jakarta Concurrency TCK to 3.0.4.
  • Loading branch information
bstansberry authored Jul 9, 2024
2 parents aae67de + 73a1bdd commit 3a9545a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/concurrency-tck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
java: ['11', '17']
java: ['11', '17', '21']

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -66,5 +66,5 @@ jobs:
if: failure()
with:
name: surefire-reports-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.wildfly-version }}
path: '**/surefire-reports/*.txt'
path: '**/surefire-reports/'

6 changes: 3 additions & 3 deletions concurrency/concurrency-tck-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<testng.version>6.14.3</testng.version>
<jcommander.version>1.72</jcommander.version>
<bsh.version>2.0b6</bsh.version>
<sigtest.version>1.6</sigtest.version>
<sigtest.version>2.3</sigtest.version>
<derby.version>10.15.2.0</derby.version>
<maven.dep.plugin.version>3.3.0</maven.dep.plugin.version>
<!-- Location to put test application dependencies -->
Expand Down Expand Up @@ -166,7 +166,7 @@
</dependency>
<!-- Signature Test Plugin -->
<dependency>
<groupId>org.netbeans.tools</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>${sigtest.version}</version>
</dependency>
Expand Down Expand Up @@ -303,7 +303,7 @@
<destFileName>bsh.jar</destFileName>
</artifactItem>
<artifactItem>
<groupId>org.netbeans.tools</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>${sigtest.version}</version>
<overWrite>true</overWrite>
Expand Down
2 changes: 1 addition & 1 deletion concurrency/concurrency-tck-setup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</description>
<properties>
<tck.url>https://download.eclipse.org/jakartaee/concurrency/3.0/concurrency-tck-${jakarta.concurrent.tck.version}.zip</tck.url>
<tck.sha256>dd1b4659b5368447bacc2ea0134472fbd4bb3400c9883cfb98ab841378b4f9ca</tck.sha256>
<tck.sha256>aa29bfc0bab42d9aa2da518208d9e92cdde80fc17b00dd658954dfd36064a426</tck.sha256>
<tck.artifact.prefix>jakarta.enterprise.concurrent-tck-${jakarta.concurrent.tck.version}</tck.artifact.prefix>
<tck.artifact.directory>${project.build.directory}/concurrency-tck-${jakarta.concurrent.tck.version}/artifacts</tck.artifact.directory>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion concurrency/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<!-- Properties for the TCK -->
<!-- Dependency versions -->
<jakarta.concurrent.version>3.0.0</jakarta.concurrent.version>
<jakarta.concurrent.tck.version>3.0.3</jakarta.concurrent.tck.version>
<jakarta.concurrent.tck.version>3.0.4</jakarta.concurrent.tck.version>

<maven.repo.local>${settings.localRepository}</maven.repo.local>
</properties>
Expand Down

0 comments on commit 3a9545a

Please sign in to comment.