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

Consider upversioning commons-lang 2.6 -> 3.7 #370

Closed
chtompki opened this issue Aug 16, 2018 · 5 comments
Closed

Consider upversioning commons-lang 2.6 -> 3.7 #370

chtompki opened this issue Aug 16, 2018 · 5 comments
Labels
enhancement fix in progress v1.x Issues related to the 1.x version v2.x Issues related to the 2.x version
Milestone

Comments

@chtompki
Copy link

Looks like you guys have a super old version of commons lang as a dependency.

@chtompki
Copy link
Author

Note that would require the following package import change org.apache.commons.lang.* -> org.apache.commons.lang3.*

@pfifer
Copy link
Contributor

pfifer commented Aug 23, 2018

We are replacing uses of 2.x commons-lang with the 3.x commons-lang as we encounter them. We should not be using any of the 2.x functions moving forward.

@sahilpalvia sahilpalvia added v1.x Issues related to the 1.x version v2.x Issues related to the 2.x version labels Sep 19, 2018
@sahilpalvia sahilpalvia modified the milestones: v2.0.2, v1.9.3, v2.0.3 Sep 19, 2018
@sahilpalvia
Copy link
Contributor

This change should be available in KCL 2.0.2 and will be made available with version 1.9.3 when released.

@sahilpalvia
Copy link
Contributor

This change has been pushed out. Closing the issue out. Feel free to reopen if problem persists.

@chtompki
Copy link
Author

No problems on my end....was merely a suggestion. Cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement fix in progress v1.x Issues related to the 1.x version v2.x Issues related to the 2.x version
Projects
None yet
Development

No branches or pull requests

3 participants