From be16e40a5cdbf6801169c32177ed7e785ffe396e Mon Sep 17 00:00:00 2001 From: geethkokila Date: Mon, 12 Mar 2018 11:06:40 +0530 Subject: [PATCH 01/11] Update component versions Updating the component versions and fixing bugs --- modules/distribution/src/assembly/bin.xml | 19 ++- .../analytics-profile/carbon.product | 4 +- modules/p2-profile/analytics-profile/pom.xml | 25 +++ .../p2-profile/broker-profile/carbon.product | 4 +- .../iot-core-profile/carbon.product | 4 +- modules/p2-profile/iot-core-profile/pom.xml | 142 ++++++++++++++++-- pom.xml | 69 +++++---- 7 files changed, 212 insertions(+), 55 deletions(-) diff --git a/modules/distribution/src/assembly/bin.xml b/modules/distribution/src/assembly/bin.xml index 15d97bf8..c37a322e 100755 --- a/modules/distribution/src/assembly/bin.xml +++ b/modules/distribution/src/assembly/bin.xml @@ -1291,6 +1291,11 @@ 644 + + ../p2-profile/iot-core-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/security/balana-config.xml + ${pom.artifactId}-${pom.version}/conf/security/ + + src/core/LICENSE.txt ${pom.artifactId}-${pom.version} @@ -1549,13 +1554,13 @@ 755 - - target/webapp-temp/client-registration#v0.11.war - - ${pom.artifactId}-${pom.version}/repository/deployment/server/webapps - - 755 - + + + + + + + target/webapp-temp/api#identity#entitlement.war diff --git a/modules/p2-profile/analytics-profile/carbon.product b/modules/p2-profile/analytics-profile/carbon.product index cf9cca05..4398635b 100644 --- a/modules/p2-profile/analytics-profile/carbon.product +++ b/modules/p2-profile/analytics-profile/carbon.product @@ -1,7 +1,7 @@ - + @@ -13,7 +13,7 @@ - + diff --git a/modules/p2-profile/analytics-profile/pom.xml b/modules/p2-profile/analytics-profile/pom.xml index 218493db..30283c1f 100644 --- a/modules/p2-profile/analytics-profile/pom.xml +++ b/modules/p2-profile/analytics-profile/pom.xml @@ -185,6 +185,7 @@ + org.wso2.carbon.commons:org.wso2.carbon.deployment.synchronizer.feature:${carbon.commons.version} @@ -276,6 +277,9 @@ org.wso2.carbon.data:org.wso2.carbon.datasource.reader.cassandra.server.feature:${carbon.data.version} + + org.wso2.carbon.data:org.wso2.carbon.datasource.reader.mongo.server.feature:${carbon.data.version} + @@ -294,6 +298,9 @@ org.wso2.carbon.event-processing:org.wso2.carbon.event.flow.feature:${carbon.event-processing.version} + + org.wso2.carbon.event-processing:org.wso2.carbon.event.processor.server.feature:${carbon.event-processing.version} + org.wso2.carbon.analytics-common:org.wso2.carbon.event.statistics.feature:${carbon.analytics.common.version} @@ -588,6 +595,17 @@ + + + + + + + + + + + org.wso2.carbon.deployment.synchronizer.feature.group @@ -699,6 +717,13 @@ org.wso2.carbon.datasource.reader.cassandra.server.feature.group ${carbon.data.version} + + + org.wso2.carbon.datasource.reader.mongo.server.feature.group + ${carbon.data.version} + + + diff --git a/modules/p2-profile/broker-profile/carbon.product b/modules/p2-profile/broker-profile/carbon.product index cf9cca05..4398635b 100644 --- a/modules/p2-profile/broker-profile/carbon.product +++ b/modules/p2-profile/broker-profile/carbon.product @@ -1,7 +1,7 @@ - + @@ -13,7 +13,7 @@ - + diff --git a/modules/p2-profile/iot-core-profile/carbon.product b/modules/p2-profile/iot-core-profile/carbon.product index 3b6b09ec..79a83a52 100644 --- a/modules/p2-profile/iot-core-profile/carbon.product +++ b/modules/p2-profile/iot-core-profile/carbon.product @@ -2,7 +2,7 @@ +version="4.4.24" useFeatures="true" includeLaunchers="true"> @@ -14,7 +14,7 @@ version="4.4.17" useFeatures="true" includeLaunchers="true"> - + diff --git a/modules/p2-profile/iot-core-profile/pom.xml b/modules/p2-profile/iot-core-profile/pom.xml index 80fd2694..a6d84421 100644 --- a/modules/p2-profile/iot-core-profile/pom.xml +++ b/modules/p2-profile/iot-core-profile/pom.xml @@ -244,6 +244,10 @@ org.wso2.carbon.apimgt:org.wso2.carbon.forum.server.feature:${carbon.api.mgt.version} + + + org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.publisher.feature:${carbon.api.mgt.version} + @@ -292,8 +296,13 @@ org.wso2.carbon.identity.inbound.auth.oauth2:org.wso2.carbon.identity.oauth.feature:${identity.inbound.auth.oauth.version} + + + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.event.server.feature:${carbon.identity.framework.version} + + - org.wso2.carbon.identity:org.wso2.carbon.identity.provider.server.feature:${identity.inbound.auth.openid.version} + org.wso2.carbon.identity.inbound.auth.openid:org.wso2.carbon.identity.provider.server.feature:${identity.inbound.auth.openid.version} org.wso2.carbon.identity.framework:org.wso2.carbon.identity.thrift.authentication.feature:${carbon.identity.framework.version} @@ -353,10 +362,10 @@ - org.wso2.carbon.identity:org.wso2.carbon.identity.application.authenticator.requestpath.basicauth.server.feature:${identity.outbound.auth.requestpath.basicauth.version} + org.wso2.carbon.identity.local.auth.requestpath.basic:org.wso2.carbon.identity.application.authenticator.requestpath.basicauth.server.feature:${identity.outbound.auth.requestpath.basicauth.version} - org.wso2.carbon.identity:org.wso2.carbon.identity.application.authenticator.requestpath.oauth.server.feature:${identity.outbound.auth.requestpath.oauth.version} + org.wso2.carbon.identity.local.auth.requestpath.oauth:org.wso2.carbon.identity.application.authenticator.requestpath.oauth.server.feature:${identity.outbound.auth.requestpath.oauth.version} org.wso2.carbon.identity.application.auth.basic:org.wso2.carbon.identity.application.authenticator.basicauth.server.feature:${identity.local.auth.basicauth.version} @@ -377,7 +386,15 @@ org.wso2.carbon.identity.metadata.saml2:org.wso2.carbon.identity.sp.metadata.saml2.server.feature:${identity.metadata.saml2.version} - + + + + + + + + + @@ -735,9 +752,19 @@ - org.wso2.carbon.identity:org.wso2.carbon.identity.oauth2.grant.jwt.feature:${identity.jwt.extension.version} + org.wso2.carbon.extension.identity.oauth2.grantType.jwt:org.wso2.carbon.extension.identity.oauth2.jwt.feature:${identity.jwt.extension.version} - + + + + org.wso2.carbon.consent.mgt:org.wso2.carbon.consent.mgt.server.feature:${carbon.consent.mgt.version} + + + + + org.wso2.carbon.utils:org.wso2.carbon.database.utils.feature:${org.wso2.carbon.database.utils.version} + + org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.iot.geo.dashboard.feature:${carbon.device.mgt.plugin.version} @@ -1137,6 +1164,12 @@ org.wso2.carbon.forum.server.feature.group ${carbon.api.mgt.version} + + + org.wso2.carbon.apimgt.publisher.feature.group + ${carbon.api.mgt.version} + + @@ -1230,6 +1263,12 @@ org.wso2.carbon.user.mgt.feature.group ${carbon.identity.framework.version} + + + + + + org.wso2.carbon.directory.service.mgr.server.feature.group @@ -1310,6 +1349,17 @@ + + + + + + + + + + + org.wso2.carbon.registry.core.feature.group @@ -1492,8 +1542,25 @@ org.wso2.carbon.identity.oauth.feature.group ${identity.inbound.auth.oauth.version} + + + org.wso2.carbon.identity.event.server.feature.group + ${carbon.identity.framework.version} + + + + + + + + + + + + + org.wso2.carbon.registry.community.features.server.feature.group @@ -1607,9 +1674,21 @@ - org.wso2.carbon.identity.oauth2.grant.jwt.feature.group + org.wso2.carbon.extension.identity.oauth2.jwt.feature.group ${identity.jwt.extension.version} + + + org.wso2.carbon.consent.mgt.server.feature.group + ${carbon.consent.mgt.version} + + + + + org.wso2.carbon.database.utils.feature.group + ${org.wso2.carbon.database.utils.version} + + org.wso2.carbon.device.mgt.cdmf.analytics.feature.group ${carbon.device.mgt.plugin.version} @@ -1679,9 +1758,18 @@ ${carbon.identity.framework.version} - org.wso2.carbon.identity.oauth2.grant.jwt.feature.group + org.wso2.carbon.extension.identity.oauth2.jwt.feature.group ${identity.jwt.extension.version} + + org.wso2.carbon.consent.mgt.server.feature.group + ${carbon.consent.mgt.version} + + + + org.wso2.carbon.database.utils.feature.group + ${org.wso2.carbon.database.utils.version} + org.wso2.carbon.tenant.common.feature.group ${carbon.multitenancy.version} @@ -1767,6 +1855,10 @@ org.wso2.carbon.identity.oauth.feature.group ${identity.inbound.auth.oauth.version} + + org.wso2.carbon.identity.event.server.feature.group + ${carbon.identity.framework.version} + org.wso2.carbon.identity.user.registration.server.feature.group ${carbon.identity.framework.version} @@ -1780,6 +1872,10 @@ org.wso2.carbon.user.mgt.feature.group ${carbon.identity.framework.version} + + + + org.wso2.carbon.identity.core.feature.group ${carbon.identity.framework.version} @@ -1844,6 +1940,10 @@ org.wso2.carbon.identity.jwt.client.extension.feature.group ${carbon.device.mgt.version} + + org.wso2.carbon.consent.mgt.server.feature.group + ${carbon.consent.mgt.version} + org.wso2.carbon.identity.sso.saml.feature.group ${identity.inbound.auth.saml.version} @@ -1993,6 +2093,10 @@ org.wso2.carbon.identity.jwt.client.extension.feature.group ${carbon.device.mgt.version} + + org.wso2.carbon.consent.mgt.server.feature.group + ${carbon.consent.mgt.version} + org.wso2.carbon.device.mgt.analytics.data.publisher.feature.group ${carbon.device.mgt.version} @@ -2039,9 +2143,14 @@ ${carbon.device.mgt.plugin.version} - org.wso2.carbon.identity.oauth2.grant.jwt.feature.group + org.wso2.carbon.extension.identity.oauth2.jwt.feature.group ${identity.jwt.extension.version} + + + org.wso2.carbon.database.utils.feature.group + ${org.wso2.carbon.database.utils.version} + org.wso2.carbon.tenant.mgt.common.feature.group ${carbon.commons.version} @@ -2199,6 +2308,10 @@ org.wso2.carbon.identity.oauth.feature.group ${identity.inbound.auth.oauth.version} + + org.wso2.carbon.identity.event.server.feature.group + ${carbon.identity.framework.version} + org.wso2.carbon.identity.application.authenticator.basicauth.server.feature.group @@ -2225,6 +2338,7 @@ org.wso2.carbon.identity.user.registration.server.feature.group ${carbon.identity.framework.version} + org.wso2.carbon.deployment.synchronizer.feature.group ${carbon.commons.version} @@ -2349,6 +2463,10 @@ org.wso2.carbon.forum.server.feature.group ${carbon.api.mgt.version} + + org.wso2.carbon.apimgt.publisher.feature.group + ${carbon.api.mgt.version} + org.wso2.carbon.tenant.common.feature.group ${carbon.multitenancy.version} @@ -2671,7 +2789,7 @@ ${carbon.device.mgt.plugin.version} - org.wso2.carbon.identity.oauth2.grant.jwt.feature.group + org.wso2.carbon.extension.identity.oauth2.jwt.feature.group ${identity.jwt.extension.version} @@ -2971,6 +3089,10 @@ org.wso2.carbon.forum.server.feature.group ${carbon.api.mgt.version} + + org.wso2.carbon.apimgt.publisher.feature.group + ${carbon.api.mgt.version} + org.wso2.carbon.tenant.common.feature.group ${carbon.multitenancy.version} diff --git a/pom.xml b/pom.xml index cc29e76e..a97ec7ae 100644 --- a/pom.xml +++ b/pom.xml @@ -1446,7 +1446,7 @@ - 4.4.17 + 4.4.24 [4.4.0, 4.5.0) 2.2.0 @@ -1483,63 +1483,68 @@ 1.1.1 - 4.5.8 + 4.6.21 - 4.7.3 + 4.7.15 - 5.7.5 + 5.11.124 [5.2.0, 6.0.0) - 5.3.1 - 5.1.1 - 5.3.1 - 5.2.1 - 5.3.11 - 5.1.2 - 5.1.4 - 5.1.1 - - 5.1.1 - - 5.1.4 - 1.0.0 + 5.3.7 + 5.2.5 + 5.4.4 + 5.2.5 + 5.6.53 + 5.1.3 + 5.1.8 + 5.1.5 + 5.1.4 + 5.1.12 + 1.0.5 0.1.1 - 1.0.0 + 2.0.2 + 1.1.7 - 1.0.2 + 1.0.10 + + + 1.0.48 + + + 2.0.6 - 4.6.1 + 4.6.8 - 4.6.8 + 4.6.28 - 4.7.8 + 4.7.23 - 3.0.240 + 3.0.242-SNAPSHOT [3.0.0, 4.0.0) ${project.version} - 4.0.136 + 4.0.137-SNAPSHOT - 6.1.109 + 6.2.157 (6.0.0,7.0.0] - 4.6.10 + 4.6.61 - 5.1.17 - 1.3.3 - 1.3.5 + 5.1.32 + 1.3.16 + 1.3.16 ${project.version} 3.1.0 3.1.0 @@ -1572,7 +1577,7 @@ 2.0.2 - 4.3.6 + 4.4.41 3.8.1.v20120830-144521 1.0.3 @@ -1624,7 +1629,7 @@ 2.8.2.wso2v1 2.0.0.wso2v1 2.0.7 - 2.1.9 + 2.1.19 [2.6.0,3.0.0) 2.3.4-spark @@ -1638,7 +1643,7 @@ 1.5.1 - 5.1.4 + 5.1.5 1.0.0-wso2v5 From 954d3b0c0d7abd6abff4183711f5863bf8500659 Mon Sep 17 00:00:00 2001 From: geethkokila Date: Mon, 12 Mar 2018 11:06:59 +0530 Subject: [PATCH 02/11] Update component versions Updating the component versions and fixing bugs --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a97ec7ae..89e42f82 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ modules/tools modules/p2-profile modules/distribution - modules/integration + From ef79cbeee69ef7c2b8155aa7f4b13c6f924724f7 Mon Sep 17 00:00:00 2001 From: geethkokila Date: Mon, 12 Mar 2018 13:26:58 +0530 Subject: [PATCH 03/11] Update api management version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 89e42f82..fdf9d2d2 100644 --- a/pom.xml +++ b/pom.xml @@ -1535,7 +1535,7 @@ 4.0.137-SNAPSHOT - 6.2.157 + 6.2.170 (6.0.0,7.0.0] From 30d8b3d6ac4e35c4583411a7870a3fde4d238339 Mon Sep 17 00:00:00 2001 From: geethkokila Date: Mon, 12 Mar 2018 17:43:07 +0530 Subject: [PATCH 04/11] Bump the devicemgt and plugins versions --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fdf9d2d2..169797cf 100644 --- a/pom.xml +++ b/pom.xml @@ -1525,14 +1525,14 @@ 4.7.23 - 3.0.242-SNAPSHOT + 3.1.1 [3.0.0, 4.0.0) ${project.version} - 4.0.137-SNAPSHOT + 4.1.0 6.2.170 From 31f478ebcbc3e3a5605b616eb1e9f759b92489ca Mon Sep 17 00:00:00 2001 From: Ruwan Yatawara Date: Mon, 12 Mar 2018 19:03:29 +0530 Subject: [PATCH 05/11] Fixing ouath2 application deployment failure and captcha error --- modules/distribution/src/assembly/bin.xml | 6 ++++++ modules/p2-profile/iot-core-profile/pom.xml | 22 +++++++++++++++++++++ pom.xml | 6 ++++-- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/modules/distribution/src/assembly/bin.xml b/modules/distribution/src/assembly/bin.xml index c37a322e..6ce4cd3f 100755 --- a/modules/distribution/src/assembly/bin.xml +++ b/modules/distribution/src/assembly/bin.xml @@ -386,6 +386,12 @@ 644 + + + ../cxf-filters/target/cxfFilters/jar + ${pom.artifactId}-${pom.version}/wso2/lib/runtimes/cxf + + diff --git a/modules/p2-profile/iot-core-profile/pom.xml b/modules/p2-profile/iot-core-profile/pom.xml index a6d84421..488bd79e 100644 --- a/modules/p2-profile/iot-core-profile/pom.xml +++ b/modules/p2-profile/iot-core-profile/pom.xml @@ -99,6 +99,15 @@ true + + org.wso2.carbon.identity.governance:org.wso2.carbon.identity.captcha.server.feature:${identity.governance.version} + + + org.wso2.carbon.identity.governance:org.wso2.carbon.identity.governance.feature:${identity.governance.version} + + + org.wso2.carbon.identity.event.handler.accountlock:org.wso2.carbon.identity.handler.event.account.lock.feature:${identity.event.handler.account.lock.version} + org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.feature:${carbon.device.mgt.version} @@ -878,7 +887,20 @@ true + + org.wso2.carbon.identity.captcha.server.feature.group + ${identity.governance.version} + + + org.wso2.carbon.identity.governance.feature.group + ${identity.governance.version} + + + org.wso2.carbon.identity.handler.event.account.lock.feature.group + ${identity.event.handler.account.lock.version} + + org.wso2.carbon.identity.inbound.metadata.saml2.server.feature.group 0.1.1 diff --git a/pom.xml b/pom.xml index 89e42f82..6f178bdf 100644 --- a/pom.xml +++ b/pom.xml @@ -39,6 +39,7 @@ modules/features modules/scripts modules/tools + modules/cxf-filters modules/p2-profile modules/distribution @@ -492,7 +493,6 @@ org.wso2.carbon.identity.jwt.client.extension ${carbon.device.mgt.version} - org.wso2.carbon.devicemgt-plugins @@ -1525,7 +1525,7 @@ 4.7.23 - 3.0.242-SNAPSHOT + 3.0.244-SNAPSHOT [3.0.0, 4.0.0) @@ -1673,6 +1673,8 @@ 4.5.2 true + 1.0.38 + 1.1.12 From adff74f9c4ee0aab69c9b3c91229f8bc6b61acfb Mon Sep 17 00:00:00 2001 From: Ruwan Yatawara Date: Mon, 12 Mar 2018 19:30:02 +0530 Subject: [PATCH 06/11] Adding cxf-filter --- modules/cxf-filters/pom.xml | 62 +++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 modules/cxf-filters/pom.xml diff --git a/modules/cxf-filters/pom.xml b/modules/cxf-filters/pom.xml new file mode 100644 index 00000000..b2370b84 --- /dev/null +++ b/modules/cxf-filters/pom.xml @@ -0,0 +1,62 @@ + + + + + + org.wso2.is + identity-server-parent + 5.5.0-SNAPSHOT + ../../pom.xml + + + 4.0.0 + wso2is-cxf-filters + pom + Identity Server : cxf filters + + + + maven-dependency-plugin + + + + download_oauth_client_authenticaion_proxy_jar + compile + + copy + + + + + org.wso2.carbon.identity.inbound.auth.oauth2 + org.wso2.carbon.identity.oauth.client.authn.filter + ${identity.inbound.auth.oauth.version} + jar + true + ${basedir}/target/cxfFilters/jar + + **/*.jar + + + + + + + + + + From b26e9166bd6901da95eadc4374bde3d3a2d47a1c Mon Sep 17 00:00:00 2001 From: Ruwan Yatawara Date: Mon, 12 Mar 2018 19:34:19 +0530 Subject: [PATCH 07/11] Correcting parent id --- modules/cxf-filters/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/cxf-filters/pom.xml b/modules/cxf-filters/pom.xml index b2370b84..98e243bc 100644 --- a/modules/cxf-filters/pom.xml +++ b/modules/cxf-filters/pom.xml @@ -17,8 +17,8 @@ - org.wso2.is - identity-server-parent + org.wso2.iot + wso2iot-parent 5.5.0-SNAPSHOT ../../pom.xml From b9053cffd34b0d3a4250901b297042e4c15649c5 Mon Sep 17 00:00:00 2001 From: Ruwan Yatawara Date: Mon, 12 Mar 2018 19:36:09 +0530 Subject: [PATCH 08/11] correcting version --- modules/cxf-filters/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cxf-filters/pom.xml b/modules/cxf-filters/pom.xml index 98e243bc..c06e3a69 100644 --- a/modules/cxf-filters/pom.xml +++ b/modules/cxf-filters/pom.xml @@ -19,7 +19,7 @@ org.wso2.iot wso2iot-parent - 5.5.0-SNAPSHOT + 3.2.0-update1-SNAPSHOT ../../pom.xml From 3234b776d641b670412144606073362e64d052bb Mon Sep 17 00:00:00 2001 From: geethkokila Date: Tue, 13 Mar 2018 10:25:40 +0530 Subject: [PATCH 09/11] Update the message broker and kernel versions --- modules/p2-profile/analytics-profile/carbon.product | 4 ++-- modules/p2-profile/broker-profile/carbon.product | 4 ++-- modules/p2-profile/iot-core-profile/carbon.product | 4 ++-- pom.xml | 10 +++++----- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/p2-profile/analytics-profile/carbon.product b/modules/p2-profile/analytics-profile/carbon.product index 4398635b..e6000463 100644 --- a/modules/p2-profile/analytics-profile/carbon.product +++ b/modules/p2-profile/analytics-profile/carbon.product @@ -1,7 +1,7 @@ - + @@ -13,7 +13,7 @@ - + diff --git a/modules/p2-profile/broker-profile/carbon.product b/modules/p2-profile/broker-profile/carbon.product index 4398635b..e6000463 100644 --- a/modules/p2-profile/broker-profile/carbon.product +++ b/modules/p2-profile/broker-profile/carbon.product @@ -1,7 +1,7 @@ - + @@ -13,7 +13,7 @@ - + diff --git a/modules/p2-profile/iot-core-profile/carbon.product b/modules/p2-profile/iot-core-profile/carbon.product index 79a83a52..125b454c 100644 --- a/modules/p2-profile/iot-core-profile/carbon.product +++ b/modules/p2-profile/iot-core-profile/carbon.product @@ -2,7 +2,7 @@ +version="4.4.25" useFeatures="true" includeLaunchers="true"> @@ -14,7 +14,7 @@ version="4.4.24" useFeatures="true" includeLaunchers="true"> - + diff --git a/pom.xml b/pom.xml index a1d10195..5999bb1d 100644 --- a/pom.xml +++ b/pom.xml @@ -1446,7 +1446,7 @@ - 4.4.24 + 4.4.25 [4.4.0, 4.5.0) 2.2.0 @@ -1525,7 +1525,7 @@ 4.7.23 - 3.0.244-SNAPSHOT + 3.1.3 [3.0.0, 4.0.0) @@ -1563,8 +1563,8 @@ ${project.version} - 3.2.25 - 3.2.16 + 3.2.45 + 3.2.32 1.51.0.0 @@ -1609,7 +1609,7 @@ 3.3.2 2.2 2.4 - 1.6.1.wso2v12 + 1.6.1.wso2v23 1.5.4 2.3.1 1.6.1 From aad64c48132ce20432ccfa96b63b480e7f020713 Mon Sep 17 00:00:00 2001 From: Ruwan Yatawara Date: Tue, 13 Mar 2018 16:25:52 +0530 Subject: [PATCH 10/11] resolving issues with consent management --- modules/distribution/pom.xml | 46 ++++++++++++++++++++++++++++++++++++ pom.xml | 4 ++-- 2 files changed, 48 insertions(+), 2 deletions(-) diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index d8299a59..ee463f34 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -148,6 +148,26 @@ + + + + replace-for-consent + package + + replace + + + ${basedir}/../p2-profile/iot-core-profile/target/wso2carbon-core-${carbon.kernel.version}/wso2/conf/consent-mgt-config.xml + + + /ConsentManager/DataSource/Name + (jdbc/WSO2CarbonDB) + jdbc/WSO2AM_DB + + + + + @@ -450,7 +470,33 @@ + + + create-user-consent-schema + package + + run + + + + + + + + + + + + + + + + + + + + create-app-mgt-schema diff --git a/pom.xml b/pom.xml index 5999bb1d..35366df8 100644 --- a/pom.xml +++ b/pom.xml @@ -1525,14 +1525,14 @@ 4.7.23 - 3.1.3 + 3.1.3-SNAPSHOT [3.0.0, 4.0.0) ${project.version} - 4.1.0 + 4.1.0-SNAPSHOT 6.2.170 From 7f8d57b7dcdd1af514dd114d7687301b1dab2c8a Mon Sep 17 00:00:00 2001 From: kamidu Date: Tue, 13 Mar 2018 18:06:18 +0530 Subject: [PATCH 11/11] Update app mgt version Update the app mgt version to retrive all the OAEP fixes --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5999bb1d..a13cc369 100644 --- a/pom.xml +++ b/pom.xml @@ -1637,7 +1637,7 @@ 1.0.1 - 1.2.51 + 1.2.53 1.5.1