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

refactor(net.admin)!: Remove `net.admin` bundle and `web2` update #5318

Closed pierantoniomerlino closed 2 months 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 deletes the net.admin bundle and updates the web2one.

Description of the solution adopted: Since the kura networking has been dropped in flavour of the new NM-based one, this PR removes the net.admin bundle. The web2 one is updated, removing the old networking.

A further PR is needed to remove/deprecated useless network APIs and their implementations.