Skip to content

fast-classpath-scanner-2.0.4

Compare
Choose a tag to compare
@lukehutch lukehutch released this 04 Oct 04:15
· 4339 commits to latest since this release
  • Add OSGi package metadata to release jar. (#82 and #84, thanks to @bertramn and @johnou .)
  • Several bugfixes:
    • Fix jar blacklisting/whitelisting (#83).
    • Fix NPE with some JBoss paths (#81).
    • Fix scanning with scan spec that contains only specifically-listed classes (#78).
    • Don't read java.class.path if ClassLoaders are overridden (#77).
    • Improve robustness of exception handling.
  • Several small feature additions:
    • Add overrideClassLoaders (#77), as well as additional overrideClasspath() methods for Iterables and arrays.
    • Add seconds and milliseconds to log timestamps.
  • Small optimizations and portability fixes.