wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
746 stars 725 forks source link

[Configuration Store] Features to Implement #4303

Open tharindu-b-hewage opened 5 years ago

tharindu-b-hewage commented 5 years ago

Remaining features to be implemented in the JDBC based Configuration Store for WSO2 IS

tharindu-b-hewage commented 5 years ago

Support for a partial search.

Please refer to the https://github.com/wso2/product-is/issues/4426

emswbandara commented 5 years ago

With the PR to add the schemas for all the database types, we need to remove this logic [1] from the code as it becomes redundant in the master branch.

[1] https://github.com/wso2/carbon-identity-framework/blob/master/components/configuration-mgt/org.wso2.carbon.identity.configuration.mgt.core/src/main/java/org/wso2/carbon/identity/configuration/mgt/core/internal/ConfigurationManagerComponent.java#L152-L171