wso2 / financial-open-banking

WSO2 Open Banking Accelerator is a collection of technologies that increases the speed and reduces the complexity of adopting open banking compliance. Instead of building a solution from scratch, you can use WSO2 Open Banking Accelerator to meet all legislative requirements with additional benefits beyond compliance.
Apache License 2.0
7 stars 21 forks source link

Issue in consent search results in Oracle DB #39

Closed RivinduM closed 3 months ago

RivinduM commented 4 months ago

Description: In the consent search for Oracle DB, the recurring indicator value is not properly returned in the DetailedConsent result. The reason for this issue was the Boolean parsing has not retuned the correct value when parsing string "1" to a boolean.[1]

[1]https://github.com/wso2/financial-open-banking/blob/main/open-banking-accelerator/components/consent-management/com.wso2.openbanking.accelerator.consent.mgt.dao/src/main/java/com/wso2/openbanking/accelerator/consent/mgt/dao/impl/OracleConsentCoreDAOImpl.java#L252

OS, DB, other environment details and versions: Oracle DB