lightblue-platform / lightblue-mongo

MongoDB backend for lightblue
GNU General Public License v3.0
3 stars 14 forks source link

fix flapdoodle issues #397

Closed cvidhyac closed 2 years ago

cvidhyac commented 2 years ago

Lightblue-mongo was upgraded to latest version of flapdoodle that also impacts lightblue-rest and other lightblue libraries.

Upgrade to flapdoodle 3.4.7 Fix test failures and flapdoodle configuration specific to lightblue-mongo Fix few SONAR issues on the files that required changes

Note :

  1. There are cyclic dependencies between lightblue-mongo and lightblue-rest. Build them both before attempting to build other lightblue libraries.

  2. Once the core libraries are built, rebuild other lightblue libraries (lightblue-notification-hook, lightblue-core etc.,) since they contain transient and test dependency to lightblue-mongo and lightblue-rest