Skip to content

fast-classpath-scanner-1.9.14

Compare
Choose a tag to compare
@lukehutch lukehutch released this 07 Jan 05:58
· 4876 commits to latest since this release
  • Allow annotations to be implemented as interfaces (fixes #38).
  • Throw IllegalArgumentException if requesting a match for a class, interface or annotation that is not in a whitelisted package (see #39).
  • Remove javax as a blacklisted package prefix, as needed for scanning for annotations like javax.persistence.Entity (see #39).

Thanks to @moldowan for reporting and isolating these issues.