openMF / ph-ee-connector-mojaloop-java

Java-based Mojaloop connector microservice
Mozilla Public License 2.0
5 stars 23 forks source link

An attempt to make microservice stable #8

Closed danishjamal104 closed 1 year ago

danishjamal104 commented 2 years ago

Updates in this PR

  1. Added required jars in libs folder in project root. These jars are import for mojaloop to work.
  2. Upgraded the zeebe client version so all the older zeebe dep changed to camunda.
  3. New route for making external API call, this is used in all the camel routes which was making external API call.
  4. New route for unmarshling the data, most of the routes now uses this new route to do the unmarshling.
  5. POM to Gradle.
  6. Added worker to route documentation in readme.
  7. Added new test, IlpTestCase for testing the ilp code.
  8. Added new test, QuoteTest for testing the quotationDTO parsing part.
  9. Added info level loggers for improving observability to the developers.

ILP-LIBRARY - https://github.com/fynarfin/interop-ilp-conditions