eclipse-kura / kura

Eclipse Kura™ is a versatile framework to supercharge your edge devices, streamlining the process of configuring your gateway, connecting sensors, and IoT devices to seamlessly collect, process, and send data to the cloud.
https://eclipse.dev/kura/
Eclipse Public License 2.0
506 stars 312 forks source link

refactor(core)!: Added H2Db provider bundle #5343

Closed pierantoniomerlino closed 2 months ago

pierantoniomerlino commented 2 months ago

This PR extracts the H2Db code and services from the core bundle and create a new db.h2db.provider one. This bundle is included in the standard installer.

As a side note, this update also includes a breaking change, since the DataService will track MessageStoreProviders only. The explicit tracking of H2DbServices is not more supported.

MMaiero commented 2 months ago

Tested on device and it's ok for me