Open
Description
I've tested loading a plugin developed with spring boot.
Normally, a spring boot project (it could be the plugin) is built with spring-boot-maven-plugin
that create a spring boot executable jar, that is a fat jar that contains classes + libs.
The structure of a spring boot executable jar is different than a standard jar, look at this doc page: https://docs.spring.io/spring-boot/docs/current/reference/html/appendix-executable-jar-format.html#executable-jar-jar-file-structure
So plugin classes (and extension.idx) are placed, into the jar, at this folder: BOOT-INF/classes
.
Is there a way for pf4j to search classes not in the root of jar but in a subfolder of it?
Metadata
Metadata
Assignees
Labels
No labels