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

[mapdb] Fixes and improvements #8852

Merged
merged 1 commit into from
Oct 24, 2020
Merged

[mapdb] Fixes and improvements #8852

merged 1 commit into from
Oct 24, 2020

Conversation

wborn
Copy link
Member

@wborn wborn commented Oct 24, 2020

  • Fix index out of bounds when persisting empty StringType values
  • Fix deserialization when strings contain type separator
  • Improve debug logging
  • Improve test coverage

Fixes #8790

* Fix index out of bounds when persisting empty StringType values
* Fix deserialization when strings contain type separator
* Improve debug logging
* Improve test coverage

Fixes openhab#8790

Signed-off-by: Wouter Born <github@maindrain.net>
@kaikreuzer kaikreuzer merged commit cb5d871 into openhab:main Oct 24, 2020
@kaikreuzer kaikreuzer added the bug An unexpected problem or unintended behavior of an add-on label Oct 24, 2020
@kaikreuzer kaikreuzer added this to the 3.0.0.M2 milestone Oct 24, 2020
@wborn wborn deleted the mapdb-fixes branch October 24, 2020 16:15
nowaterman pushed a commit to nowaterman/openhab-addons that referenced this pull request Jan 19, 2021
* Fix index out of bounds when persisting empty StringType values
* Fix deserialization when strings contain type separator
* Improve debug logging
* Improve test coverage

Fixes openhab#8790
boehan pushed a commit to boehan/openhab-addons that referenced this pull request Apr 12, 2021
* Fix index out of bounds when persisting empty StringType values
* Fix deserialization when strings contain type separator
* Improve debug logging
* Improve test coverage

Fixes openhab#8790

Signed-off-by: Wouter Born <github@maindrain.net>
marcfischerboschio pushed a commit to bosch-io/openhab-addons that referenced this pull request May 5, 2022
* Fix index out of bounds when persisting empty StringType values
* Fix deserialization when strings contain type separator
* Improve debug logging
* Improve test coverage

Fixes openhab#8790

Signed-off-by: Wouter Born <github@maindrain.net>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[mapdb] Index out of bounds error
2 participants