Skip to content

Sage

Compare
Choose a tag to compare
@mohamed-taman mohamed-taman released this 17 Apr 18:49
· 115 commits to master since this release

Enhance review microservice database capabilities

Release Notes

  • Add database version control using flyway.
  • Fix review service starting dependency on MySql database.
  • Database migrations work on a standalone or containerized database.
  • More system documentation.
  • Fix all Optional and List calls with direct get() or List<> access without checking for their value first that is prone to through NPE.