-
-
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
Normalize thread names #17804
Normalize thread names #17804
Conversation
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
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 Hue
Signed-off-by: AndrewFG <[email protected]>
Thanks I searched for ‘new Thread’ if you have more ideas let me know, will look into your suggestion. |
Signed-off-by: Leo Siepel <[email protected]>
Had a look and there are 57 possible hits. It would take some more time and don;t want to extend the scope for this PR at this moment. Maybe after 4.3.0 i'll create a follow up PR. |
Signed-off-by: Leo Siepel <[email protected]>
If you wish, I can do that. |
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
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.
Some comments/questions..
...penhab.binding.ekey/src/main/java/org/openhab/binding/ekey/internal/handler/EkeyHandler.java
Outdated
Show resolved
Hide resolved
...enhab.binding.hue/src/main/java/org/openhab/binding/hue/internal/connection/Clip2Bridge.java
Outdated
Show resolved
Hide resolved
...ng.intesis/src/main/java/org/openhab/binding/intesis/internal/handler/IntesisBoxHandler.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Leo Siepel <[email protected]>
...enhab.binding.hue/src/main/java/org/openhab/binding/hue/internal/connection/Clip2Bridge.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Leo Siepel <[email protected]>
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.
I have checked them all now. LGTM
@lsiepel the CI build is reporting "The Jenkins Controller is preparing for shutdown. No new builds can be started." .. it is not clear why that is the case .. but apart from that it all looks good to me. |
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 AndroidTV
Jenkins is having trouble for some time, not related to this PR. i just ignore it, as long as the regular java builds succeeds.... |
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
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 Satel
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.
Thanks for making this more consistent, and by that making it easier to monitor threads. I have added a few minor questions/remarks for consideration only.
....binding.ekey/src/main/java/org/openhab/binding/ekey/internal/api/EkeyUdpPacketReceiver.java
Outdated
Show resolved
Hide resolved
...ding.intesis/src/main/java/org/openhab/binding/intesis/internal/api/IntesisBoxSocketApi.java
Outdated
Show resolved
Hide resolved
....binding.milight/src/main/java/org/openhab/binding/milight/internal/protocol/QueuedSend.java
Outdated
Show resolved
Hide resolved
...k/src/main/java/org/openhab/binding/tellstick/internal/core/TelldusCoreDeviceController.java
Outdated
Show resolved
Hide resolved
...rc/main/java/org/openhab/binding/yeelight/internal/lib/device/connection/WifiConnection.java
Outdated
Show resolved
Hide resolved
…binding/milight/internal/protocol/QueuedSend.java Co-authored-by: Jacob Laursen <[email protected]> Signed-off-by: lsiepel <[email protected]>
…/binding/yeelight/internal/lib/device/connection/WifiConnection.java Co-authored-by: Jacob Laursen <[email protected]> Signed-off-by: lsiepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
…hab-addons into various-threadnames
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, thanks!
....binding.ekey/src/main/java/org/openhab/binding/ekey/internal/api/EkeyUdpPacketReceiver.java
Outdated
Show resolved
Hide resolved
....binding.ekey/src/main/java/org/openhab/binding/ekey/internal/api/EkeyUdpPacketReceiver.java
Outdated
Show resolved
Hide resolved
...ding.intesis/src/main/java/org/openhab/binding/intesis/internal/api/IntesisBoxSocketApi.java
Outdated
Show resolved
Hide resolved
...ding.intesis/src/main/java/org/openhab/binding/intesis/internal/api/IntesisBoxSocketApi.java
Outdated
Show resolved
Hide resolved
Revert unneeded changes Signed-off-by: Jacob Laursen <[email protected]>
Normalize thread names:
OH-binding-<thingUID>
OH-binding-<thingUID>-<custom>
OH-binding-<bindingID>
Fixes: #8216