riccardomodanese

Results 11 issues of riccardomodanese

**Is your feature request related to a problem? Please describe.** After switching to the external consumer architecture the client pool to interact with devices should be moved from MQTT to...

Enhancement

Brief description of the PR. This pr replaces the ActiveMQ with ActiveMQ Artemis broker **Related Issue** none **Description of the solution adopted** The broker is replaced, the authentication logic is...

Brief description of the PR. Add a flag to check if the event bus is conencted or not. **Related Issue** none **Description of the solution adopted** see brief description **Screenshots**...

Brief description of the PR. Fixes Hikari pool configuration to achieve better performances (fixed size). Should we remove the 2 no more used options like SystemSettingKey.DB_POOL_IDLE_TIMEOUT and SystemSettingKey.DB_POOL_SIZE_MIN and their...

Enhancement

Brief description of the PR. upgrade Spring/Springboot/Camel/Artemis dependencies **Related Issue** none **Description of the solution adopted** none **Screenshots** none **Any side note on the changes made** none

CQ pending

Brief description of the PR. see description **Related Issue** none **Description of the solution adopted** just upgrade dependency **Screenshots** none **Any side note on the changes made** none

CQ pending

Brief description of the PR. Backport the Artemis upgrade to 2.38 too **Related Issue** none **Description of the solution adopted** Upgrade broker and fix ACL stuff (there are couple of...

Brief description of the PR. Remove the uniqueness check while storing telemetry message **Related Issue** fix https://github.com/eclipse-kapua/kapua/issues/4323 **Description of the solution adopted** Remove the uniqueness check, add test to verify...

Remove the uniqueness check, performed before message store, and rely to the ES versioning to assure that no multiple copies of the same message will be inserted into ES.

**Describe the bug** The additional properties map, in the different authentication context beans (authentication request and session context), is not properly propagated from authentication to session context. **To Reproduce** debug...