Skip to content

Fix quarkus warnings - #491

Merged
prestoncabe merged 4 commits into
mainfrom
fix-quarkus-warnings
Sep 4, 2026
Merged

Fix quarkus warnings#491
prestoncabe merged 4 commits into
mainfrom
fix-quarkus-warnings

Conversation

@prestoncabe

Copy link
Copy Markdown
Collaborator

No description provided.

prestoncabe and others added 4 commits September 3, 2026 20:44
The existing quarkus.log.category setting only applies where Quarkus
configures the log manager: dev mode and `mvn test`. The Maven-side build
(`mvn package`, and `quarkus build --no-tests` as used in CI) runs code
generation through Maven's slf4j-simple logger, which that property never
reaches, so the upstream eval hint still printed there.

Add library-api/.mvn/maven.config to set the equivalent slf4j-simple level
for `mvn` invocations from library-api, and note in application.properties
which path each setting covers.

Verified warning-free with `mvn test` (14/14 pass), `mvn package`, and
`devbox run build-library-api-ci`.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01X5Z8znjHRyQhTJGb3y2WfU
@prestoncabe
prestoncabe merged commit 1c8b74e into main Sep 4, 2026
3 checks passed
@prestoncabe
prestoncabe deleted the fix-quarkus-warnings branch September 4, 2026 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant