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
  • Loading branch information
simonzn committed Mar 13, 2024
1 parent 63d44e1 commit f817bbb
Showing 1 changed file with 1 addition and 0 deletions.
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 f817bbb

Please sign in to comment.