Skip to content

fix NullPointerException that would occur when WebApplicationException was thrown with an unassigned Http Status Code #907

fix NullPointerException that would occur when WebApplicationException was thrown with an unassigned Http Status Code

fix NullPointerException that would occur when WebApplicationException was thrown with an unassigned Http Status Code #907

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
cache: 'maven'
- name: Unit Tests
run: ./mvnw test