Admin Service shouldn't have to copy library jars to disk to scan them
Opened this issue · 0 comments
laserval commented
When requesting the library map from the admin service, all jars will be copied to disk so that they can be scanned for Stage annotations.
Perhaps a different reflections API can handle streamed JARs, which would avoid the need to copy to disk before scan.