Hi Pascal,

I suspect we may need a few other methods in the future, but for now
I agree we are not using much of [lang] in [text].

If you would like to release 1.0 without the [lang] dependency, and then
we review it later whether we include it or not, I'd be fine with that.
Though I'd be happy with a 1.0 release with shaded methods too. So I
believe my vote would be a +0 :)

Hope that helps
Bruno




----- Original Message -----
> From: Pascal Schumacher <pascalschumac...@gmx.net>
> To: Commons Developers List <dev@commons.apache.org>
> Sent: Monday, 19 December 2016 7:06 AM
> Subject: [TEXT] Remove Commons Lang Dependency?
> 
> Hello everybody,
> 
> commons-text currently depends on commons-lang. This dependency is 
> included into the jar via the maven shade plugin.
> 
> Only two methods from lang are really needed:
> 
> StringUtils#containsAny
> 
> StringUtils#containsNone
> 
> As dependencies should be minimized I'm not sure if adding a dependency 
> for two methods (less than 60 lines of code) is a good idea.
> 
> What do you think?
> 
> -Pascal
> 
> P.S.: I have created a pull request: 
> https://github.com/apache/commons-text/pull/18/files to demonstrate the 
> changes necessary for the removal.
> 
> 
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to