Skip to content

Commit 8a6cf22

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
1 parent 63d44e1 commit 8a6cf22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)