Skip to content

Conversation

@NLstn
Copy link
Owner

@NLstn NLstn commented Nov 8, 2025

Summary

  • replace mutable static logger fields with static final constants across the main application classes
  • remove the redundant static initializer blocks that only created the loggers and adjust call sites to use the new constants
  • eagerly initialize related static helpers where needed so configuration loading still works without deferred logger setup

Testing

  • mvn -q -DskipTests package (fails: unable to download maven-resources-plugin because of 403 from repo.maven.apache.org)

Codex Task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants