mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[mapdb] Fix deserialization of values in mapDB database (#8758)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
parent
2a14a9a37a
commit
f90f91ff1f
@ -14,6 +14,10 @@
|
||||
|
||||
<name>openHAB Add-ons :: Bundles :: Persistence Service :: MapDB</name>
|
||||
|
||||
<properties>
|
||||
<bnd.importpackage>org.openhab.core.library.types</bnd.importpackage>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.mapdb</groupId>
|
||||
|
@ -102,7 +102,6 @@ public class MapDbPersistenceService implements QueryablePersistenceService {
|
||||
if (db != null) {
|
||||
db.close();
|
||||
}
|
||||
threadPool.shutdown();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user