-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[huesync] Fix resolving language resource string for an Exception #18508
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
Conversation
c032c8c
to
4ecfc7b
Compare
[huesync] Exception message is not resolved using language resource strings openhab#18376 - openhab#18376
4ecfc7b
to
2fcd8b6
Compare
Basic manual test with openHAB 5.0.0 - Build openhab#4616 Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
@lsiepel - I tested the code change on a productive 4.3.x branch for several weeks (minor changes to this code, due to v21 syntax features). Works stable ➡️ ready for review. |
...huesync/src/main/java/org/openhab/binding/huesync/internal/connection/HueSyncConnection.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.
Besides the comment, i also see some whitelines. Please look and fix build errors and SAT warnings.
|
Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
Hi @lsiepel, as code freeze for OH 5 is approaching, it would be nice if this PR could be merged if you're happy with the changes. |
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, LGTM
…enhab#18508) Basic manual test with openHAB 5.0.0 - Build openhab#4616 Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
…enhab#18508) Basic manual test with openHAB 5.0.0 - Build openhab#4616 Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me> Signed-off-by: Paul Smedley <paul@smedley.id.au>
[huesync] Exception message is not resolved using language resource strings #18376
Bugfix for the issue
Various improvements in exception handling (communication). Tested with openHAB 4.3.4 in productive system. OH 5.x patch: only basic tests were performed using openHAB 5.0.0 Build #4616