-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework more commons-lang usages #10314
Conversation
Why did you make changes to the Wemo binding, there is already a PR for removing apache.commons completely. |
That's a good thing @hmerk! I can not remember the details of all PRs. 😉 |
LGTM for the Lutron binding. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for the following bindings: ambientweather, bigassfan, ecobee, globalcache, weathercompany
Thanks for doing this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why have you done changes to Satel binding? It had already removed all commons dependencies.
...b.binding.satel/src/main/java/org/openhab/binding/satel/internal/command/ControlCommand.java
Show resolved
Hide resolved
...b.binding.satel/src/main/java/org/openhab/binding/satel/internal/command/ControlCommand.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Satel binding looks good
It showed up in my search for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for the upnpcontrol binding.
* Reworks many commons-lang usages to use standard Java * Updates all remaining commons.lang imports to commons.lang3 Related to openhab#7722 Signed-off-by: Wouter Born <github@maindrain.net>
Signed-off-by: Wouter Born <github@maindrain.net>
69dc29d
to
2bfe5b7
Compare
LGTM for max binding |
* Reworks many commons-lang usages to use standard Java * Updates all remaining commons.lang imports to commons.lang3 Related to openhab#7722 Signed-off-by: Wouter Born <github@maindrain.net> Signed-off-by: John Marshall <john.marshall.au@gmail.com>
* Reworks many commons-lang usages to use standard Java * Updates all remaining commons.lang imports to commons.lang3 Related to openhab#7722 Signed-off-by: Wouter Born <github@maindrain.net>
* Reworks many commons-lang usages to use standard Java * Updates all remaining commons.lang imports to commons.lang3 Related to openhab#7722 Signed-off-by: Wouter Born <github@maindrain.net>
* Reworks many commons-lang usages to use standard Java * Updates all remaining commons.lang imports to commons.lang3 Related to openhab#7722 Signed-off-by: Wouter Born <github@maindrain.net>
Related to #7722