Agnul97

Results 10 issues of Agnul97

Inserted JUnit tag on missing JUnit tests (and verified they pass when building) AND deleted one obsolete cucumber feature file (refers to some missing steps definitions). Now building including unit...

Brief description of the PR. This PR is a collection of optimizations for the CI configuration. They follow the work started with the PR https://github.com/eclipse/kapua/pull/3785. The scope of this work...

Brief description of the PR. [e.g. Added `null` check on `object` to avoid `NullPointerException`] **Related Issue** This PR fixes/closes _{issue number}_ **Description of the solution adopted** A more detailed description...

The order of execution of liquibase changelogs was based on the usage of some master changelog files, defined for each module containing liquibase scripts. These master files defined the order...

Here I upgraded liquibase core up to 4.18 version. I did not upgrade it to a more late release for changes in the checksum of changelogs https://contribute.liquibase.com/extensions-integrations/extensions-overview/upgrade-guides/lb-4.23-upgrade-guide/ that could interfere...

Brief description of the PR. This PR introduces a fall-back strategy for cache-miss cases found in the CI process. **Related Issue** I've noticed some rare occasions where the jobs, while...

Brief description of the PR. This PR wants to re-introduce docker image caching in the GitHub action process. NOTE: this PR is actually in draft mode for the technical limitations...

This PR inserts some missing checks of existence on nested entities. For example, in the provided commit, the delete function of AccessPermissions endpoints has been revisited in order to check...

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

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...

Bug