-
-
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
[Hydrawise] concurrent error #13268
[Hydrawise] concurrent error #13268
Conversation
Signed-off-by: Dan Cunningham <dan@digitaldan.com>
…se, fixes totally broken last contact channel Fixes openhab#13094 Signed-off-by: Dan Cunningham <dan@digitaldan.com>
Do you really want to rename channel and channel type? This would be a breaking change. |
This channel has never worked since the binding was rewritten, and i only found out it was broken from an off hand comment on an unrelated bug, so i think the right thing todo is to change this to be the correct channel name across the board. Since it's never worked, and only one person has mentioned it, i would not consider it a breaking change (or i would have just stuck with what was there). |
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
As users will have to recreate their things, I think this has to be tagged as a breaking change, even if only few users installed this binding. |
* Fixes a concurrent modification exception, cleans up handler on dispose, fixes totally broken last contact channel Fixes openhab#13094 Signed-off-by: Dan Cunningham <dan@digitaldan.com> Signed-off-by: Marcel Goerentz <m.goerentz@t-online.de>
* Fixes a concurrent modification exception, cleans up handler on dispose, fixes totally broken last contact channel Fixes openhab#13094 Signed-off-by: Dan Cunningham <dan@digitaldan.com>
@digitaldan : maybe you could add a compatibility note for upgrade to 3.4 ? |
Sure, so add an ALERT to https://github.com/openhab/openhab-distro/blob/main/distributions/openhab/src/main/resources/bin/update.lst ? |
Yes |
* Fixes a concurrent modification exception, cleans up handler on dispose, fixes totally broken last contact channel Fixes openhab#13094 Signed-off-by: Dan Cunningham <dan@digitaldan.com>
* Fixes a concurrent modification exception, cleans up handler on dispose, fixes totally broken last contact channel Fixes openhab#13094 Signed-off-by: Dan Cunningham <dan@digitaldan.com> Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
* Fixes a concurrent modification exception, cleans up handler on dispose, fixes totally broken last contact channel Fixes openhab#13094 Signed-off-by: Dan Cunningham <dan@digitaldan.com>
* Fixes a concurrent modification exception, cleans up handler on dispose, fixes totally broken last contact channel Fixes openhab#13094 Signed-off-by: Dan Cunningham <dan@digitaldan.com>
Fixes a concurrent modification exception, cleans up handler on dispose, fixes totally broken last contact channel
Fixes #13094