This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch maven-4.0.x
in repository https://gitbox.apache.org/repos/asf/maven.git
from 4123bb0896 Fix Spotless formatting violation in DefaultModelBuilder
new d6382f6a93 [#11683] Install JUL-to-SLF4J bridge to route
java.util.logging through Maven logging
new bf1c8672f4 Guard JUL bridge installation with isInstalled() check
new 0a61d8348b Add unit tests for JUL-to-SLF4J bridge installation
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
apache-maven/pom.xml | 7 ++
impl/maven-cli/pom.xml | 4 ++
.../apache/maven/cling/invoker/LookupInvoker.java | 5 ++
.../cling/invoker/LookupInvokerLoggingTest.java | 82 ++++++++++++++++++++++
pom.xml | 5 ++
5 files changed, 103 insertions(+)