Skip to content

Commit

Permalink
Enables buddy class loading
Browse files Browse the repository at this point in the history
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 qos-ch#72

Signed-off-by: Simon Zilliken <[email protected]>
  • Loading branch information
simonzn committed Apr 16, 2024
1 parent 63d44e1 commit 176b3fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@
</Import-Package>
<Bundle-DocURL>https://reload4j.qos.ch/</Bundle-DocURL>
<Bundle-SymbolicName>org.apache.log4j</Bundle-SymbolicName>
<Eclipse-BuddyPolicy>registered</Eclipse-BuddyPolicy>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 176b3fb

Please sign in to comment.