Skip to content
Success

Changes

Summary

  1. [Perf] Optimize classpath processing by skipping JAR files that have already been processed. (commit: 492bcf1) (details)
Commit 492bcf1a8e20b802a792848b69308b5fe02c53d7 by Martin Ledvinka
[Perf] Optimize classpath processing by skipping JAR files that have already been processed.

This is mostly relevant to Spring Boot nested JARs which all map to the same root application JAR, but are processed repeatedly (for each nested JAR). This optimization will skip these repeated process calls.
(commit: 492bcf1)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/loaders/DefaultClasspathScanner.java (diff)