From f221bc5ffcbde5997b9a9e78c576197c7def0bb9 Mon Sep 17 00:00:00 2001 From: JeethJJ Date: Mon, 11 Dec 2023 12:26:24 +0530 Subject: [PATCH 1/4] Add offline-invite-link API. --- modules/api-resources/api-resources-full/pom.xml | 8 ++++++++ .../src/main/webapp/WEB-INF/beans.xml | 3 +++ modules/api-resources/pom.xml | 15 +++++++++++++++ modules/p2-profile-gen/pom.xml | 9 +++++++++ pom.xml | 9 +++++++-- 5 files changed, 42 insertions(+), 2 deletions(-) diff --git a/modules/api-resources/api-resources-full/pom.xml b/modules/api-resources/api-resources-full/pom.xml index 247b0b9668..c51c6ae038 100644 --- a/modules/api-resources/api-resources-full/pom.xml +++ b/modules/api-resources/api-resources-full/pom.xml @@ -408,6 +408,14 @@ org.wso2.carbon.identity.server.api org.wso2.carbon.identity.api.expired.password.identification.common + + org.wso2.carbon.identity.user.api + org.wso2.carbon.identity.api.user.onboard.v1 + + + org.wso2.carbon.identity.user.api + org.wso2.carbon.identity.api.user.onboard.common + org.wso2.carbon.identity.local.auth.fido org.wso2.carbon.identity.api.user.fido2 diff --git a/modules/api-resources/api-resources-full/src/main/webapp/WEB-INF/beans.xml b/modules/api-resources/api-resources-full/src/main/webapp/WEB-INF/beans.xml index 0e899a5e05..0ee0ff52f4 100644 --- a/modules/api-resources/api-resources-full/src/main/webapp/WEB-INF/beans.xml +++ b/modules/api-resources/api-resources-full/src/main/webapp/WEB-INF/beans.xml @@ -49,6 +49,7 @@ + @@ -214,6 +215,7 @@ + @@ -251,6 +253,7 @@ + diff --git a/modules/api-resources/pom.xml b/modules/api-resources/pom.xml index 3d7ad93cc0..0dd7882cc0 100644 --- a/modules/api-resources/pom.xml +++ b/modules/api-resources/pom.xml @@ -213,6 +213,21 @@ org.wso2.carbon.identity.api.user.idv.common ${identity.user.api.version} + + org.wso2.carbon.identity.user.api + org.wso2.carbon.identity.api.user.onboard.v1 + ${identity.user.api.version} + + + org.wso2.carbon.identity.user.api + org.wso2.carbon.identity.api.user.onboard.common + ${identity.user.api.version} + + + org.wso2.carbon.identity.framework + org.wso2.carbon.identity.user.onboard.core.service + ${carbon.identity.framework.version} + org.wso2.carbon.identity.server.api org.wso2.carbon.identity.api.server.permission.management.v1 diff --git a/modules/p2-profile-gen/pom.xml b/modules/p2-profile-gen/pom.xml index b23ac3f32e..39e90d1087 100644 --- a/modules/p2-profile-gen/pom.xml +++ b/modules/p2-profile-gen/pom.xml @@ -370,6 +370,10 @@ org.wso2.carbon.identity.association.account:org.wso2.carbon.identity.user.account.association.feature:${identity.user.account.association.version} + + + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.user.onboard.core.service.feature:${carbon.identity.framework.version} + org.wso2.ciphertool:org.wso2.ciphertool.feature:${cipher-tool.version} @@ -1120,6 +1124,11 @@ org.wso2.ciphertool.feature.group ${cipher-tool.version} + + + org.wso2.carbon.identity.user.onboard.core.service.feature.group + ${carbon.identity.framework.version} + diff --git a/pom.xml b/pom.xml index da42783a6a..00c42d6f12 100755 --- a/pom.xml +++ b/pom.xml @@ -2193,6 +2193,11 @@ ${apacheds.api.version} test + + org.wso2.carbon.identity.framework + org.wso2.carbon.identity.user.onboard.core.service + ${carbon.identity.framework.version} + @@ -2253,7 +2258,7 @@ - 5.25.600 + 5.25.605 [5.14.67, 6.0.0] @@ -2368,7 +2373,7 @@ 2.0.13 - 1.3.29 + 1.3.30 1.2.137 5.5.9 From e5e3868090215880995362d43daeaa40c3fb7edc Mon Sep 17 00:00:00 2001 From: JeethJJ Date: Wed, 13 Dec 2023 11:54:54 +0530 Subject: [PATCH 2/4] Update dependency. --- modules/p2-profile-gen/pom.xml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/modules/p2-profile-gen/pom.xml b/modules/p2-profile-gen/pom.xml index 39e90d1087..839ede366f 100644 --- a/modules/p2-profile-gen/pom.xml +++ b/modules/p2-profile-gen/pom.xml @@ -126,6 +126,11 @@ org.wso2.carbon.identity.governance:org.wso2.carbon.identity.tenant.resource.manager.feature:${identity.governance.version} + + + org.wso2.carbon.identity.governance:org.wso2.carbon.identity.user.onboard.core.service.feature:${identity.governance.version} + + org.wso2.carbon.registry:org.wso2.carbon.registry.core.feature:${carbon.registry.version} @@ -370,10 +375,6 @@ org.wso2.carbon.identity.association.account:org.wso2.carbon.identity.user.account.association.feature:${identity.user.account.association.version} - - - org.wso2.carbon.identity.framework:org.wso2.carbon.identity.user.onboard.core.service.feature:${carbon.identity.framework.version} - org.wso2.ciphertool:org.wso2.ciphertool.feature:${cipher-tool.version} @@ -758,6 +759,12 @@ ${identity.governance.version} + + + org.wso2.carbon.identity.user.onboard.core.service + ${identity.governance.version} + + org.wso2.carbon.tenant.mgt.common.feature.group @@ -1124,11 +1131,6 @@ org.wso2.ciphertool.feature.group ${cipher-tool.version} - - - org.wso2.carbon.identity.user.onboard.core.service.feature.group - ${carbon.identity.framework.version} - From bdfebbd4034213505f02b3afc7d3640adc343cfd Mon Sep 17 00:00:00 2001 From: JeethJJ Date: Thu, 14 Dec 2023 09:05:46 +0530 Subject: [PATCH 3/4] Update versions and dependencies. --- modules/api-resources/pom.xml | 5 ----- pom.xml | 10 +++++----- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/modules/api-resources/pom.xml b/modules/api-resources/pom.xml index 0dd7882cc0..c843dc8bc6 100644 --- a/modules/api-resources/pom.xml +++ b/modules/api-resources/pom.xml @@ -223,11 +223,6 @@ org.wso2.carbon.identity.api.user.onboard.common ${identity.user.api.version} - - org.wso2.carbon.identity.framework - org.wso2.carbon.identity.user.onboard.core.service - ${carbon.identity.framework.version} - org.wso2.carbon.identity.server.api org.wso2.carbon.identity.api.server.permission.management.v1 diff --git a/pom.xml b/pom.xml index acb778e58b..4cd6bb9718 100755 --- a/pom.xml +++ b/pom.xml @@ -2194,9 +2194,9 @@ test - org.wso2.carbon.identity.framework + org.wso2.carbon.identity.governance org.wso2.carbon.identity.user.onboard.core.service - ${carbon.identity.framework.version} + ${identity.governance.version} @@ -2258,7 +2258,7 @@ - 5.25.609 + 5.25.614 [5.14.67, 6.0.0] @@ -2269,7 +2269,7 @@ 2.5.2 - 1.8.97 + 1.8.98 5.8.5 @@ -2373,7 +2373,7 @@ 2.0.13 - 1.3.29 + 1.3.30 1.2.140 5.5.9 From b4157bfb1c5670f3dd2941d53e5954c96ff87f08 Mon Sep 17 00:00:00 2001 From: JeethJJ Date: Thu, 14 Dec 2023 09:09:11 +0530 Subject: [PATCH 4/4] Remove unwanted new line. --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 96191c976a..40585d6c0a 100755 --- a/pom.xml +++ b/pom.xml @@ -2376,7 +2376,6 @@ 1.3.30 1.2.141 - 5.5.9 5.5.7 2.3.1