Uh oh!
There was an error while loading. Please reload this page.
[DRAFT] [ZEPPELIN-5722] Improve PluginManager - #4355
Conversation
jongyoul
commented
Apr 15, 2022
I like this kind of improvement :-) BTW, did you have any experience with PF4J before? I heard it for the first time so I just wonder if you are already familiar with it or not. |
Reamer
commented
Apr 19, 2022
Not at all, I came across the project with with a quick Google query "Java Plugin Framework". |
jongyoul
commented
Apr 20, 2022
Thank you for the reply. I feel like it's fairly enough. |
Reamer
commented
Apr 21, 2022
@zjffdu For a first feedback I would be very grateful. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Reamer
commented
Sep 1, 2022
@jongyoul |
jongyoul
commented
Sep 8, 2022
I, totally, agree with you. It would be better to adopt it but to do it, we might need effort to do it. Do you have any idea to do it? Otherwise, we could add some code to ZeppelinServer to enable them. |
This pull request has been inactive for over a year. If no further activity occurs within the next 30 days, it will be automatically closed. If you believe this PR is still relevant, please feel free to leave a comment or make an update. Thank you! |
Reamer
commented
Jul 17, 2025
The implementation still needs to be thought through. |
What is this PR for?
This pull request extends the existing PluginManager. The Java Plugin Framework PF4J is used for this purpose. My goal of this change is a better separation of Java libraries to avoid overlapping dependencies.
The following change after this PullRequest makes sense to me:
What type of PR is it?
Todos
What is the Jira issue?
How should this be tested?
Screenshots (if appropriate)
Questions: