Skip to content
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

[bluetooth.bluez] Fix NullPointerException #18185

Merged
merged 1 commit into from
Jan 26, 2025

Conversation

jlaur
Copy link
Contributor

@jlaur jlaur commented Jan 25, 2025

Fixes #18180

I had another look at the call stack in the linked issue while going through the BlueZ code again, and unfortunately the fix provided in #18181 didn't fix this exception. This PR is technically not a regression (the mentioned PR is harmless and potentially fixes another scenario), but rather a "proper fix". Nevertheless adding the label to not have it mentioned in release notes twice.

Fixes openhab#18180

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
@jlaur jlaur added bug An unexpected problem or unintended behavior of an add-on regression Regression that happened during the development of a release. Not shown on final release notes. labels Jan 25, 2025
Copy link
Member

@wborn wborn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@wborn wborn merged commit a23086f into openhab:main Jan 26, 2025
2 checks passed
@wborn wborn added this to the 5.0 milestone Jan 26, 2025
@jlaur jlaur deleted the 18180-bluetooth-bluez-npe branch January 26, 2025 20:15
jlaur added a commit that referenced this pull request Jan 26, 2025
Fixes #18180

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
@jlaur jlaur added the patch A PR that has been cherry-picked to a patch release branch label Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An unexpected problem or unintended behavior of an add-on patch A PR that has been cherry-picked to a patch release branch regression Regression that happened during the development of a release. Not shown on final release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bluetooth.bluez] NullPointerException in getDBusBlueZCharacteristicByUUID
2 participants