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

[googletts] Avoid UnsupportedOperationException during dispose #15305

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

lolodomo
Copy link
Contributor

Fix #15303

It is not allowed to clear an unmodified hash set.

Signed-off-by: Laurent Garnier lg.hc@free.fr

Fix openhab#15303

It is not allowed to clear an unmodified hash set.

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
@lolodomo lolodomo added the bug An unexpected problem or unintended behavior of an add-on label Jul 25, 2023
@lolodomo lolodomo requested a review from gbicskei as a code owner July 25, 2023 21:38
Copy link
Contributor

@jlaur jlaur left a comment

Choose a reason for hiding this comment

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

Thanks for the fix!

@jlaur jlaur merged commit 6dccbcb into openhab:main Jul 25, 2023
@jlaur jlaur added this to the 4.1 milestone Jul 25, 2023
@lolodomo lolodomo deleted the googletts_dispose branch July 25, 2023 22:44
@lolodomo
Copy link
Contributor Author

@jlaur : candidate to backport in 4.0.x branch.

jlaur pushed a commit that referenced this pull request Jul 26, 2023
Fix #15303

It is not allowed to clear an unmodified hash set.

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
@jlaur jlaur added the patch A PR that has been cherry-picked to a patch release branch label Jul 26, 2023
austvik pushed a commit to austvik/openhab-addons that referenced this pull request Mar 27, 2024
…ab#15305)

Fix openhab#15303

It is not allowed to clear an unmodified hash set.

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Signed-off-by: Jørgen Austvik <jaustvik@acm.org>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[googletts] Exception thrown on dispose()
2 participants