Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See killbill/killbill-admin-ui#261:
The UI doesn't have today an easy way to detect the installation is done on all nodes. I've added a little animation to prompt the user to refresh after a little bit.
See f6b7fe3.
The payment-test-plugin doesn't respect our convention to use
org.kill-bill.billing.plugin.java
as thegroupId
for our plugins: https://github.com/killbill/killbill-payment-test-plugin/blob/cb7d1065a10ba838ff4c3c7937512183123ed2f7/pom.xml#L13 Thus, it won't work with our cloud directory.I did try killbill/killbill-cloud@5eacd50 as a workaround, but it doesn't work with the KPM bundle due to internal validations (not worth pursuing IMHO, it's easier to fix the plugin and re-release):
We cannot support a file scheme, as the installation process is run on each Kill Bill node (the URL is passed to each node, which will each download the plugin locally).
The previous version of Kaui (for 0.20.x) did support a file scheme but it only worked on a single node installation when Kill Bill and Kaui were running on the same machine. I've dropped support for this when migrating to the KPM bundle (sounded marginally useful - it's much easier to copy the jar then to upload it via Kaui when developing locally anyways).