Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enables buddy class loading #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

simonzn
Copy link

@simonzn simonzn commented Mar 13, 2024

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

@simonzn simonzn force-pushed the bugfix/issue-72-buddy-policy branch from f817bbb to 8a6cf22 Compare March 13, 2024 16:16
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]>
@simonzn simonzn force-pushed the bugfix/issue-72-buddy-policy branch from 8a6cf22 to 176b3fb Compare April 16, 2024 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ClassNotFoundException when using custom appenders in OSGi projects
1 participant