James McHugh
James McHugh
How is it meant to behave if your plugin uses the same class (but a different version) internally, from one being used and loaded by the application?
I think I see the issue, because the SpringPlugin class belongs to the application's ClassLoader, and i'm implementing the `createApplicationContext` method for it, but i'm trying to start an application...
Is there any facility in PF4J already to handle spring-boot executable jars as plugins - given they are packaged differently from a standard JAR? If not perhaps this would be...
+1, i've included a CodeSandbox example as part of this discussion https://github.com/ardatan/graphql-mesh/discussions/6248
@ARWhattam / @Timethor / @ardatan has anyone found the underlying issue here or have a solution?