kapua
kapua copied to clipboard
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
**Describe the bug** While executing the docker-deploy.sh script it failed to pull the image as the image is not available on docker hun Pulling message-broker (kapua/kapua-broker-artemis:1.6.7)... ERROR: pull access denied...
Brief description of the PR. The Cleanupjob base class has been introduced so it can be extended to create a job to clean expired indexes in the datastore
**Is your feature request related to a problem? Please describe.** In the REST API, the tagId filter in the getDevices is really powerful but I'm currently stacking multiple requests with...
**Is your feature request related to a problem? Please describe.** The customAttributes are sometimes much more useful than the default fields already available but in the REST API there is...
With this PR I changed the MOXy exception handling in a way that improves error responses when XMLs/JSONs provided via rest API cannot be parsed correctly. **ACTUAL SITUATION** Currently, in...
👋 Hello there friendly neighbours! This PR fixes a couple of broken links for the Kura documentation following our [organization move](https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/4960). Feel free to point me to other links I...
### Description This PR implements the capability to search operations by their status using the `GET /{scopeId}/devices/{deviceId}/operations` endpoint. ### Changes Made - **New Feature**: Added functionality to filter operations based...
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
This PR deprecates `commons.db.pool.size.min` and `commons.db.pool.size.max` settings since they have changed their meaning/usage after #4067 **Related Issue** This PR improves changes made in #4067 **Description of the solution adopted** Deprecated...