-
Notifications
You must be signed in to change notification settings - Fork 392
Open
Labels
area/dependenciesBelongs project dependenciesBelongs project dependenciesstatus/need-triageTeam needs to triage and take a first lookTeam needs to triage and take a first looktype/enhancementIs an enhancement requestIs an enhancement request
Description
Currently, spring-shell-core has a compile time dependency to commons-io for a single usage in org.springframework.shell.core.tui.component.PathSearch. From what I see, this usage can be replaced with the recent Java IO APIs added in the JDK. This issue is to update PathSearch to use the Java APIs and remove the dependency to commons-io.
Contributions are welcome!
Metadata
Metadata
Assignees
Labels
area/dependenciesBelongs project dependenciesBelongs project dependenciesstatus/need-triageTeam needs to triage and take a first lookTeam needs to triage and take a first looktype/enhancementIs an enhancement requestIs an enhancement request