diff --git a/.github/workflows/tck-coreprofile.yml b/.github/workflows/tck-coreprofile.yml index 397f9fcaf..b2be90d6e 100644 --- a/.github/workflows/tck-coreprofile.yml +++ b/.github/workflows/tck-coreprofile.yml @@ -58,32 +58,6 @@ jobs: with: paths: "external/tck/coreprofile/runner/target/failsafe-reports/**/TEST-*.xml" if: always() - jsonb: - if: github.repository == 'piranhacloud/piranha' - runs-on: ${{ matrix.os }} - strategy: - matrix: - java: [ '21' ] - os: [ubuntu-latest] - steps: - - name: Checkout Sources - uses: actions/checkout@v4 - - name: Set up Java ${{ matrix.java }} - uses: actions/setup-java@v4 - with: - distribution: 'temurin' - java-version: ${{ matrix.java }} - - name: Setup for TCK - run: mvn -B -DskipTests=true -ntp install - - name: Run TCK - run: | - cd external/coreprofile-tck/jsonb - mvn -B -ntp verify - - name: Test Summary - uses: test-summary/action@v2 - with: - paths: "external/coreprofile-tck/jsonb/installer/target/tck/bin/target/surefire-reports/TEST-*.xml" - if: always() jsonp: if: github.repository == 'piranhacloud/piranha' runs-on: ${{ matrix.os }} diff --git a/external/coreprofile-tck/jsonb/installer/pom.xml b/external/coreprofile-tck/jsonb/installer/pom.xml deleted file mode 100644 index 32c06b223..000000000 --- a/external/coreprofile-tck/jsonb/installer/pom.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - 4.0.0 - - - cloud.piranha.external.coreprofiletck.jsonb - project - 25.1.0-SNAPSHOT - - - piranha-external-coreprofiletck-jsonb-installer - pom - - Piranha - External - Core Profile TCK - JSON Binding - Installer - - - ${project.build.directory}/tck - - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - pre-integration-test - pre-integration-test - - run - - - - - - - - - - - - - - - - - - - - - - diff --git a/external/coreprofile-tck/jsonb/pom.xml b/external/coreprofile-tck/jsonb/pom.xml deleted file mode 100644 index f798a2e52..000000000 --- a/external/coreprofile-tck/jsonb/pom.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - 4.0.0 - - - cloud.piranha.external.coreprofiletck - project - 25.1.0-SNAPSHOT - - - cloud.piranha.external.coreprofiletck.jsonb - project - pom - - Piranha - External - Core Profile TCK - JSON Binding - Project - - - 3.0.0 - - - - - - cloud.piranha - bom - ${project.version} - pom - import - - - - - - installer - runner - - diff --git a/external/coreprofile-tck/jsonb/runner/pom.xml b/external/coreprofile-tck/jsonb/runner/pom.xml deleted file mode 100644 index 2f3285f09..000000000 --- a/external/coreprofile-tck/jsonb/runner/pom.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - 4.0.0 - - - cloud.piranha.external.coreprofiletck.jsonb - project - 25.1.0-SNAPSHOT - - - piranha-external-coreprofiletck-jsonb-runner - pom - - Piranha - External - Core Profile TCK - JSON Binding - Runner - - - ${project.build.directory}/../../installer/target/tck - - - - - - cloud.piranha - bom - ${project.version} - pom - import - - - - - - cloud.piranha.external.coreprofiletck.jsonb - piranha-external-coreprofiletck-jsonb-installer - ${project.version} - pom - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - integration-test - integration-test - - run - - - - - ---------------------------------------------------------- - Running JSON Binding TCK ${jsonb.tck.version} against Yasson ${yasson.version} - ---------------------------------------------------------- - - - - - ---------------------------------------------------------- - Ran JSON Binding TCK ${jsonb.tck.version} against Yasson ${yasson.version} - ---------------------------------------------------------- - - - - - - - -