Eclipse Kura 5.3.0
MMaiero
released this
03 Dec 16:39
·
453 commits
to develop
since this release
Eclipse Kura - 5.3.0 - May 2023
Description:
This minor release of Eclipse Kura, compatible with Java 8 and OSGi R7, introduces a new framework compatibility with Java 17,
a completely renewed networking that leverages Linux NetworkManager, a new set of APIs and abstractions for SQL and noSQL databases,
the availability of SQLite as a database option (H2 still available for compatibility reasons),
an improved Container Management feature with UDP ports support, a refreshed Asset implementation with the new data publishing on change and, finally,
the new Kura Data Service Connection Policy.
Features:
- 85d1a18 - Improve the graph load time by reducing calls to bundleContext [backport release-5.3.0] (#4575) (github-actions[bot])
- 676648c - [dnsmasq] support for multiple DHCP server interfaces [backport release-5.3.0] (#4561) (github-actions[bot])
- fd82998 - [position] changed metatype default provider to gpsd [backport release-5.3.0] (#4557) (github-actions[bot])
- 5d75fe9 - [nm] add firewall NAT rules update on configuration change [backport release-5.3.0] (#4538) (github-actions[bot])
- c28fa29 - [nm] add modem reset support [backport release-5.3.0] (#4523) (github-actions[bot])
- bb2c0da - Added db.defrag.enabled and db.wal.checkpoint.enabled fields. [Backport] (#4500) (Matteo Maiero)
- 5743b23 - [dhcp-server] added dnsmasq support [Backport] (#4498) (Matteo Maiero)
- 7a54e07 - First implementation of NetworkStatusService REST APIs (#4461) (nicolatimeus)
- 94c9145 - [nm] add GPS enable/disable support (#4476) (Mattia Dal Ben)
- 287c648 - [web2] added automatic channel selection support for WiFi on net2 (#4448) (Marcello Rinaldo Martina)
- 49d7b45 - [nm] add basic modem configuration support (#4453) (Mattia Dal Ben)
- 9436982 - [api] Added new KeyValueDbService API. (#4449) (Salvatore Coppola)
- 393d66a - [nm] add automatic band selection support (#4454) (Mattia Dal Ben)
- 11f868c - [nm] NetworkStatusService implementation for modems (#4457) (Pierantonio Merlino)
- d52adb4 - new Message Store connection listener (#4435) (Salvatore Coppola)
- 0ba65f0 - [distrib] added generic x86_64 profile (#4451) (Marcello Rinaldo Martina)
- a4bb91b - [web2] Radio Mode is replaced by Band when using NetworkManager (#4440) (Marcello Rinaldo Martina)
- fe5931e - [nm] add configuration enforcement (#4434) (Mattia Dal Ben)
- 6489316 - Added option to delete database files on failure in SQLite (#4432) (nicolatimeus)
- bec0f93 - [web2] added WiFi channels and Country Code support (#4417) (Marcello Rinaldo Martina)
- fccbaad - Generic profile for aarch64 devices (#4428) (Matteo Maiero)
- 524fc32 - [distrib] added customize-installation script for generic profiles (#4430) (Marcello Rinaldo Martina)
- c65a7aa - Added options for SQLite encryption extensions (#4421) (nicolatimeus)
- ee4935a - [nm] added support for UInt32 conversion for NMDeviceState and NMDeviceType (#4414) (G_Ivo)
- 8495981 - [nm] Wifi status retrieval support for New Kura Networking (#4406) (Mattia Dal Ben)
- 6569fc5 - [api] New Network Status Service APIs (#4378) (Pierantonio Merlino)
- 63646fa - Updated OPC-UA driver to support Milo 0.6.8 (Nicola Timeus)
- d04ae9e - [wire.CloudPublisher] Set as body a property removing it from metrics (#4328) (Marco Matteo Buzzulini)
- 0e2a9be - [nm] added network failover 'route-metric' (#4381) (Marcello Rinaldo Martina)
- 367df14 - NetworkManager DBus integration (#4363) (Mattia Dal Ben)
- dc9e6cf - [web2] UI support for network failover (#4373) (Marcello Rinaldo Martina)
- 9e37484 - New Kura Networking (#4326) (Pierantonio Merlino)
- 2b609f5 - Implemented new Db APIs for SQLite (#4348) (nicolatimeus)
- 0bc7797 - partial GWT support for network status service (#4355) (Marcello Rinaldo Martina)
- 7b290c6 - [web2] Updated web2 for the new network service (#4353) (Pierantonio Merlino)
- f5a518b - [api] NetworkStatusService API (#4344) (Pierantonio Merlino)
- 036eb3a - First drop of storage APIs for DataService and Wires (#4330) (nicolatimeus)
- bcf6744 - First implementation of Sqlite DB service (#4311) (nicolatimeus)
- 1bbe279 - high-prority messages cause re-connect (#4298) (G_Ivo)
- 68c5cad - added wire.script.tools (#4286) (G_Ivo)
- 123cac7 - add Java 17 support (#4206) (Marcello Rinaldo Martina)
- 93693a3 - Added WireAsset option for emitting values only on change (#4213) (nicolatimeus)
- 9f9db22 - added modem holdoff parameter (#4224) (Matteo Maiero)
- 523716e - added support for container state in inventory API (#4221) (G_Ivo)
- a195db2 - Added connection schedule support to DataService (#4203) (nicolatimeus)
- 7118dd6 - support diffrent internet protocols when configuring ports (#4187) (G_Ivo)
- 79589e7 - add Temurin JDK as alternative JVM in .deb dependencies (#4190) (Mattia Dal Ben)
Target Environments:
Kura is released as pre-compiled binary installers for the following platforms:
- Raspberry Pi 2/3/4 based on Raspberry Pi OS (32 bits) (Kura networking)
- Raspberry Pi 3/4 based on 64 bits OS (Kura networking)
- Intel Up Squared board running Ubuntu 20.04 (Kura networking)
- Nvidia Jetson Nano board running Ubuntu 18 (Kura networking)
- Generic Debian Package for x86_64 (NetworkManager)
- Generic Debian Package for arm32 (NetworkManager)
- Generic Debian Package for arm64 (NetworkManager)
Kura is also available as a pre-built Docker container for Ubi 8 and Alpine
Bug Fixes:
- 4d9f510 - [core.deployment] dpa.properties is written even if package is already in persistence [backport release-5.3.0] (#4692) (github-actions[bot])
- 648c46a - [nm] Added convertion between interfaceId and interfaceName in firewall co… [backport release-5.3.0] (#4691) (github-actions[bot])
- 0364abd - Removed deprecated named options [backport release-5.3.0] (#4687) (github-actions[bot])
- 868ebaf - Updated named apparmor profile to include /usr/share/dns [backport release-5.3.0] (#4686) (github-actions[bot])
- 0187d76 - Wrong PKCS11KeystoreServiceImpl bind methods [backport release-5.3.0] (#4681) (Matteo Maiero)
- 4177eb3 - Prevented ifup-local from writing duplicate DNS entries [backport release-5.3.0] (#4679) (github-actions[bot])
- e4fd319 - porting of fixes for the dns management [backport release-5.3.0] (#4678) (github-actions[bot])
- b1dd619 - Improved the way netplan is disabled on Kura install [backport release-5.3.0] (#4669) (github-actions[bot])
- 9cc78f6 - [nm] actually delete connection upon device disconnection [backport release-5.3.0] (#4672) (github-actions[bot])
- eb08408 - [web2] save configured wifi channel in GWT interface [backport release-5.3.0] (#4667) (github-actions[bot])
- dc4577e - wan priority description defaults. [backport release-5.3.0] (#4668) (github-actions[bot])
- 9323ea8 - [web2] Added missing wifi password content check. [backport release-5.3.0] (#4658) (github-actions[bot])
- 3995058 - [web2] DHCP renew button is now disabled except in WAN/LAN mode using dhcp [backport release-5.3.0] (#4659) (github-actions[bot])
- 3ccb9fa - Do not remove interface address while dhclient is running [backport release-5.3.0] (#4647) (github-actions[bot])
- a23b696 - [distrib] aligned disabled services on all kura-network installers [backport release-5.3.0] (#4646) (github-actions[bot])
- 98d4df3 - [nm] use UNMANAGED location source [backport release-5.3.0] (#4642) (github-actions[bot])
- 1db527c - [web2] GPS modem config is done independently of set IP status [backport release-5.3.0] (#4640) (github-actions[bot])
- d271bb9 - [distrib] add named.rfc file to apparmor exceptions [backport release-5.3.0] (#4634) (github-actions[bot])
- 039b047 - Disabled dhcpcd service for generic platform. [backport release-5.3.0] (#4632) (github-actions[bot])
- 95c03be - [web2] fixed authType and pdpType enums conversion on net2 [backport release-5.3.0] (#4622) (github-actions[bot])
- f221cb1 - [installer] Added missing named files in generic installers [backport release-5.3.0] (#4621) (github-actions[bot])
- 68d788f - [monitor.dns-server] added check for interface as LAN before starting DNS server [backport release-5.3.0] (#4620) (github-actions[bot])
- 9ad3c92 - [dnsmasq] added protections against wrong configurations [backport release-5.3.0] (#4619) (github-actions[bot])
- 4db5765 - [nm] cannot configure ethernet interfaces if the cable is disconnected [backport release-5.3.0] (#4617) (github-actions[bot])
- 29a5fbc - [distrib] disabled ntp-servers dhclient config for /etc/dhclient.conf and /etc/dhcp/dhclient.conf [backport release-5.3.0] (#4616) (github-actions[bot])
- 343f11d - Fixed ScheduleStrategy shutdown [backport release-5.3.0] (#4611) (github-actions[bot])
- cd4bb55 - [api] Modem SIM representation [backport release-5.3.0] (#4608) (github-actions[bot])
- 0f1ea95 - [core] Watchdog is not refreshed when connection to DB missing [backport release-5.3.0] (#4610) (github-actions[bot])
- 6ae0747 - password escaping issue with wifi passwords [backport release-5.3.0] (#4605) (github-actions[bot])
- 8b0fa0f - Ordering of channels when numbers are bigger than int [backport release-5.3.0] (#4603) (github-actions[bot])
- cb5a3f4 - [installer] comment configured interfaces in interfaces file [backport release-5.3.0] (#4599) (github-actions[bot])
- 2c05cba - [nm] Added legacy dns monitor to NetworkManager bundle [backport release-5.3.0] (#4590) (github-actions[bot])
- 9c8c126 - [linux.net] Replaced timestamp check for dnsmasq configuration files with a hash check. [backport release-5.3.0] (#4592) (github-actions[bot])
- ad95dcf - [distrib] fix errors during network configuration on Jetson Nano [backport release-5.3.0] (#4593) (github-actions[bot])
- 3f0f38a - check if schedule is enabled before parsing [backport release-5.3.0] (#4586) (github-actions[bot])
- 198d05a - [nm] Fix dns list wrongly split. [backport release-5.3.0] (#4578) (github-actions[bot])
- 94b6ee5 - Do not write dnsmasq config for disabled interfaces [backport release-5.3.0] (#4577) (github-actions[bot])
- 964e694 - [installer] Added dnsmasq default configuration file [backport release-5.3.0] (#4570) (github-actions[bot])
- 1851ebb - Perform defrag after SQLite rekey [backport release-5.3.0] (#4569) (github-actions[bot])
- 0015e01 - [installer] Added ModemManager enable command in install script [backport release-5.3.0] (#4566) (github-actions[bot])
- 1d6e36e - [web2] Replaced marketplace url with the updated https url (avoiding redirect). Updated Eclipse Marketplace certificate in the keystore.. [backport release-5.3.0] (#4560) (github-actions[bot])
- 1dee359 - [web2.server.net2] passwords for wifi infra, AP, and modem are saved as Password not as String [backport release-5.3.0] (#4559) (github-actions[bot])
- 68dfc1a - [web2] networking passwords replaced with placeholder, and html escaping and unescaping [backport release-5.3.0] (#4556) (github-actions[bot])
- 2edd857 - [web2] Fix cellular default values [backport release-5.3.0] (#4558) (github-actions[bot])
- cfbd286 - [web2.server.net2] wrong enum default leaves wireless interface as station [backport release-5.3.0] (#4555) (github-actions[bot])
- 680a94b - Allowed loading certificate chain in private key entry [backport release-5.3.0] (#4552) (github-actions[bot])
- 8d7d266 - [distrib] do not rename /etc/network/interface file on installation [backport release-5.3.0] (#4550) (github-actions[bot])
- de404e9 - [nm.test] Fixed nm tests. [backport release-5.3.0] (#4546) (github-actions[bot])
- a4081f8 - [web2] Fixed fileCountMax. [backport release-5.3.0] (#4541) (github-actions[bot])
- ef7e715 - Fixed NetworkConfigurationService returning passwords as strings [backport release-5.3.0] (#4539) (github-actions[bot])
- d7b952d - [nm] avoid error when
Modem.Location
interface is missing [backport release-5.3.0] (#4522) (github-actions[bot]) - 78c40bf - [nm] do not set
gsm.password
if property is empty [backport release-5.3.0] (#4521) (github-actions[bot]) - d2469a0 - [nm] support for pass dns feature in dnsmasq [backport release-5.3.0] (#4519) (github-actions[bot])
- 6888f56 - [nm] added conversion from signal quality to signal strength [backport release-5.3.0] (#4510) (github-actions[bot])
- 7be9f37 - [linux.net] dhcp server tool ordering [backport release-5.3.0] (#4511) (github-actions[bot])
- 1d8cf87 - [distrib] let NetworkManager manage gsm type devices [backport release-5.3.0] (#4507) (github-actions[bot])
- fa77118 - [nm] Settings leak on connection activation failure [Backport] (#4502) (Matteo Maiero)
- 1293607 - Overriding NM unmanaged-devices policy [Backport] (#4501) (Matteo Maiero)
- ce63dc2 - Improved local image existence test with exact match [backport release-5.3.0] (#4499) (github-actions[bot])
- b7d85c4 - [distrib] manage netplan configuration on installation [backport release-5.3.0] (#4494) (github-actions[bot])
- a8086cd - Fixed polkit rules (#4487) (Salvatore Coppola)
- b9e78a0 - [core.crypto] UTF characters wrongly encoded/decoded with AES (#4482) (Salvatore Coppola)
- 569cc2b - [nm] apply configuration to all device even if one fails (#4479) (Salvatore Coppola)
- 925b2c9 - [distrib] generic-aarch64 installer 'Description' field (#4488) (Mattia Dal Ben)
- ac020c3 - [nm] Refactor modem status implementation (#4484) (Pierantonio Merlino)
- 7cf9fb8 - Aligned raspberry pi 64bits NN profile name (#4478) (Matteo Maiero)
- b93b2a5 - NM logging verbosity (#4466) (Matteo Maiero)
- 0ef63cf - Improved DataService validation (#4469) (nicolatimeus)
- ecaf15d - Minor OPC UA fixes (#4470) (nicolatimeus)
- c63a793 - Updated fileupload emulator launch (#4463) (Matteo Maiero)
- 29c719f - [wire.script.tools] readding deps that were lost during graaljs downgrade (#4452) (Marcello Rinaldo Martina)
- b8fd0d3 - Fixed possible deadlock with SQLite (#4459) (nicolatimeus)
- cc5e029 - [nm] prevent connection retries from triggering configuration enforcement mechanism (#4445) (Mattia Dal Ben)
- 83a74dd - Manage Ubuntu cloud-init (#4450) (Matteo Maiero)
- 43bafac - [nm] fix support for WPA2 in access point mode (#4455) (Matteo Maiero)
- 4ccc70c - [web2] fixed radio modes 2.4/5GHz erratic band assignment on BGN and A (#4447) (Marcello Rinaldo Martina)
- c167c7f - Enhanched validation on SQLite encryption key field (#4442) (nicolatimeus)
- 963abdb - Updated polkit policy to allow kura to manage chrony (#4439) (Matteo Maiero)
- 931f779 - [nm] crash on HwAddress retrieval for NM versions <1.24 (#4438) (G_Ivo)
- 40f9fef - Use autoincrement for Sqlite WireRecordStore ID column (#4436) (nicolatimeus)
- 8675f05 - [nm] data race on status retrieval after configuration apply (#4422) (Mattia Dal Ben)
- 0cad57c - Extract sqlite native lib in bundle storage area (#4429) (nicolatimeus)
- 8e49a9a - Simplified SQLite db service factory pid (#4424) (nicolatimeus)
- 1abec3b - Fixed unwanted inclusion of sqlite-jdbc jar in distrib (#4426) (nicolatimeus)
- 9f40541 - [nm] avoid error on unavailable/corrupt MAC address (#4427) (Mattia Dal Ben)
- 053d4cd - [nm] return correct ActiveAccessPoint regardless of mode (#4420) (Mattia Dal Ben)
- 3960a16 - [nm] handle empty "Gateway" property correctly (#4419) (Mattia Dal Ben)
- 5eefad9 - readded python script (Marcello Martina)
- 435ae96 - removed python script (Marcello Martina)
- 91f89a6 - Applied rest logging sanitization (#4395) (Matteo Maiero)
- fdc5994 - removed BOM after processing file with python script, removed net/interfaces at installation, rearranged installer steps (Marcello Martina)
- da9331e - changed encoding to utf-8 (Marcello Martina)
- bf67657 - support only python3, fixed substitutions (Marcello Martina)
- 340740d - decoding file-wise, not only at read (Marcello Martina)
- 21a7148 - enabled firewall service after setup (Marcello Martina)
- 4074e6e - [nm] Fixed plug of new network devices (#4407) (Pierantonio Merlino)
- a5d18de - [api] Added missing wifi capabilities (#4413) (Pierantonio Merlino)
- 06d78ff - [net.configuration] Updated pppNum property definition to integer (#4411) (Pierantonio Merlino)
- 0217096 - [nm] Fix gateway setting in dhcp mode (#4397) (Pierantonio Merlino)
- f1ca618 - updated data service documentation link (#4393) (Matteo Maiero)
- 29bf12d - [web2] Fixed typo in wifi master/infra configuration (#4396) (Pierantonio Merlino)
- ba9da64 - OS indipendent paths in suppression file (#4394) (Mattia Dal Ben)
- e8a2ac2 - [web2] construct the net properties from scratch instead of using old data (#4386) (Marcello Rinaldo Martina)
- bf8d65a - correct behaviour for
netIPvXStatusUnmanaged
(#4387) (Mattia Dal Ben) - e23a22f - [web2] logic fixes on net config update (#4379) (Marcello Rinaldo Martina)
- d338003 - [web2] apply button dirty on modified priority (#4375) (Marcello Rinaldo Martina)
- 047d0a7 - Use 0..1 cardinality for store reference in db wire components (#4372) (nicolatimeus)
- 559cabf - [web2] Set net.admin optional dependency in web2 (#4367) (Pierantonio Merlino)
- 06a72b2 - [net.configuration] Added missing ADs in getDefinition method (#4364) (Pierantonio Merlino)
- 800a71e - NPE on some properties, allowed status properties for unconfigured interfaces (#4362) (Marcello Rinaldo Martina)
- fd15511 - Fixed kura archetype-metadata (#4341) (Luca iaconissi)
- 1a5a28b - [web.server] Fixed wrong GwtCloudConnectionServiceImpl logger class (#4358) (Salvatore Coppola)
- 23efc98 - [core] disabling connect auto on startup in data service terminates active cloud connection (#4347) (G_Ivo)
- 30034d7 - [container] Fixed start scripts. (#4336) (Salvatore Coppola)
- c609fe8 - Moved message store capacity management to DataService (#4342) (nicolatimeus)
- b9d5eda - Improved Modem PDP Context parsing (#4329) (Matteo Maiero)
- 1182421 - updated netty dependancies, fixed illegal netty internal usage (#4321) (G_Ivo)
- 5aa5876 - Modules java.lang and java.util are not available with the jvm 17. (#4327) (Salvatore Coppola)
- 874765c - [core] Fixed a possible security hot-spot in the DataserviceImpl (#4325) (Salvatore Coppola)
- 7801bfd - [core] Fix ssl still active after change keystore in SSLServiceManager (#4324) (Salvatore Coppola)
- 0f580c6 - changed decrypt passwords to false (#4317) (G_Ivo)
- b8692be - updated target-platform to use newer version of protobuf (#4319) (G_Ivo)
- 958938b - [wire.script.filter.provider] Fixed ScriptFilter description breaking metatype xml. (#4323) (Salvatore Coppola)
- 6030dea - missing reported bundle signature status in cloud requests (#4318) (Matteo Maiero)
- 36486eb - asset page refreshes after deletion (#4315) (G_Ivo)
- a6c585f - issue when instantiating a wire component with the same name as a deleted one (#4314) (G_Ivo)
- ab5810c - [wire.component.provider] Removed non-existent unbindWireHelperService reference. (#4313) (Salvatore Coppola)
- b76d838 - [web2] non-clickable dialogs in login page after GWT upgrade (#4306) (Mattia Dal Ben)
- 11f5ed0 - web UI bug where invalid component could not be deleted. (#4310) (G_Ivo)
- 3b61720 - [docker] use Java8 toolchain in Docker Ubi8 build (#4303) (Mattia Dal Ben)
- 095aa5d - restrict Nashorn components to supported jre (#4293) (Marcello Rinaldo Martina)
- 2539acd - wire can be instantiated again after being deleted (#4290) (G_Ivo)
- faff74d - Fixed CSV upload in wires composer (#4283) (nicolatimeus)
- fddc271 - Fixed description not shown in cloudconnections ui (#4229) (nicolatimeus)
- c72c95a - updated eclipse marketplace certificate (#4250) (G_Ivo)
- 413cb56 - [core.data.store] allow storing null payloads (#4247) (Marcello Rinaldo Martina)
- adcf5b8 - Filter out modified.interface.names property (#4242) (nicolatimeus)
- 9947fed - network configuration not updating on Jetson Nano (#4241) (Mattia Dal Ben)
- 03caefb - Improved UI modem persist message (#4232) (Matteo Maiero)
- 1b687ad - Prevent discarding of NetworkConfigurationService properties (#4218) (nicolatimeus)
- f7aa5ca - removed deprecated usages from inventory (#4220) (G_Ivo)
- a2183c3 - [core.deployment] prevent unnecessary modifications inside the packages folder. (#4016) (Andrej Krota)
- 6b7481c - failing Ubi8-based Docker image build (#4208) (Mattia Dal Ben)
- 4d39518 - [core] Resolved database memory leak (#4199) (Salvatore Coppola)
- 8be4d1b - found typo in ssl service (#4195) (G_Ivo)
- 06d37fc - Improved handling of floating point values in KuraPayload JSON encoding (#4177) (nicolatimeus)
- 58b66d8 - Removed internal usage of ConnectionInfo (#4189) (nicolatimeus)
- 9c52079 - [linux.net] Fix dns server configuration (#4172) (Pierantonio Merlino)
- 6ca9b21 - [log.filesystem.provider] prevent EOF ending incomplete lines and refactor of parser (#4144) (Marcello Rinaldo Martina)
- 41cfb5d - [distrib] Aligned snapshot_0.xml with iptables.init in Intel UP2 profile. (#4136) (Salvatore Coppola)
- 120114f - org.eclipse.kura.core.net exported version internal API (#4131) (Matteo Maiero)
- db7a131 - [core.configuration] default values of metatype are always splitted in array before parsing (#4128) (Marcello Rinaldo Martina)
- e959264 - PPP interface number wrongly set (#4125) (Matteo Maiero)
- 462a357 - [distrib] Added missing dns & dhcp ports to the default firewall configuration (#4123) (Salvatore Coppola)
- d7a7abf - [ai.triton.server] Added grpc channel termination waiting (#4122) (Salvatore Coppola)
- bc5f6c3 - Fixed SSLManager service truststore unset method (#4118) (nicolatimeus)
- 779be45 - added missing db dependency in dev-env (#4115) (Matteo Maiero)
Deprecated APIs/components:
- 583774b - org.eclipse.kura.wire.component.conditional.provider (#4296) (Marcello Rinaldo Martina)
- be1ea00 - org.eclipse.kura.wire.script.filter.provider (#4295) (Marcello Rinaldo Martina)
- c5d594c - deprecated set&getPortsExternal&Internal in ContainerConfiguration & ContainerInstanceDescriptor (#4196) (G_Ivo)
Target Platform Updates:
- 3fe8916 - bump tensorflow from 2.9.3 to 2.11.1 in /kura/examples/scenarios/org.eclipse.kura.example.ai/training (#4489) (dependabot[bot])
- b617994 - adding missing resources for other supported boards (#4483) (Marcello Rinaldo Martina)
- 0ef6cb5 - added complete list of dependencies (#4475) (Marcello Rinaldo Martina)
- 070d46b - Updated Apache Fileupload to v1.5.0 (#4458) (Matteo Maiero)
- 91352b4 - refactor of generic installers (#4437) (Marcello Rinaldo Martina)
- b05facf - Commit ignored files to fix Docker (#4400) (G_Ivo)
- ef4e4c7 - removed python2 dependency from recommends (Marcello Martina)
- d9b5a14 - /etc/network/interfaces backup at installation (Marcello Martina)
- 9eb2fc1 - install of jdk.dio.properties is moved in commons (Marcello Martina)
- 97b5c5f - snapshot_0.xml has loopback as unmanaged (Marcello Martina)
- 5ea485a - added iw dependency (Marcello Martina)
- 5be7063 - customized kura.properties, rearranged execution order (Marcello Martina)
- 21ad9f3 - added jdk.dio.properties customization based on detected board (Marcello Martina)
- 02941f2 - removed raspberry-specific dependencies (Marcello Martina)
- fbe1377 - moved network manager conf file to commons, enhancements to the install script (Marcello Martina)
- f4259f6 - rearranged dependencies, added bind9, and recommended deps (Marcello Martina)
- f2cbd25 - added generic-arm32 profile (Marcello Martina)
- de3a222 - removed disabling of NTP IP assignments by dhcp server, since managed by NetworkManager (Marcello Martina)
- a3d25d8 - added isc-dhcp-server dep (Marcello Martina)
- 5890286 - python/python3 deps are optional (Marcello Martina)
- 230f197 - added python script to replace correct ifnames in snapshot and firewall scripts (Marcello Martina)
- 044c3f3 - added connectivity section to NM conf file (Marcello Martina)
- 4a441e7 - add autogen code for interfacing with ModemManager 1.14.12 over DBus (#4392) (Mattia Dal Ben)
- 353dc16 - Embedded org.bouncycastle:bcutil-jdk18on:1.71 dependency (OPCUA driver) (Nicola Timeus)
- a449ee2 - update docker build process, to reduce container compile time (#4352) (G_Ivo)
- fd0ffc1 - Embedded org.bouncycastle:bcprov-jdk18on:1.71 dependency (OPCUA driver) (Nicola Timeus)
- e0beab9 - Removed com.google.code.findbugs:jsr305:3.0.1 dependency (OPCUA driver) (Nicola Timeus)
- b476295 - Updated org.eclipse.milo stack-client, stack-core, sdk-client, sdk-core to 0.6.8 (OPCUA driver) (Nicola Timeus)
- 9ca9db2 - Removed org.jooq:jool:0.9.10 dependency (OPCUA driver) (Nicola Timeus)
- 90beca7 - Added com.digitalpetri.fsm:strict-machine:0.6 dependency (OPCUA driver) (Nicola Timeus)
- 7de28bd - Removed org.eclipse.milo:bsd-parser-gson:0.2.4 dependency (OPCUA driver) (Nicola Timeus)
- 7106c06 - Embedded org.bouncycastle:bcpkix-jdk18on:1.71 dependency (OPCUA driver) (Nicola Timeus)
- 669b798 - Added com.digitalpetri.netty:netty-channel-fsm:0.8 dependency (OPCUA driver) (Nicola Timeus)
- 5e1a40a - Added com.google.guava:failureaccess:1.0 dependency (OPCUA driver) (Nicola Timeus)
- 391ebaf - Embedded individual netty jars instead of netty-all (OPCUA driver) (Nicola Timeus)
- 1ee4554 - Removed org.eclipse.milo:bsd-parser-core:0.2.4 dependency (OPCUA driver) (Nicola Timeus)
- 3f01a29 - Updated com.google.guava:guava to 31.0-jre (OPC-UA driver) (Nicola Timeus)
- 3fe7236 - updated GraalVM dependency to mitigate CVE-2022-21476 (#4343) (G_Ivo)
- 1c3e365 - Updated tycho version from 3.0.0 to 3.0.1 (#4307) (Salvatore Coppola)
- 9b5613a - added jre 17 as alternative dependencies (#4289) (Marcello Rinaldo Martina)
- 994f87c - Bumped netty version to 4.1.82.Final. (#4251) (Salvatore Coppola)
- ca17fc9 - added nashorn conditional component only on Java 8 builds, removed TODOs and refactor of some properties (#4291) (Marcello Rinaldo Martina)
- ef25b1a - updated slf4j 1.7.32 -> 1.7.36 (Marcello Martina)
- 6e8ca91 - updated GWT 2.8.2 -> 2.10.0, updated gwtbootstrap3 0.9.1 -> 1.0.1, removed IE support (Marcello Martina)
- 4281fbf - updated log4j 2.17.1 -> 2.19.0 (Marcello Martina)
- 0f3ea72 - updated osgi.annotation 6.0.1 -> 8.1.0 (Marcello Martina)
- 0d151c1 - updated Jetty 9.4.44.v20210927 -> 9.4.49.v20220914 (Marcello Martina)
- c16768e - bump tensorflow from 2.8.1 to 2.9.3 in /kura/examples/scenarios/org.eclipse.kura.example.ai/training (#4260) (dependabot[bot])
- fabe1e8 - Updated version of libsocket-can (#4148) (Pierantonio Merlino)
- 1667355 - realigned raspberry pi package names to raspberry-pi-armhf and raspberry-pi-arm64 (#4210) (G_Ivo)
- f3123ea - bump tensorflow from 2.8.0 to 2.8.1 in /kura/examples/scenarios/org.eclipse.kura.example.ai/training (#4170) (dependabot[bot])
- 4f6cd7d - Added hikaricp 2.7.9 (#4201) (nicolatimeus)
- 23e2ff1 - Added org.apache.servicemix.bundles.c3p0 0.9.5.5_1 (#4198) (nicolatimeus)
Known Issues:
- The nvidia-jetson-nano installer disables FAN protocol support due to compatibility issues (see #4593)
- The nvidia-jetson-nano doesn't support the Unprivileged Command Service (see #3598)
- isc-dhcp-server fails upon first Kura installation on Raspberry Pi Bullseye. This is due to how the isc-dhcp-server installer package is
built and run immediately after installation. - An update to the sslmanagerservice where the pid of the keystoreservice is updated can lead to an error in the following reconnection.
The issue impact is limited, if the dataservice reconnect option is enabled. - The implementation of the CryptoService performs encryption using a
password that is hardcoded and published. - Modem: Ublox Lisa U201 may not be able to establish PPP connection when CHAP/PAP authentication is required.
- WiFi on Raspberry Pi 2 has only been tested with WiPi WiFi Dongle (Realink RT5370 chipset) and official Pi USB WiFi Dongle (Broadcom BCM43143 chipset).
AccessPoint WiFi mode not working for Broadcom chipset. - Hardware watchdog: not implemented on all platforms
- Only one WAN interface is currently supported with old networking. A warning in displayed
in the WEB UI if the user attempts to enable more than one WAN interface - #4212: Wrong order of BIRTH/APPLICATION certificates for custom APP IDs registration
- #3972: Topic name validation: issue with names containing "//" (Cloud Subscriber)
- #4141: Sometimes user is not logged in after changing password
- #3796: Server manager does not close properly
- #3211: Kura Docker | Bluetooth error in log during starting service
- #3005: Kura Gets Stuck in Loading View if Services Clicked Too Fast
- #2843: Access Banner Content All in One Line
- #2747: No Spacing Between "Wire Components" and Error in Wire Graph
- #2728: WireGraph Component Description Windows Too Wide
- #2725: Different Pop-up Windows for Warnings
- #2702: Error Message For Long Item Names Not Displayed Properly
- #2696: Component Name Inteferes With Wire Graph Border
- #2695: Component Names in Wires Not Limited
- #2410: Deployment handler and URLs with many query parameters
- #2038: [Kura 3.2.0 QA] Package uninstallation log
- #1993: Search Domains Are Not Supported
- #1663: Authentication Issue with Deploy V2
- #1572: serial modbus has errors on some hardware
- #1529: OSGI console is not redirected to Eclipse IDE with Kura 3.0
- #1161: Incorrectly configuring a component can be irreversable.
- #1128: [Kura 3.0.0 M1 QA] Unable to delete manually added CamelFactory services
- #1016: ConfigurationServiceImpl creates duplicate instances
- #797: Design of ServiceUtil is broken
- #771: Web UI fails with INTERNAL_ERROR when WireHelperService is not registered
- #654: Clean up static initialization around "modem" functionality
- #645: Clean up internal dependencies in Kura
- #522: [Net] Modem monitor should monitor interfaces, not modems
- #486: Build environment broken on Windows
- #406: Replace System.get* with calls to SystemService.getProperties
- #329: [DEPLOY-V2] Review/refactoring needed
- #297: [Status led] What connection instance controls the status led?
- #253: Check if bundle contexes correctly unget services after invoking getService
- #222: CloudConnectionStatusServiceImpl does not cancel workers on component deactivation
Changelog:
- 4d9f510 - fix(core.deployment): dpa.properties is written even if package is already in persistence [backport release-5.3.0] (#4692) (github-actions[bot])
- 648c46a - fix(nm): Added convertion between interfaceId and interfaceName in firewall co… [backport release-5.3.0] (#4691) (github-actions[bot])
- 0364abd - fix: Removed deprecated named options [backport release-5.3.0] (#4687) (github-actions[bot])
- 868ebaf - fix: Updated named apparmor profile to include /usr/share/dns [backport release-5.3.0] (#4686) (github-actions[bot])
- 3508e8a - chore: updated Kura 5.3.0 release notes (#4683) (nicolatimeus)
- 0187d76 - fix: Wrong PKCS11KeystoreServiceImpl bind methods [backport release-5.3.0] (#4681) (Matteo Maiero)
- 0319e6d - test(linux.net.dhcp.server): added
DnsmasqToolTest
andDhcpdToolTest
[backport release-5.3.0] (#4680) (github-actions[bot]) - 4177eb3 - fix: Prevented ifup-local from writing duplicate DNS entries [backport release-5.3.0] (#4679) (github-actions[bot])
- e4fd319 - fix: porting of fixes for the dns management [backport release-5.3.0] (#4678) (github-actions[bot])
- b1dd619 - fix: Improved the way netplan is disabled on Kura install [backport release-5.3.0] (#4669) (github-actions[bot])
- 9cc78f6 - fix(nm): actually delete connection upon device disconnection [backport release-5.3.0] (#4672) (github-actions[bot])
- eb08408 - fix(web2): save configured wifi channel in GWT interface [backport release-5.3.0] (#4667) (github-actions[bot])
- dc4577e - fix: wan priority description defaults. [backport release-5.3.0] (#4668) (github-actions[bot])
- 9323ea8 - fix(web2): Added missing wifi password content check. [backport release-5.3.0] (#4658) (github-actions[bot])
- 3995058 - fix(web2): DHCP renew button is now disabled except in WAN/LAN mode using dhcp [backport release-5.3.0] (#4659) (github-actions[bot])
- d2e0155 - docs(linux.clock): Added some notes on ntpd and chrony [backport release-5.3.0] (#4657) (github-actions[bot])
- 3ccb9fa - fix: Do not remove interface address while dhclient is running [backport release-5.3.0] (#4647) (github-actions[bot])
- a23b696 - fix(distrib): aligned disabled services on all kura-network installers [backport release-5.3.0] (#4646) (github-actions[bot])
- 98d4df3 - fix(nm): use UNMANAGED location source [backport release-5.3.0] (#4642) (github-actions[bot])
- 1db527c - fix(web2): GPS modem config is done independently of set IP status [backport release-5.3.0] (#4640) (github-actions[bot])
- d271bb9 - fix(distrib): add named.rfc file to apparmor exceptions [backport release-5.3.0] (#4634) (github-actions[bot])
- 039b047 - fix: Disabled dhcpcd service for generic platform. [backport release-5.3.0] (#4632) (github-actions[bot])
- ed071f0 - chore: add Kura 5.3.0 release notes (#4613) (github-actions[bot])
- 95c03be - fix(web2): fixed authType and pdpType enums conversion on net2 [backport release-5.3.0] (#4622) (github-actions[bot])
- f221cb1 - fix(installer): Added missing named files in generic installers [backport release-5.3.0] (#4621) (github-actions[bot])
- 68d788f - fix(monitor.dns-server): added check for interface as LAN before starting DNS server [backport release-5.3.0] (#4620) (github-actions[bot])
- 9ad3c92 - fix(dnsmasq): added protections against wrong configurations [backport release-5.3.0] (#4619) (github-actions[bot])
- 4db5765 - fix(nm): cannot configure ethernet interfaces if the cable is disconnected [backport release-5.3.0] (#4617) (github-actions[bot])
- 29a5fbc - fix(distrib): disabled ntp-servers dhclient config for /etc/dhclient.conf and /etc/dhcp/dhclient.conf [backport release-5.3.0] (#4616) (github-actions[bot])
- 343f11d - fix: Fixed ScheduleStrategy shutdown [backport release-5.3.0] (#4611) (github-actions[bot])
- cd4bb55 - fix(api): Modem SIM representation [backport release-5.3.0] (#4608) (github-actions[bot])
- 0f1ea95 - fix(core): Watchdog is not refreshed when connection to DB missing [backport release-5.3.0] (#4610) (github-actions[bot])
- 6ae0747 - fix: password escaping issue with wifi passwords [backport release-5.3.0] (#4605) (github-actions[bot])
- 8b0fa0f - fix: Ordering of channels when numbers are bigger than int [backport release-5.3.0] (#4603) (github-actions[bot])
- cb5a3f4 - fix(installer): comment configured interfaces in interfaces file [backport release-5.3.0] (#4599) (github-actions[bot])
- 7594f57 - docs: Updated Oomph setup instructions [backport release-5.3.0] (#4594) (github-actions[bot])
- 2c05cba - fix(nm): Added legacy dns monitor to NetworkManager bundle [backport release-5.3.0] (#4590) (github-actions[bot])
- 9c8c126 - fix(linux.net): Replaced timestamp check for dnsmasq configuration files with a hash check. [backport release-5.3.0] (#4592) (github-actions[bot])
- ad95dcf - fix(distrib): fix errors during network configuration on Jetson Nano [backport release-5.3.0] (#4593) (github-actions[bot])
- 3f0f38a - fix: check if schedule is enabled before parsing [backport release-5.3.0] (#4586) (github-actions[bot])
- 198d05a - fix(nm): Fix dns list wrongly split. [backport release-5.3.0] (#4578) (github-actions[bot])
- 94b6ee5 - fix: Do not write dnsmasq config for disabled interfaces [backport release-5.3.0] (#4577) (github-actions[bot])
- 85d1a18 - feat: Improve the graph load time by reducing calls to bundleContext [backport release-5.3.0] (#4575) (github-actions[bot])
- 964e694 - fix(installer): Added dnsmasq default configuration file [backport release-5.3.0] (#4570) (github-actions[bot])
- 1851ebb - fix: Perform defrag after SQLite rekey [backport release-5.3.0] (#4569) (github-actions[bot])
- 0015e01 - fix(installer): Added ModemManager enable command in install script [backport release-5.3.0] (#4566) (github-actions[bot])
- 048b998 - chore: Modified NM configuration to use dhclient [backport release-5.3.0] (#4565) (github-actions[bot])
- 676648c - feat(dnsmasq): support for multiple DHCP server interfaces [backport release-5.3.0] (#4561) (github-actions[bot])
- 1d6e36e - fix(web2): Replaced marketplace url with the updated https url (avoiding redirect). Updated Eclipse Marketplace certificate in the keystore.. [backport release-5.3.0] (#4560) (github-actions[bot])
- 1dee359 - fix(web2.server.net2): passwords for wifi infra, AP, and modem are saved as Password not as String [backport release-5.3.0] (#4559) (github-actions[bot])
- 68dfc1a - fix(web2): networking passwords replaced with placeholder, and html escaping and unescaping [backport release-5.3.0] (#4556) (github-actions[bot])
- 2edd857 - fix(web2): Fix cellular default values [backport release-5.3.0] (#4558) (github-actions[bot])
- fd82998 - feat(position): changed metatype default provider to gpsd [backport release-5.3.0] (#4557) (github-actions[bot])
- cfbd286 - fix(web2.server.net2): wrong enum default leaves wireless interface as station [backport release-5.3.0] (#4555) (github-actions[bot])
- 702d25e - refactor(web2): clean up ghost code [backport release-5.3.0] (#4554) (github-actions[bot])
- 680a94b - fix: Allowed loading certificate chain in private key entry [backport release-5.3.0] (#4552) (github-actions[bot])
- 726f103 - refactor(nm):
org.eclipse.kura.nm
log cleanup/update [backport release-5.3.0] (#4551) (github-actions[bot]) - 8d7d266 - fix(distrib): do not rename /etc/network/interface file on installation [backport release-5.3.0] (#4550) (github-actions[bot])
- de404e9 - fix(nm.test): Fixed nm tests. [backport release-5.3.0] (#4546) (github-actions[bot])
- a4081f8 - fix(web2): Fixed fileCountMax. [backport release-5.3.0] (#4541) (github-actions[bot])
- ef7e715 - fix: Fixed NetworkConfigurationService returning passwords as strings [backport release-5.3.0] (#4539) (github-actions[bot])
- 95918ee - refactor(nm): NMDBusConnector class refactor [backport release-5.3.0] (#4542) (Pierantonio Merlino)
- 5d75fe9 - feat(nm): add firewall NAT rules update on configuration change [backport release-5.3.0] (#4538) (github-actions[bot])
- 6f7ec53 - refactor(api): Changed id field to interfaceId in network APIs [backport release-5.3.0] (#4536) (github-actions[bot])
- 74adf91 - test(nm.configuration.writer): refactor and added tests dnsmasq cases for DhcpServerConfigWriter [backport release-5.3.0] (#4528) (github-actions[bot])
- 2ef82bf - style(db.sqlite.provider): Fixed typos in metatype descriptions. [backport release-5.3.0] (#4526) (github-actions[bot])
- c28fa29 - feat(nm): add modem reset support [backport release-5.3.0] (#4523) (github-actions[bot])
- d7b952d - fix(nm): avoid error when
Modem.Location
interface is missing [backport release-5.3.0] (#4522) (github-actions[bot]) - 78c40bf - fix(nm): do not set
gsm.password
if property is empty [backport release-5.3.0] (#4521) (github-actions[bot]) - d2469a0 - fix(nm): support for pass dns feature in dnsmasq [backport release-5.3.0] (#4519) (github-actions[bot])
- 6888f56 - fix(nm): added conversion from signal quality to signal strength [backport release-5.3.0] (#4510) (github-actions[bot])
- 7be9f37 - fix(linux.net): dhcp server tool ordering [backport release-5.3.0] (#4511) (github-actions[bot])
- 1d8cf87 - fix(distrib): let NetworkManager manage gsm type devices [backport release-5.3.0] (#4507) (github-actions[bot])
- 9bda83c - chore: Add Kura 5.3.0 release notes (#4496) (nicolatimeus)
- fa77118 - fix(nm): Settings leak on connection activation failure [Backport] (#4502) (Matteo Maiero)
- 1293607 - fix: Overriding NM unmanaged-devices policy [Backport] (#4501) (Matteo Maiero)
- bb2c0da - feat: Added db.defrag.enabled and db.wal.checkpoint.enabled fields. [Backport] (#4500) (Matteo Maiero)
- ce63dc2 - fix: Improved local image existence test with exact match [backport release-5.3.0] (#4499) (github-actions[bot])
- 5743b23 - feat(dhcp-server): added dnsmasq support [Backport] (#4498) (Matteo Maiero)
- 5680006 - chore: Updated libsocket-can-osgi version (#4495) (nicolatimeus)
- b7d85c4 - fix(distrib): manage netplan configuration on installation [backport release-5.3.0] (#4494) (github-actions[bot])
- 98395f0 - chore: Upticked versions for 5.3.0 release (#4493) (nicolatimeus)
- 3fe8916 - build(deps): bump tensorflow from 2.9.3 to 2.11.1 in /kura/examples/scenarios/org.eclipse.kura.example.ai/training (#4489) (dependabot[bot])
- a8086cd - fix: Fixed polkit rules (#4487) (Salvatore Coppola)
- b9e78a0 - fix(core.crypto): UTF characters wrongly encoded/decoded with AES (#4482) (Salvatore Coppola)
- 569cc2b - fix(nm): apply configuration to all device even if one fails (#4479) (Salvatore Coppola)
- 925b2c9 - fix(distrib): generic-aarch64 installer 'Description' field (#4488) (Mattia Dal Ben)
- 7a54e07 - feat: First implementation of NetworkStatusService REST APIs (#4461) (nicolatimeus)
- 94c9145 - feat(nm): add GPS enable/disable support (#4476) (Mattia Dal Ben)
- ac020c3 - fix(nm): Refactor modem status implementation (#4484) (Pierantonio Merlino)
- b617994 - build(distrib): adding missing resources for other supported boards (#4483) (Marcello Rinaldo Martina)
- 7cf9fb8 - fix: Aligned raspberry pi 64bits NN profile name (#4478) (Matteo Maiero)
- c2a676d - style: Applied cleanup profile to new net status APIs (#4474) (Matteo Maiero)
- cb5430a - style: Applied cleanup profile to NM bundles (#4471) (Matteo Maiero)
- 0ef6cb5 - build(installers-deb): added complete list of dependencies (#4475) (Marcello Rinaldo Martina)
- 44e8447 - refactor(api): Added throw exception to NetworkStatusService APIs (#4467) (Pierantonio Merlino)
- b93b2a5 - fix: NM logging verbosity (#4466) (Matteo Maiero)
- 539915a - refactor(web2): hide verify wifi credentials button if net provider is network-manager (#4468) (Marcello Rinaldo Martina)
- 0ef63cf - fix: Improved DataService validation (#4469) (nicolatimeus)
- ecaf15d - fix: Minor OPC UA fixes (#4470) (nicolatimeus)
- 1562df5 - refactor(api): updated NetworkStatusService and implementation to use the newly introduced device ID (#4462) (Pierantonio Merlino)
- c63a793 - fix: Updated fileupload emulator launch (#4463) (Matteo Maiero)
- 91bc019 - docs: Updated notice file to reference the new Fileupload 1.5.0 (#4460) (Matteo Maiero)
- 287c648 - feat(web2): added automatic channel selection support for WiFi on net2 (#4448) (Marcello Rinaldo Martina)
- 49d7b45 - feat(nm): add basic modem configuration support (#4453) (Mattia Dal Ben)
- 070d46b - build: Updated Apache Fileupload to v1.5.0 (#4458) (Matteo Maiero)
- 29c719f - fix(wire.script.tools): readding deps that were lost during graaljs downgrade (#4452) (Marcello Rinaldo Martina)
- 9436982 - feat(api): Added new KeyValueDbService API. (#4449) (Salvatore Coppola)
- b8fd0d3 - fix: Fixed possible deadlock with SQLite (#4459) (nicolatimeus)
- 393d66a - feat(nm): add automatic band selection support (#4454) (Mattia Dal Ben)
- cc5e029 - fix(nm): prevent connection retries from triggering configuration enforcement mechanism (#4445) (Mattia Dal Ben)
- 11f868c - feat(nm): NetworkStatusService implementation for modems (#4457) (Pierantonio Merlino)
- d52adb4 - feat: new Message Store connection listener (#4435) (Salvatore Coppola)
- 04d3f58 - style(nm): added missing copyright headers (#4456) (Mattia Dal Ben)
- 83a74dd - fix: Manage Ubuntu cloud-init (#4450) (Matteo Maiero)
- 0ba65f0 - feat(distrib): added generic x86_64 profile (#4451) (Marcello Rinaldo Martina)
- 43bafac - fix(nm): fix support for WPA2 in access point mode (#4455) (Matteo Maiero)
- 11c90c9 - refactor(WireHelperService): Catch case that service pid is an array. (#4390) (gnunzi)
- 91352b4 - build(distrib): refactor of generic installers (#4437) (Marcello Rinaldo Martina)
- 4ccc70c - fix(web2): fixed radio modes 2.4/5GHz erratic band assignment on BGN and A (#4447) (Marcello Rinaldo Martina)
- a4bb91b - feat(web2): Radio Mode is replaced by Band when using NetworkManager (#4440) (Marcello Rinaldo Martina)
- 24093f6 - chore: Removed legacy policy file (#4441) (Salvatore Coppola)
- c167c7f - fix: Enhanched validation on SQLite encryption key field (#4442) (nicolatimeus)
- 963abdb - fix: Updated polkit policy to allow kura to manage chrony (#4439) (Matteo Maiero)
- 931f779 - fix(nm): crash on HwAddress retrieval for NM versions <1.24 (#4438) (G_Ivo)
- 40f9fef - fix: Use autoincrement for Sqlite WireRecordStore ID column (#4436) (nicolatimeus)
- fe5931e - feat(nm): add configuration enforcement (#4434) (Mattia Dal Ben)
- 8675f05 - fix(nm): data race on status retrieval after configuration apply (#4422) (Mattia Dal Ben)
- 6489316 - feat: Added option to delete database files on failure in SQLite (#4432) (nicolatimeus)
- c8cb0ab - test: added test coverage for NMDbusConnector (#4415) (G_Ivo)
- bec0f93 - feat(web2): added WiFi channels and Country Code support (#4417) (Marcello Rinaldo Martina)
- fccbaad - feat: Generic profile for aarch64 devices (#4428) (Matteo Maiero)
- 0cad57c - fix: Extract sqlite native lib in bundle storage area (#4429) (nicolatimeus)
- 524fc32 - feat(distrib): added customize-installation script for generic profiles (#4430) (Marcello Rinaldo Martina)
- 8e49a9a - fix: Simplified SQLite db service factory pid (#4424) (nicolatimeus)
- 1abec3b - fix: Fixed unwanted inclusion of sqlite-jdbc jar in distrib (#4426) (nicolatimeus)
- f53b7a9 - refactor(api): use newly introduced WifiChannel data structure for reporting supported channels information (#4425) (Mattia Dal Ben)
- 9f40541 - fix(nm): avoid error on unavailable/corrupt MAC address (#4427) (Mattia Dal Ben)
- a09b6a9 - refactor: Updated wire/message store helper classes to enable extension (#4401) (nicolatimeus)
- 053d4cd - fix(nm): return correct ActiveAccessPoint regardless of mode (#4420) (Mattia Dal Ben)
- 3960a16 - fix(nm): handle empty "Gateway" property correctly (#4419) (Mattia Dal Ben)
- 39777d4 - chore: clean up older docker build system (#4402) (G_Ivo)
- b05facf - build: Commit ignored files to fix Docker (#4400) (G_Ivo)
- c65a7aa - feat: Added options for SQLite encryption extensions (#4421) (nicolatimeus)
- 3b4504f - Merge pull request #4389 from marcellorinaldo/add-generic-arm32-profile (Matteo Maiero)
- 5eefad9 - fix: readded python script (Marcello Martina)
- 435ae96 - fix: removed python script (Marcello Martina)
- 91f89a6 - fix: Applied rest logging sanitization (#4395) (Matteo Maiero)
- 4bd490d - Merge pull request #4409 from eclipse/fix_firewall_messages (Matteo Maiero)
- fdc5994 - fix: removed BOM after processing file with python script, removed net/interfaces at installation, rearranged installer steps (Marcello Martina)
- ef4e4c7 - build: removed python2 dependency from recommends (Marcello Martina)
- e316a71 - style: added missing copyright headers (Marcello Martina)
- e0daf14 - refactor: simplified find-net-interfaces.py (Marcello Martina)
- da9331e - fix: changed encoding to utf-8 (Marcello Martina)
- d9b5a14 - build: /etc/network/interfaces backup at installation (Marcello Martina)
- cbce91d - style: updated copyright header (Marcello Martina)
- bf67657 - fix: support only python3, fixed substitutions (Marcello Martina)
- 9eb2fc1 - build: install of jdk.dio.properties is moved in commons (Marcello Martina)
- 97b5c5f - build: snapshot_0.xml has loopback as unmanaged (Marcello Martina)
- 5ea485a - build: added iw dependency (Marcello Martina)
- 5be7063 - build: customized kura.properties, rearranged execution order (Marcello Martina)
- 4ccc761 - refactor: updated default jdk.dio.properties files (Marcello Martina)
- 4311ca4 - style: changed error message (Marcello Martina)
- 340740d - fix: decoding file-wise, not only at read (Marcello Martina)
- 2a2f44c - refactor: refactor of find-net-interfaces, added check for python version in kura install (Marcello Martina)
- 21ad9f3 - build: added jdk.dio.properties customization based on detected board (Marcello Martina)
- 21a7148 - fix: enabled firewall service after setup (Marcello Martina)
- 03e1c4a - style: removed raspberry references in snapshot 0 (Marcello Martina)
- 02941f2 - build: removed raspberry-specific dependencies (Marcello Martina)
- fbe1377 - build: moved network manager conf file to commons, enhancements to the install script (Marcello Martina)
- f4259f6 - build: rearranged dependencies, added bind9, and recommended deps (Marcello Martina)
- f2cbd25 - build: added generic-arm32 profile (Marcello Martina)
- de3a222 - build: removed disabling of NTP IP assignments by dhcp server, since managed by NetworkManager (Marcello Martina)
- a3d25d8 - build: added isc-dhcp-server dep (Marcello Martina)
- 5890286 - build: python/python3 deps are optional (Marcello Martina)
- 230f197 - build: added python script to replace correct ifnames in snapshot and firewall scripts (Marcello Martina)
- 044c3f3 - build: added connectivity section to NM conf file (Marcello Martina)
- 07c9883 - ci: cancel running build if new one is started (#4416) (Mattia Dal Ben)
- ee4935a - feat(nm): added support for UInt32 conversion for NMDeviceState and NMDeviceType (#4414) (G_Ivo)
- 8495981 - feat(nm): Wifi status retrieval support for New Kura Networking (#4406) (Mattia Dal Ben)
- 4074e6e - fix(nm): Fixed plug of new network devices (#4407) (Pierantonio Merlino)
- a5d18de - fix(api): Added missing wifi capabilities (#4413) (Pierantonio Merlino)
- 06d78ff - fix(net.configuration): Updated pppNum property definition to integer (#4411) (Pierantonio Merlino)
- ad5e365 - Removed entries in build.properties file (pierantoniomerlino)
- 0c7bf24 - Replaced net.admin messages with the net.configuration ones (pierantoniomerlino)
- 4761495 - refactor(nm): Deleted NMDbusConnector close connection method (#4405) (Pierantonio Merlino)
- 6569fc5 - feat(api): New Network Status Service APIs (#4378) (Pierantonio Merlino)
- 0217096 - fix(nm): Fix gateway setting in dhcp mode (#4397) (Pierantonio Merlino)
- 3e30c13 - style(nm): apply Kura formatter to auto-generated classes (#4399) (Mattia Dal Ben)
- 662be7e - Merge pull request #4398 from eclipse/remove_configuration_service (Matteo Maiero)
- f1ca618 - fix: updated data service documentation link (#4393) (Matteo Maiero)
- 29bf12d - fix(web2): Fixed typo in wifi master/infra configuration (#4396) (Pierantonio Merlino)
- 4a441e7 - build(nm): add autogen code for interfacing with ModemManager 1.14.12 over DBus (#4392) (Mattia Dal Ben)
- e146ff1 - Removed useless ConfigurationService dependency from nm (pierantoniomerlino)
- db57917 - chore: updated supported versions (Matteo Maiero)
- ba9da64 - fix: OS indipendent paths in suppression file (#4394) (Mattia Dal Ben)
- 4001a3d - Merge pull request #4374 from nicolatimeus/build_milo-0.6.8 (Matteo Maiero)
- 63646fa - feat: Updated OPC-UA driver to support Milo 0.6.8 (Nicola Timeus)
- 353dc16 - build(deps): Embedded org.bouncycastle:bcutil-jdk18on:1.71 dependency (OPCUA driver) (Nicola Timeus)
- d04ae9e - feat(wire.CloudPublisher): Set as body a property removing it from metrics (#4328) (Marco Matteo Buzzulini)
- a449ee2 - build: update docker build process, to reduce container compile time (#4352) (G_Ivo)
- e8a2ac2 - fix(web2): construct the net properties from scratch instead of using old data (#4386) (Marcello Rinaldo Martina)
- bf8d65a - fix: correct behaviour for
netIPvXStatusUnmanaged
(#4387) (Mattia Dal Ben) - 32f50ad - refactor(nm): improved support for loopback interface (#4383) (Mattia Dal Ben)
- 0e2a9be - feat(nm): added network failover 'route-metric' (#4381) (Marcello Rinaldo Martina)
- fd0ffc1 - build(deps): Embedded org.bouncycastle:bcprov-jdk18on:1.71 dependency (OPCUA driver) (Nicola Timeus)
- e0beab9 - build(deps): Removed com.google.code.findbugs:jsr305:3.0.1 dependency (OPCUA driver) (Nicola Timeus)
- b476295 - build(deps): Updated org.eclipse.milo stack-client, stack-core, sdk-client, sdk-core to 0.6.8 (OPCUA driver) (Nicola Timeus)
- 9ca9db2 - build(deps): Removed org.jooq:jool:0.9.10 dependency (OPCUA driver) (Nicola Timeus)
- 90beca7 - build(deps): Added com.digitalpetri.fsm:strict-machine:0.6 dependency (OPCUA driver) (Nicola Timeus)
- 7de28bd - build(deps): Removed org.eclipse.milo:bsd-parser-gson:0.2.4 dependency (OPCUA driver) (Nicola Timeus)
- 7106c06 - build(deps): Embedded org.bouncycastle:bcpkix-jdk18on:1.71 dependency (OPCUA driver) (Nicola Timeus)
- 669b798 - build(deps): Added com.digitalpetri.netty:netty-channel-fsm:0.8 dependency (OPCUA driver) (Nicola Timeus)
- 5e1a40a - build(deps): Added com.google.guava:failureaccess:1.0 dependency (OPCUA driver) (Nicola Timeus)
- 391ebaf - build(deps): Embedded individual netty jars instead of netty-all (OPCUA driver) (Nicola Timeus)
- 1ee4554 - build(deps): Removed org.eclipse.milo:bsd-parser-core:0.2.4 dependency (OPCUA driver) (Nicola Timeus)
- 3f01a29 - build(deps): Updated com.google.guava:guava to 31.0-jre (OPC-UA driver) (Nicola Timeus)
- 5cda360 - chore: Updated notice file with nm dependencies (#4384) (Pierantonio Merlino)
- 1262dc3 - test: Coverage for NMSettingConverter (#4380) (G_Ivo)
- e23a22f - fix(web2): logic fixes on net config update (#4379) (Marcello Rinaldo Martina)
- 367df14 - feat: NetworkManager DBus integration (#4363) (Mattia Dal Ben)
- d338003 - fix(web2): apply button dirty on modified priority (#4375) (Marcello Rinaldo Martina)
- 3fe7236 - build: updated GraalVM dependency to mitigate CVE-2022-21476 (#4343) (G_Ivo)
- 047d0a7 - fix: Use 0..1 cardinality for store reference in db wire components (#4372) (nicolatimeus)
- dc9e6cf - feat(web2): UI support for network failover (#4373) (Marcello Rinaldo Martina)
- 559cabf - fix(web2): Set net.admin optional dependency in web2 (#4367) (Pierantonio Merlino)
- 06a72b2 - fix(net.configuration): Added missing ADs in getDefinition method (#4364) (Pierantonio Merlino)
- 9e37484 - feat: New Kura Networking (#4326) (Pierantonio Merlino)
- 2b609f5 - feat: Implemented new Db APIs for SQLite (#4348) (nicolatimeus)
- 800a71e - fix: NPE on some properties, allowed status properties for unconfigured interfaces (#4362) (Marcello Rinaldo Martina)
- 0bc7797 - feat: partial GWT support for network status service (#4355) (Marcello Rinaldo Martina)
- fd15511 - fix: Fixed kura archetype-metadata (#4341) (Luca iaconissi)
- 1a5a28b - fix(web.server): Fixed wrong GwtCloudConnectionServiceImpl logger class (#4358) (Salvatore Coppola)
- 9403490 - refactor: FirewallConfigurationService in external bundle (#4354) (Pierantonio Merlino)
- 7b290c6 - feat(web2): Updated web2 for the new network service (#4353) (Pierantonio Merlino)
- caca4f6 - ci: Added quality gate refresh (#4308) (Matteo Maiero)
- 23efc98 - fix(core): disabling connect auto on startup in data service terminates active cloud connection (#4347) (G_Ivo)
- 30034d7 - fix(container): Fixed start scripts. (#4336) (Salvatore Coppola)
- f5a518b - feat(api): NetworkStatusService API (#4344) (Pierantonio Merlino)
- c609fe8 - fix: Moved message store capacity management to DataService (#4342) (nicolatimeus)
- 036eb3a - feat: First drop of storage APIs for DataService and Wires (#4330) (nicolatimeus)
- b5a92dc - refactor(core.cloud): log error if Request ID is null (#4309) (gnunzi)
- 87b25fc - perf(db.sqlite.provider): Replaced SQLiteConnectionPoolDataSource with HikariCP datasource. (#4335) (Salvatore Coppola)
- b9d5eda - fix: Improved Modem PDP Context parsing (#4329) (Matteo Maiero)
- 1182421 - fix: updated netty dependancies, fixed illegal netty internal usage (#4321) (G_Ivo)
- 5aa5876 - fix: Modules java.lang and java.util are not available with the jvm 17. (#4327) (Salvatore Coppola)
- 874765c - fix(core): Fixed a possible security hot-spot in the DataserviceImpl (#4325) (Salvatore Coppola)
- 7801bfd - fix(core): Fix ssl still active after change keystore in SSLServiceManager (#4324) (Salvatore Coppola)
- 0f580c6 - fix: changed decrypt passwords to false (#4317) (G_Ivo)
- bcf6744 - feat: First implementation of Sqlite DB service (#4311) (nicolatimeus)
- b8692be - fix: updated target-platform to use newer version of protobuf (#4319) (G_Ivo)
- 958938b - fix(wire.script.filter.provider): Fixed ScriptFilter description breaking metatype xml. (#4323) (Salvatore Coppola)
- 6030dea - fix: missing reported bundle signature status in cloud requests (#4318) (Matteo Maiero)
- 1bbe279 - feat: high-prority messages cause re-connect (#4298) (G_Ivo)
- 36486eb - fix: asset page refreshes after deletion (#4315) (G_Ivo)
- a6c585f - fix: issue when instantiating a wire component with the same name as a deleted one (#4314) (G_Ivo)
- ab5810c - fix(wire.component.provider): Removed non-existent unbindWireHelperService reference. (#4313) (Salvatore Coppola)
- b76d838 - fix(web2): non-clickable dialogs in login page after GWT upgrade (#4306) (Mattia Dal Ben)
- 11f5ed0 - fix: web UI bug where invalid component could not be deleted. (#4310) (G_Ivo)
- 1c3e365 - build: Updated tycho version from 3.0.0 to 3.0.1 (#4307) (Salvatore Coppola)
- d2176dd - chore(target-platform/libsocket-can-osgi): added gitignore for lib artifacts (#4304) (Marcello Rinaldo Martina)
- 3b61720 - fix(docker): use Java8 toolchain in Docker Ubi8 build (#4303) (Mattia Dal Ben)
- 9b5613a - build(deb-installers): added jre 17 as alternative dependencies (#4289) (Marcello Rinaldo Martina)
- 371622f - docs(camel.xml): added JS init code support warning in metatype (#4302) (Marcello Rinaldo Martina)
- 994f87c - build: Bumped netty version to 4.1.82.Final. (#4251) (Salvatore Coppola)
- bec9909 - chore: updated NOTICE file for new graalvm.js dependencies (#4288) (Marcello Rinaldo Martina)
- e65b91a - test: re-added nashorn components tests only for supported jdk (#4294) (Marcello Rinaldo Martina)
- 583774b - deprecate: org.eclipse.kura.wire.component.conditional.provider (#4296) (Marcello Rinaldo Martina)
- be1ea00 - deprecate: org.eclipse.kura.wire.script.filter.provider (#4295) (Marcello Rinaldo Martina)
- 095aa5d - fix: restrict Nashorn components to supported jre (#4293) (Marcello Rinaldo Martina)
- 68c5cad - feat: added wire.script.tools (#4286) (G_Ivo)
- 67d2eb8 - ci: update meaning of
deprecate
commit type (#4297) (Mattia Dal Ben) - ca17fc9 - build: added nashorn conditional component only on Java 8 builds, removed TODOs and refactor of some properties (#4291) (Marcello Rinaldo Martina)
- 2539acd - fix: wire can be instantiated again after being deleted (#4290) (G_Ivo)
- faff74d - fix: Fixed CSV upload in wires composer (#4283) (nicolatimeus)
- 123cac7 - feat: add Java 17 support (#4206) (Marcello Rinaldo Martina)
- 6eab62d - ci: Release Notes automation information improvements (#4262) (Mattia Dal Ben)
- e4d4e5f - docs(core): Added warning about the database file path to H2DbService metatype (#4278) (Salvatore Coppola)
- 1a63d6a - ci: bump amannn/action-semantic-pull-request to v5 (#4263) (Mattia Dal Ben)
- ef25b1a - build(deps): updated slf4j 1.7.32 -> 1.7.36 (Marcello Martina)
- 6e8ca91 - build(deps): updated GWT 2.8.2 -> 2.10.0, updated gwtbootstrap3 0.9.1 -> 1.0.1, removed IE support (Marcello Martina)
- 4281fbf - build(deps): updated log4j 2.17.1 -> 2.19.0 (Marcello Martina)
- 0f3ea72 - build(deps): updated osgi.annotation 6.0.1 -> 8.1.0 (Marcello Martina)
- 0d151c1 - build(deps): updated Jetty 9.4.44.v20210927 -> 9.4.49.v20220914 (Marcello Martina)
- c16768e - build(deps): bump tensorflow from 2.8.1 to 2.9.3 in /kura/examples/scenarios/org.eclipse.kura.example.ai/training (#4260) (dependabot[bot])
- aa06c8b - chore: added dash-licenses-snapshots plugin repo (#4255) (Marcello Rinaldo Martina)
- fddc271 - fix: Fixed description not shown in cloudconnections ui (#4229) (nicolatimeus)
- 92d05ec - chore: Added missing example version in build.properties (#4254) (nicolatimeus)
- c72c95a - fix: updated eclipse marketplace certificate (#4250) (G_Ivo)
- 413cb56 - fix(core.data.store): allow storing null payloads (#4247) (Marcello Rinaldo Martina)
- adcf5b8 - fix: Filter out modified.interface.names property (#4242) (nicolatimeus)
- 9947fed - fix: network configuration not updating on Jetson Nano (#4241) (Mattia Dal Ben)
- fabe1e8 - build(libsocket-can-osgi): Updated version of libsocket-can (#4148) (Pierantonio Merlino)
- 03caefb - fix: Improved UI modem persist message (#4232) (Matteo Maiero)
- 1b687ad - fix: Prevent discarding of NetworkConfigurationService properties (#4218) (nicolatimeus)
- 657107f - docs: fix typo in pull request template (#4228) (Mattia Dal Ben)
- 93693a3 - feat: Added WireAsset option for emitting values only on change (#4213) (nicolatimeus)
- 8ba160b - refactor(core.deployment): add writeConfigurationFile method (#4222) (Mattia Dal Ben)
- 9f9db22 - feat: added modem holdoff parameter (#4224) (Matteo Maiero)
- 523716e - feat: added support for container state in inventory API (#4221) (G_Ivo)
- f7aa5ca - fix: removed deprecated usages from inventory (#4220) (G_Ivo)
- 2b45058 - refactor(net.admin): Removed useless debug messages (#4219) (Pierantonio Merlino)
- a2183c3 - fix(core.deployment): prevent unnecessary modifications inside the packages folder. (#4016) (Andrej Krota)
- 1667355 - build: realigned raspberry pi package names to raspberry-pi-armhf and raspberry-pi-arm64 (#4210) (G_Ivo)
- a195db2 - feat: Added connection schedule support to DataService (#4203) (nicolatimeus)
- 0639511 - test: fixed intermittent test failure by extending sleep time (#4211) (G_Ivo)
- c262318 - docs(examples): add note about error when running training script (#4214) (Mattia Dal Ben)
- f3123ea - build(deps): bump tensorflow from 2.8.0 to 2.8.1 in /kura/examples/scenarios/org.eclipse.kura.example.ai/training (#4170) (dependabot[bot])
- bbe229b - chore: Added quartz to the target platform (#4202) (nicolatimeus)
- 6b7481c - fix: failing Ubi8-based Docker image build (#4208) (Mattia Dal Ben)
- 4f6cd7d - build: Added hikaricp 2.7.9 (#4201) (nicolatimeus)
- c5d594c - deprecate(container.orchestrator): deprecated set&getPortsExternal&Internal in ContainerConfiguration & ContainerInstanceDescriptor (#4196) (G_Ivo)
- 23e2ff1 - build: Added org.apache.servicemix.bundles.c3p0 0.9.5.5_1 (#4198) (nicolatimeus)
- 4d39518 - fix(core): Resolved database memory leak (#4199) (Salvatore Coppola)
- 7118dd6 - feat: support diffrent internet protocols when configuring ports (#4187) (G_Ivo)
- ef50587 - refactor: Removed container orchestration bundles from Docker images. (#4178) (Salvatore Coppola)
- ba296b2 - chore: updated moquette, selected central as source (#4175) (Matteo Maiero)
- 8be4d1b - fix: found typo in ssl service (#4195) (G_Ivo)
- 06d37fc - fix: Improved handling of floating point values in KuraPayload JSON encoding (#4177) (nicolatimeus)
- 58b66d8 - fix: Removed internal usage of ConnectionInfo (#4189) (nicolatimeus)
- 79589e7 - feat: add Temurin JDK as alternative JVM in .deb dependencies (#4190) (Mattia Dal Ben)
- 179aa20 - test(event.publisher): added unit and integration tests (#4186) (Marcello Rinaldo Martina)
- 418d2ae - refactor(event.publisher): removed fragment dependency, reorganized constants (#4185) (Marcello Rinaldo Martina)
- f08ba43 - test(configuration.change.manager): add config change manager tests (#4184) (Marcello Rinaldo Martina)
- 9c52079 - fix(linux.net): Fix dns server configuration (#4172) (Pierantonio Merlino)
- bf27b93 - chore: fix Oomph installer Sonarlint plugin repo url (#4174) (Mattia Dal Ben)
- cc3ea18 - ci: fix backport job permissions for forks (#4140) (Mattia Dal Ben)
- bf4c1c8 - refactor(linux.clock): Increased log level for step event not found in Chrony Sync Provider (#4137) (Salvatore Coppola)
- 247730d - chore: automated uptick to 5.3.0-SNAPSHOT (#4158) (github-actions[bot])
- 6ca9b21 - fix(log.filesystem.provider): prevent EOF ending incomplete lines and refactor of parser (#4144) (Marcello Rinaldo Martina)
- 70fb655 - refactor(protocol.can): Add a wrapper for the libsocket-can (#4145) (Pierantonio Merlino)
- 41cfb5d - fix(distrib): Aligned snapshot_0.xml with iptables.init in Intel UP2 profile. (#4136) (Salvatore Coppola)
- 120114f - fix: org.eclipse.kura.core.net exported version internal API (#4131) (Matteo Maiero)
- db7a131 - fix(core.configuration): default values of metatype are always splitted in array before parsing (#4128) (Marcello Rinaldo Martina)
- e959264 - fix: PPP interface number wrongly set (#4125) (Matteo Maiero)
- 462a357 - fix(distrib): Added missing dns & dhcp ports to the default firewall configuration (#4123) (Salvatore Coppola)
- d7a7abf - fix(ai.triton.server): Added grpc channel termination waiting (#4122) (Salvatore Coppola)
- 195e275 - chore: Corrected org.eclipse.kura.log.filesystem.provider version (#4112) (Matteo Maiero)
- 20ebde1 - style: added list to dependencies (#4117) (Matteo Maiero)
- 1daf5a6 - chore: fixed bnd demo example version (#4113) (Matteo Maiero)
- bc5f6c3 - fix: Fixed SSLManager service truststore unset method (#4118) (nicolatimeus)
- 779be45 - fix: added missing db dependency in dev-env (#4115) (Matteo Maiero)