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

Enhance TypeSystem to support scanning dedicated directories/archives #890

Closed
christophstrobl opened this issue Jul 6, 2021 · 0 comments · Fixed by #899
Closed

Enhance TypeSystem to support scanning dedicated directories/archives #890

christophstrobl opened this issue Jul 6, 2021 · 0 comments · Fixed by #899
Assignees
Labels
type: enhancement A general enhancement

Comments

@christophstrobl
Copy link
Contributor

christophstrobl commented Jul 6, 2021

The TypeSystem should be allowed to scan for directories/archives not necessarily being part of the target to allow computing additional configuration.

TypeSystem.scanRange(file -> file.getName().contains("some-client-library"))

Things to consider:

  • configuration options
  • memory consumption for scan the world scenarios
  • stream vs. collection usage
  • TypeProcessor integration
@christophstrobl christophstrobl added the type: enhancement A general enhancement label Jul 6, 2021
@christophstrobl christophstrobl self-assigned this Jul 6, 2021
@christophstrobl christophstrobl linked a pull request Jul 9, 2021 that will close this issue
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 a pull request may close this issue.

1 participant