From 8a6cf227ce7a5f454c7359e74d2e772ffb2353c4 Mon Sep 17 00:00:00 2001 From: Simon Zilliken Date: Wed, 13 Mar 2024 17:16:09 +0100 Subject: [PATCH] Enables buddy class loading Adds the buddy policy 'registered' to the manifest so that custom appenders provided by OSGi bundles can be loaded via buddy class loading. The providing bundle must define a corresponding Eclipse-RegisterBuddy header. Closes #72 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index ba6fc548..dc00c983 100755 --- a/pom.xml +++ b/pom.xml @@ -331,6 +331,7 @@ https://reload4j.qos.ch/ org.apache.log4j + registered