Skip to content
Failed

Changes

Summary

  1. Remove redundant `implements` (details)
  2. Add User Profile entities (details)
Commit b0e760025de6468c0cf540bd6077813d724dd55a by Alberto Codutti
Remove redundant `implements`
The file was modified service/system/api/src/main/java/org/eclipse/kapua/service/systeminfo/SystemInfoXmlRegistry.java (diff)
Commit 5685cd645cde1070d6d4ea916d2afb3f5331a046 by Alberto Codutti
Add User Profile entities
The file was addedservice/user/test-steps/src/main/java/org/eclipse/kapua/service/user/steps/UserProfileServiceTest.java
The file was addedservice/user/api/src/main/java/org/eclipse/kapua/service/user/profile/UserProfileService.java
The file was addedservice/user/api/src/main/java/org/eclipse/kapua/service/user/profile/UserProfileFactory.java
The file was modified rest-api/resources/src/main/resources/openapi/openapi.yaml (diff)
The file was addedrest-api/resources/src/main/java/org/eclipse/kapua/app/api/resources/v1/resources/UserProfiles.java
The file was addedservice/user/api/src/main/java/org/eclipse/kapua/service/user/profile/UserProfileXmlRegistry.java
The file was addedservice/user/internal/src/main/java/org/eclipse/kapua/service/user/internal/profile/UserProfileImpl.java
The file was addedservice/user/internal/src/main/java/org/eclipse/kapua/service/user/internal/profile/UserProfileModule.java
The file was addedservice/user/internal/src/main/java/org/eclipse/kapua/service/user/internal/profile/UserProfileServiceImpl.java
The file was addedservice/user/internal/src/main/java/org/eclipse/kapua/service/user/internal/profile/UserProfileFactoryImpl.java
The file was addedrest-api/resources/src/main/resources/openapi/userProfile/userProfile-scopeId.yaml
The file was modified rest-api/web/src/main/resources/shiro.ini (diff)
The file was addedrest-api/resources/src/main/resources/openapi/userProfile/userProfile.yaml
The file was modified rest-api/web/src/main/java/org/eclipse/kapua/app/api/web/JaxbContextResolver.java (diff)
The file was addedservice/user/api/src/main/java/org/eclipse/kapua/service/user/profile/UserProfile.java