Skip to content

Releases: mohamed-taman/Harvest-Bank

Harvest 3

09 Aug 10:53
22459a2
Compare
Choose a tag to compare

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

07 Sep 18:14
Compare
Choose a tag to compare

Harvest Bank release v1.5

Release notes:

  1. Add Customer API documentation #17.
  2. Add project management section to README.md file.

Harvest

07 Sep 16:58
Compare
Choose a tag to compare

Harvest Bank release

Release notes:

  1. add 4 documentation #13.
  2. Add System Diagram #15.
  3. Some script enhancements.

Harvest Beta 3

07 Sep 11:43
Compare
Choose a tag to compare
Harvest Beta 3 Pre-release
Pre-release

Harvest Bank release beta 3

Release notes:

  1. add 4 scripts #7
  2. Setup.sh script for installing parent POMs and shared libraries and building and unit testing the system.
  3. run-em-all.sh for running all microservices.
  4. stop-em-all.sh for stoping all running microservices.
  5. 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

07 Sep 02:07
Compare
Choose a tag to compare
Harvest Beta 2 Pre-release
Pre-release

Harvest Bank release beta 2

Release notes:

  1. Implements business requirements #4
  2. Test classes enhancements #6
  3. Implement all test cases #6
  4. System Validation Enhancements.

Harvest Beta 1

06 Sep 15:44
Compare
Choose a tag to compare
Harvest Beta 1 Pre-release
Pre-release

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