From f817bbb48b2b3102113c7c3e2c866195c5eb1715 Mon Sep 17 00:00:00 2001 From: e512271 Date: Wed, 13 Mar 2024 16:48:30 +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