Remove dependency on commons-collections4

Issue #232 resolved
Thomas Zimmermann created an issue

For some general motivation on removing dependencies see #231.

The only used methods are:

  • org.apache.commons.collections4.CollectionUtils::is(Not)Empty
  • org.apache.commons.collections4.MapUtils::is(Not)Empty

Suggested solution:

  • Write own versions or even check inline

Comments (4)

  1. Vladimir Dzhuvinov

    You're welcome :) If you happen to be coming to the OAuth workshop in Trento next week, or some other related event, let us know, I'm always pleased to meet with users and developers of this project.

  2. Log in to comment