Skip to content

No need for logging on missing resource. Returning Optional.empty() #360

No need for logging on missing resource. Returning Optional.empty()

No need for logging on missing resource. Returning Optional.empty() #360

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify