From 09c5da1e6f9e3fec0b49f7ac5f44562270f88b1a Mon Sep 17 00:00:00 2001 From: lashini Date: Fri, 24 Jan 2025 05:12:41 +0530 Subject: [PATCH 1/3] [Spring Cleanup] Remove Spring dependencies in permission management API --- .../pom.xml | 7 +-- .../common/PasswordExpiryServiceHolder.java | 25 ++++----- ...swordIdentificationOSGIServiceFactory.java | 55 ------------------- .../pom.xml | 7 +-- .../v1/PasswordExpiredUsersApi.java | 16 +++--- ...PasswordExpiredUsersApiServiceFactory.java | 16 ++++-- ...swordExpiredUsersManagementApiService.java | 19 +++++-- ...piredUsersManagementApiServiceFactory.java | 34 ++++++++++++ .../PasswordExpiredUsersApiServiceImpl.java | 15 ++++- .../expired-password-identification-cxf.xml | 29 ---------- 10 files changed, 90 insertions(+), 133 deletions(-) delete mode 100644 components/org.wso2.carbon.identity.api.expired.password.identification/org.wso2.carbon.identity.api.expired.password.identification.common/src/main/java/org/wso2/carbon/identity/api/expired/password/identification/common/factory/ExpiredPasswordIdentificationOSGIServiceFactory.java create mode 100644 components/org.wso2.carbon.identity.api.expired.password.identification/org.wso2.carbon.identity.api.expired.password.identification.v1/src/main/java/org/wso2/carbon/identity/api/expired/password/identification/v1/factories/PasswordExpiredUsersManagementApiServiceFactory.java delete mode 100644 components/org.wso2.carbon.identity.api.expired.password.identification/org.wso2.carbon.identity.api.expired.password.identification.v1/src/main/resources/META-INF/cxf/expired-password-identification-cxf.xml diff --git a/components/org.wso2.carbon.identity.api.expired.password.identification/org.wso2.carbon.identity.api.expired.password.identification.common/pom.xml b/components/org.wso2.carbon.identity.api.expired.password.identification/org.wso2.carbon.identity.api.expired.password.identification.common/pom.xml index b8e768be9f..0208593dce 100644 --- a/components/org.wso2.carbon.identity.api.expired.password.identification/org.wso2.carbon.identity.api.expired.password.identification.common/pom.xml +++ b/components/org.wso2.carbon.identity.api.expired.password.identification/org.wso2.carbon.identity.api.expired.password.identification.common/pom.xml @@ -1,6 +1,6 @@ - - - - - - - - - - - - From a642e364d269ea3a93cf4c6cefee9d5627a8783c Mon Sep 17 00:00:00 2001 From: lashini Date: Fri, 24 Jan 2025 05:31:06 +0530 Subject: [PATCH 2/3] fix license headers --- .../pom.xml | 2 +- .../common/PasswordExpiryServiceHolder.java | 2 +- .../pom.xml | 2 +- .../PasswordExpiredUsersApiServiceFactory.java | 2 +- ...xpiredUsersManagementApiServiceFactory.java | 18 ++++++++++++++++++ 5 files changed, 22 insertions(+), 4 deletions(-) diff --git a/components/org.wso2.carbon.identity.api.expired.password.identification/org.wso2.carbon.identity.api.expired.password.identification.common/pom.xml b/components/org.wso2.carbon.identity.api.expired.password.identification/org.wso2.carbon.identity.api.expired.password.identification.common/pom.xml index 0208593dce..c3016fedad 100644 --- a/components/org.wso2.carbon.identity.api.expired.password.identification/org.wso2.carbon.identity.api.expired.password.identification.common/pom.xml +++ b/components/org.wso2.carbon.identity.api.expired.password.identification/org.wso2.carbon.identity.api.expired.password.identification.common/pom.xml @@ -1,6 +1,6 @@