I was hoping to get some reviewers on this PR:
https://github.com/apache/commons-beanutils/pull/40
Basically it removes Commons Collections Test Framework 3.2.1 from
BeanUtils2 and simply copies a couple of classes it needs for the test.
The reason to get rid of Commons Collection Test Framework are:
a) no longer supported. Looks like it used to be a separate JAR but
Commons Collections no longer does this.
b) has not been built since 2013
c) does NOT even have a pom in Maven Central its just a JAR.
So BeanUtils2 should not be depending on it. This PR removes that
dependency and brings in the code necessary for the unit tests.
Thank you for your attention,
Mello
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org