openhab / openhab1-addons

Add-ons for openHAB 1.x
Eclipse Public License 2.0
3.43k stars 1.71k forks source link

[api] Removed dependency on 'org.apache.commons.collections' #5915

Closed cweitkamp closed 3 years ago

cweitkamp commented 4 years ago

See openhab/openhab-core#1236

TODO???

Signed-off-by: Christoph Weitkamp github@christophweitkamp.de

kaikreuzer commented 4 years ago

Hey @cweitkamp, I just saw this now. I am not really sure if this is worth the effort: 1.x bindings will anyhow always require the compat-layer and it should be easy to include Apache Commons for this legacy code. This won't prevent us from removing Commons from openhab-core.

cweitkamp commented 4 years ago

Yes, I know. And I won't spent more time on it. I just adjusted the API classes as they are the OHC equivalents.