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

osgi: Add additional joda packages to be exported by system bundle #170

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

sbrossie
Copy link
Member

@sbrossie sbrossie commented Dec 6, 2024

While debugging a plugin, I encountered the following exception and had to configure the system add the missing package using org.killbill.osgi.system.bundle.export.packages.extra=org.joda.time.base;resolution:=optional;version=2.12.5

2024-12-05T23:13:46,870+0000 lvl='ERROR', log='LoggingExecutor', th='notifications-th', xff='', rId='', tok='', aRId='', tRId='', Thread[notifications-th,5,main] ended with an exception java.lang.NoClassDefFoundError: org/joda/time/base/AbstractInstant

Copy link
Member

@pierre pierre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if the version bump will cause an issue, but otherwise :shipit:

@sbrossie sbrossie merged commit dabc762 into master Dec 10, 2024
20 checks passed
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.

3 participants