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: removed calls to containerConfiguration based deprecated code #5217

Closed sfiorani closed 5 months ago

sfiorani commented 5 months ago

This PR removes the calls to deprecated methods from ContainerConfiguration and ContainerInstanceDescriptor classes, regarding the management of the Internal/External ports of containers.

The depracated methods separated internal and external ports, while now they're substituted with the newer methods which unify the two kind of ports into the ContainerPort class.

Related Issue:

Description of the solution adopted:

Screenshots:

Manual Tests:

Any side note on the changes made: