Releases: mohamed-taman/Harvest-Bank
Releases · mohamed-taman/Harvest-Bank
Harvest 3
Harvest Bank release v2.0
Project Updates:
- Update libraries to the latest version.
- Update spring to the latest 2.5.3.
- Update to JDK 17.
Harvest 2
Harvest Bank release v1.5
Release notes:
- Add Customer API documentation #17.
- Add project management section to
README.md
file.
Harvest
Harvest Bank release
Release notes:
- add 4 documentation #13.
- Add System Diagram #15.
- Some script enhancements.
Harvest Beta 3
Harvest Bank release beta 3
Release notes:
- add 4 scripts #7
Setup.sh
script for installing parent POMs and shared libraries and building and unit testing the system.
run-em-all.sh
for running all microservices.
stop-em-all.sh
for stoping all running microservices.
test-em-all.sh
for BlackBox testing the whole system. If used start and stop flags, then the script will start, test, and stop the system.
Harvest Beta 2
Harvest Bank release beta 2
Release notes:
- Implements business requirements #4
- Test classes enhancements #6
- Implement all test cases #6
- System Validation Enhancements.
Harvest Beta 1
Harvest Bank release beta 1
Release notes:
- Initial project setup #2
- Adding projects Base Chassis
POMs
#2
- Developed Bank Commons #2
- Implemented the main microservices
Customer
,Account
, and Transaction
Microservices. #1 #3
- Adding Transaction Microservice layers (Controller, Service, Repository, and Integration) testing APIs. #6