Skip to content

Fix #618 ClasspathCrawler match file name only

Evan Ward requested to merge classpath-name-618 into develop

Previously ClasspathCrawler matched the whole path against supported names which caused problems with ^ as other loaders only matched the file name. Added a test case.

Merge request reports