Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

road to bb: remove dependency on apache commons.io #429

Merged
merged 1 commit into from
May 21, 2022

Conversation

lread
Copy link
Collaborator

@lread lread commented May 21, 2022

Etaoin was using apache commons.io to delete a tempoarary dir.
This dependency was brought in implicitly by clj-http.

Replaced with babashka/fs delete-tree.

Out of scope: Using more babashka/fs than we need to. This libary
has some great abstractions that I expect will help with maintainability,
we'll get to this later.

Contributes to #380

Etaoin was using apache commons.io to delete a tempoarary dir.
This dependency was brought in implicitly by clj-http.

Replaced with babashka/fs delete-tree.

Out of scope: Using more babashka/fs than we need to. This libary
has some great abstractions that I expect will help with maintainability,
we'll get to this later.

Contributes to clj-commons#380
@lread lread requested review from borkdude and slipset as code owners May 21, 2022 15:58
@borkdude
Copy link
Contributor

LGTM

@lread lread merged commit eee2f9f into clj-commons:master May 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants