Skip to content

Updating POM of Storage Service to take up latest code from azure-core-lib

Srishti Sharma requested to merge srsharma1908 into master

Merge request template

Issue: Stack trace is split across multiple line. Target: Reduce stack trace by having each exception without line breaks. Too many logs. Difficult to debug for DRIs.

Bug: https://dev.azure.com/OpenEnergyPlatform/Open%20Energy%20Platform/_workitems/edit/6422

  1. Updated POM.xml of Storage Service to take up latest code version(0.17.0-rc6)from azure-core-lib i.e. <osdu.corelibazure.version>0.17.0-rc6</osdu.corelibazure.version>
  2. Logging library is already updated with version 0.17.0-rc6 which removes line breaks in stack trace.

Target: Each exception in one line. Reduces log size.

Merge request reports