Skip to content

Skip stack trace capture in HttpProblem and guard ExceptionMapperBase against toProblem failures #1410

Skip stack trace capture in HttpProblem and guard ExceptionMapperBase against toProblem failures

Skip stack trace capture in HttpProblem and guard ExceptionMapperBase against toProblem failures #1410

name: Static Code Analysis
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up JDK
uses: actions/setup-java@v5
with:
java-version: 17
distribution: temurin
cache: 'maven'
- name: Check formatting
run: ./mvnw formatter:validate -P it