Within a Spring-Boot context the package reading does not work, it returns an empty stream. The problem seems to be the ClassPath.fromcall because it cannot deal with inner jar files in a fat Spring-Boot jar file. It must replaced by an own class loader structure
Within a Spring-Boot context the package reading does not work, it returns an empty stream. The problem seems to be the
ClassPath.from
call because it cannot deal with inner jar files in a fat Spring-Boot jar file. It must replaced by an own class loader structure