Skip to content

Commit 176b3fb

Browse files
committed
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 <[email protected]>
1 parent 63d44e1 commit 176b3fb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
[![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)
32
[![CI Status](https://github.com/qos-ch/reload4j/workflows/CI/badge.svg?branch=master)](https://github.com/qos-ch/reload4j/actions?query=branch%3Amaster)
43

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@
331331
</Import-Package>
332332
<Bundle-DocURL>https://reload4j.qos.ch/</Bundle-DocURL>
333333
<Bundle-SymbolicName>org.apache.log4j</Bundle-SymbolicName>
334+
<Eclipse-BuddyPolicy>registered</Eclipse-BuddyPolicy>
334335
</instructions>
335336
</configuration>
336337
</plugin>

0 commit comments

Comments
 (0)