From 176b3fb4cac0708d254ba64858137691d722e39c 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 Signed-off-by: Simon Zilliken --- README.md | 1 - pom.xml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ebb105c..4fa29ae6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - [![Maven Central](https://maven-badges.herokuapp.com/maven-central/ch.qos.reload4j/reload4j/badge.svg)](https://maven-badges.herokuapp.com/maven-central/ch.qos.reload4j/reload4j) [![CI Status](https://github.com/qos-ch/reload4j/workflows/CI/badge.svg?branch=master)](https://github.com/qos-ch/reload4j/actions?query=branch%3Amaster) 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