ghenzler edited a comment on issue #11: [FELIX-6246] Packaged External Library 
Packages inside referenced Health Check Bundles
URL: https://github.com/apache/felix-dev/pull/11#issuecomment-610865187
 
 
   I'm also in favour of getting rid of the dependency altogether rather than 
trying to embed it. Unfortunately it's not just `StringUtils` that we use (that 
is usually quite quick to replace) but also classes like `StringEscapeUtils` 
and `WordUtils`. It will take a bit of effort to get rid of this (I'm not sure 
if copying  over some methods manually and just reference the source is ok 
license-wise). 
   
   Another option is to make the bundle dependency to commons-lang optional and 
turn some features off if those classes are not there (e.g. the verbose txt 
rendering that has the dependency to `WordUtils`)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to