From a33920822d7da395c4b26ca33f75f5812356cf6d Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Sun, 1 Feb 2026 10:58:26 +0100 Subject: [PATCH] Move SLF4J artifacts to boot classloader This makes it possible to use the SLF4J System.LoggerFinder This is looked up with ClassLoader.getSystemClassLoader(). This also requires the SLF4J API to be provided in that classloader. This closes #11684 --- apache-maven/src/assembly/component.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apache-maven/src/assembly/component.xml b/apache-maven/src/assembly/component.xml index 5f55a310c8bd..08cc44a50b6b 100644 --- a/apache-maven/src/assembly/component.xml +++ b/apache-maven/src/assembly/component.xml @@ -24,6 +24,7 @@ under the License. boot org.codehaus.plexus:plexus-classworlds + org.slf4j:* @@ -31,6 +32,7 @@ under the License. lib org.codehaus.plexus:plexus-classworlds + org.slf4j:*