juspay / juspay/hyperswitch-killbill-plugin

Plugin activation not properly configured

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
8
Forks
6
PR merge metrics
No merged PRs in 30d

Description

I had to do a deep dive with a java debugger on killbill to figure out how this works and what the problem is.

It appears Apache Felix (`org.apache.felix`) uses some metadata/reflection in what seems to be called JNI headers? for the key `Bundle-Activator`.

Killbill uses this as part of its plugin system. If it is missing the plugin does not get properly registered on boot at `src/main/java/org/killbill/billing/payment/provider/DefaultPaymentProviderPluginRegistry.java` (killbill).

So I will be submitting a small PR to fix the `pom.xml`. This requires rebuilding & re-packaging the jar since the metadata is compiled into the jar itself.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.