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