Marcello Rinaldo Martina
Marcello Rinaldo Martina
**Describe the bug** This issue occurs from time to time and it is related to the new feature “Change password on first login“. Password is actually changed and you are...
## Moving to Tycho 3 Tycho 3 is required for building bundles in Java 17. The changelog is available [here](https://github.com/eclipse-tycho/tycho/blob/master/RELEASE_NOTES.md) if any issues arise. Following, are some updates that need...
Signed-off-by: Marcello Martina > **Note**: We are using the Conventional Commits convention for our pull request titles. Please take a look at the [PR title format document](https://github.com/eclipse/kura/blob/develop/CONTRIBUTING.md#submitting-the-changes) for the supported...
Signed-off-by: Marcello Martina > **Note**: We are using the Conventional Commits convention for our pull request titles. Please take a look at the [PR title format document](https://github.com/eclipse/kura/blob/develop/CONTRIBUTING.md#submitting-the-changes) for the supported...
Hello, I'm facing these errors while trying to compile my maven project with the plugin `tycho-p2-extras-plugin` on Tycho v. 3.0.0: ```Java Execution default of goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:3.0.0:publish-features-and-bundles failed: Unable to load...
This PR adds the deletion of the `Configuration` that matches the `kura.service.pid` when removing a `ConfigurableComponent` or a `SelfConfigurableComponent`. This operation is already done on factory configurations. **Related Issue:** Solves...
Hello, I have configured the mosquitto broker to require certificate authentication with the connecting client. Configured the options `require_certificate true`, `cafile`, `certfile`, and `keyfile` and used self signed certificates generated...
Draft PR for updating to Jersey 4. Based on [org.eclipse.osgi-technology.rest 2.0.0](https://github.com/marcellorinaldo/jakartarest-osgi/commit/6a44562b768fb71c214b9ef538d308603c203ab3) **Related Issue:** N/A. **Description of the solution adopted:** N/A. **Screenshots:** N/A. **Manual Tests**: N/A. **Any side note on the...