python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to mix endpoints from an application with external plugins using spring boot and pf4j?
I have created a spring-boot application (2.6.4) and I want to integrate some plugins using p4fj. I have used p4fj before in non spring boot applications, but I see that now it has the p4fj-spring to ...
King Midas
Votes: 0
Answers: 1
Create Java Plugin
I have two java packages - package-A, package-B
Let us say this is the dependency chains of the packages.
package-A -> package-B
I want to pass custom Java function that would be executed in packa...
mak
Votes: 0
Answers: 1
Liquibase & pf4j - Cannot find default log service
I'm writing a pf4j plugin that uses liquibase. The plugin host has dependencies on slf4j
implementation "org.slf4j:slf4j-log4j12:$slf4jVersion"
implementation "org.slf4j:slf4j-api:$slf4...
Peter McKinney
Votes: 0
Answers: 0