Skip to content

FINERACT-706: Interoperation Mojaloop integration 1.0.1#565

Merged
conradsp merged 1 commit into
apache:developfrom
marta-jankovics:mojaloop-fineract_1.0.1
Jun 30, 2019
Merged

FINERACT-706: Interoperation Mojaloop integration 1.0.1#565
conradsp merged 1 commit into
apache:developfrom
marta-jankovics:mojaloop-fineract_1.0.1

Conversation

@marta-jankovics
Copy link
Copy Markdown
Contributor

@marta-jankovics marta-jankovics commented May 7, 2019

Description

  • interoperable - service: new package supporting interoperable transactions
  • interoperable - config, build: database and build configuration changes necessary for the new interoperable service
  • interoperable - framework changes: updates other than the new service, necessary for the interoperation
  • interoperable - general build: general build modifications: - not specific to the interoperable service

Changes made compared to request #544

  • Added integration tests
  • Fixed some licence headers
  • Removed general build changes not essential for interoperability
  • Multitenancy of interoperation is not forced by the database init script
  • Fixed delete parties REST operation
  • Update build.gradle to ignore interoperable json example documentation
  • Added javax.validation dependency
  • Migration script 346 was renamed to 352 according to the current development state
  • Code base was refreshed to the current apache developer state

Checklist

Please make sure these boxes are checked before submitting your pull request - thanks!

Our guidelines for code reviews is at https://cwiki.apache.org/confluence/display/FINERACT/Code+Review+Guide

-- INSERT INTO `tenants` VALUES (3,'tn02','Lion','tn02','Africa/Bujumbura',NULL,NULL,NULL,NULL,'localhost','3306','root','mysql',1);
-- INSERT INTO `tenants` VALUES (4,'tn03','Rhino','tn03','Africa/Bujumbura',NULL,NULL,NULL,NULL,'localhost','3306','root','mysql',1);
-- INSERT INTO `tenants` VALUES (5,'tn04','Elephant','tn04','Africa/Bujumbura',NULL,NULL,NULL,NULL,'localhost','3306','root','mysql',1);
/*!40000 ALTER TABLE `tenants` ENABLE KEYS */;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a note for future reference that we shouldn't be modifying existing SQL migrations.
This particular change, however, is not a blocker for merging the PR as you have commented out the changes made and the committer merging the pr would likely undo changes to this particular file before merging the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants