Skip to content

fast-track: Add a TCK test to verify that the default ExceptionMapper can be overridden. #471

fast-track: Add a TCK test to verify that the default ExceptionMapper can be overridden.

fast-track: Add a TCK test to verify that the default ExceptionMapper can be overridden. #471

Workflow file for this run

name: Jakarta REST CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: ['17', '21' ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
- name: Build with Maven
run: mvn -B -ntp clean verify -Djaxrs.all.build