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
498 stars 305 forks source link

deprecate(api): Deprecated `net.admin` related APIs #5320

Closed pierantoniomerlino closed 1 month ago

pierantoniomerlino commented 2 months ago

Note: We are using the Conventional Commits convention for our pull request titles. Please take a look at the PR title format document for the supported types and scopes.

This PR deprecates several APIs (and their implementations) related to the old networking.

Description of the solution adopted: After the modifications in #5318, several interfaces and classes are not more needed. This PR deprecates the following classes:

pierantoniomerlino commented 2 months ago

The build failed for Sonar. It complains for a low code coverage on 2 lines of annotations...