Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Allow TypeSystem to scan dependencies. #899

Merged
merged 1 commit into from
Jul 9, 2021

Conversation

christophstrobl
Copy link
Contributor

This PR introduces scanDependencies to TypeSystem which allows to scan for Types within certain artifacts that are not inspected by default via the scan(Predicate).

The artifact name to look for can be:

  • the name without any version qualifier eg. log4j-core
  • a name including * as a wildcard eg. log4j*
  • the exact filename eg. log4j-core-2.14.1.jar

@christophstrobl christophstrobl added the type: enhancement A general enhancement label Jul 9, 2021
@christophstrobl christophstrobl requested a review from aclement July 9, 2021 12:18
@sdeleuze sdeleuze added this to the 0.10.2 milestone Jul 9, 2021
@sdeleuze sdeleuze merged commit 63fb139 into spring-attic:main Jul 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: enhancement A general enhancement
Development

Successfully merging this pull request may close these issues.

Enhance TypeSystem to support scanning dedicated directories/archives
2 participants