Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Added ExternalDependencies in ExtProds to install third party software and tools
    • searchFile in bash and the 3 programming languages are now considering JavaDependencies and ExternalDependencies
  • Upgraded TMCDB Explorer to use current version of several JAR files including external (hibernate, spring, etc.) ones
    • They were frozen during an old release (for instance hibernate 3 and old ALMA SW jar versions)
  • TMCDB Explorer clone functionality was fixed
  • Upgraded Pmw package for Python 3 compatibility
  • Fix in Makefile linking which gave priority to .a over .so files, leading to some unexpected crashes under some specific conditions
  • Fixed and stabilized several test cases (Currently ~20/640 are failing)
  • JAR files targets in ACS Makefile are now creating artifacts in M2 repository with the 'install' command
    • The rule is:
      • ArtifactId: JAR name
      • GroupId: Module name
      • Version:
        • If ALMASW_RELEASE follows ACS-YYYYMMM, then YYYY.MM (ACS-2021FEB → 2021.02)
        • If ALMASW_RELEASE is not following that standard, then it's used explicitly as version
    • A new command 'deploy_all' was added to ACS Makefile, which is intended to deploy artifacts to a remote repository

...