Skip to content

Apply JsonIgnore annotation to prevent Jackson for serializing extra … #51

Apply JsonIgnore annotation to prevent Jackson for serializing extra …

Apply JsonIgnore annotation to prevent Jackson for serializing extra … #51

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
- run: make ci