Skip to content

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

Srishti Sharma requested to merge srsharma1908 into master

Type of change

  • Bug Fix - Yes
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)
Bug: https://dev.azure.com/OpenEnergyPlatform/Open%20Energy%20Platform/_workitems/edit/6422

Does this introduce a change in the core logic?

  • No

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure -> POM of Notification Service updated to take up latest code from azure-core-lib
  • GCP
  • IBM

Does this introduce a breaking change?

  • No

What is the current behavior?

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.

What is the new/expected behavior?

Each exception in one line. Reduces log size.

Have you added/updated Unit Tests and Integration Tests?

Tested locally.

Any other useful information

Merge request reports