Skip to content
Failed

Changes

Summary

  1. fix: removed unused code for embedded services and related feature file (details)
  2. fix(api): throw `KapuaIllegalArgument` for non-KapuaConfigurableService pid (details)
Commit 36ab1643dd2d89202ea0d8bc99228c9a4eca2d15 by Angelo Andreussi
fix: removed unused code for embedded services and related feature file
The file was removedqa/integration/src/test/java/org/eclipse/kapua/integration/rest/RunRestUserTest.java
The file was removedqa/common/src/main/java/org/eclipse/kapua/qa/common/utils/EmbeddedEventBroker.java
The file was removedqa/common/src/main/java/org/eclipse/kapua/qa/common/utils/EmbeddedJetty.java
The file was removedqa/integration/src/test/resources/features/rest/user/RestUser.feature
Commit c090c8a202da6ae30e34ecd19f14fe7e679cdb19 by MDeLuise
fix(api): throw `KapuaIllegalArgument` for non-KapuaConfigurableService pid

Update `ServiceConfigurations` methods to throw `KapuaIllegalArgument` when the provided pid is not a `KapuaConfigurableService`.
The file was modified rest-api/resources/src/main/java/org/eclipse/kapua/app/api/resources/v1/resources/ServiceConfigurations.java (diff)