]> git.basschouten.com Git - openhab-addons.git/commit
[inmemory] Initial contribution (#15063)
authorJ-N-K <github@klug.nrw>
Sat, 24 Jun 2023 09:15:09 +0000 (11:15 +0200)
committerGitHub <noreply@github.com>
Sat, 24 Jun 2023 09:15:09 +0000 (11:15 +0200)
commit0b6bdad55780046820dff86ec76a882dccbee5b8
tree36f7f49480c454ad0dd6947d1b90cf6a0edf9c42
parent8a67d0ad94a2b400f09b4a1ec55d789b0807b396
[inmemory] Initial contribution (#15063)

This is the initial contribution of a new volatile persistence service. It does store values in memory only and can especially be used for forecasts or other data where volatile storage is sufficient.

Signed-off-by: Jan N. Klug <github@klug.nrw>
bom/openhab-addons/pom.xml
bundles/org.openhab.persistence.inmemory/NOTICE [new file with mode: 0644]
bundles/org.openhab.persistence.inmemory/README.md [new file with mode: 0644]
bundles/org.openhab.persistence.inmemory/pom.xml [new file with mode: 0644]
bundles/org.openhab.persistence.inmemory/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.persistence.inmemory/src/main/java/org/openhab/persistence/inmemory/internal/InMemoryPersistenceService.java [new file with mode: 0644]
bundles/org.openhab.persistence.inmemory/src/main/resources/OH-INF/addon/addon.xml [new file with mode: 0644]
bundles/org.openhab.persistence.inmemory/src/test/java/org/openhab/persistence/inmemory/internal/InMemoryPersistenceTests.java [new file with mode: 0644]
bundles/pom.xml