wso2 / financial-services-accelerator

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 20 forks source link

Bug fixes for event subscription flows in PostgreSQL #97

Closed anjuchamantha closed 1 month ago

anjuchamantha commented 1 month ago

Bug fixes for event subscription flows in PostgreSQL

This PR fixes bugs in event subscription in PostgreSQL for the following flows

  1. Create event notification subscription
  2. Retrieve an Event Notification Subscription
  3. Retrieve All Event Notification Subscriptions
  4. Retrieve Event Notification Subscriptions by an Subscribed Event Type
  5. Update an Event Notification Subscription
  6. Delete an Event Notification Subscription

Issue link: required

Applicable Labels: OB3 Accelerator


Development Checklist

  1. [ ] Build complete solution with pull request in place.
  2. [ ] Ran checkstyle plugin with pull request in place.
  3. [ ] Ran Findbugs plugin with pull request in place.
  4. [ ] Ran FindSecurityBugs plugin and verified report.
  5. [ ] Formatted code according to WSO2 code style.
  6. [ ] Have you verified the PR doesn't commit any keys, passwords, tokens, usernames, or other secrets?
  7. [ ] Migration scripts written (if applicable).
  8. [ ] Have you followed secure coding standards in WSO2 Secure Engineering Guidelines?

Testing Checklist

  1. [ ] Written unit tests.
  2. [ ] Verified tests in multiple database environments (if applicable).
  3. [ ] Tested with BI enabled (if applicable).