gnodet opened a new pull request, #12344: URL: https://github.com/apache/maven/pull/12344
## Summary - Adds the `jul-to-slf4j` bridge dependency so that libraries using `java.util.logging` (JUL) have their log output routed through SLF4J and Maven's logging system, instead of writing directly to stderr. - Installs `SLF4JBridgeHandler` in `LookupInvoker.activateLogging()`, following the same pattern as the existing `jcl-over-slf4j` and `slf4j-jdk-platform-logging` bridges. Fixes #11683 ## Changes - **pom.xml**: Added `jul-to-slf4j` to dependency management - **apache-maven/pom.xml**: Added `jul-to-slf4j` as runtime dependency in the distribution - **impl/maven-cli/pom.xml**: Added `jul-to-slf4j` compile dependency - **LookupInvoker.java**: Installed `SLF4JBridgeHandler` during logging activation 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
