Skip to content

Updating POM of file service to take up latest code from azure-core-lib

Srishti Sharma requested to merge srsharma1908 into master

Issue: Stack trace is split across multiple line. Target: Reduce stack trace by having each exception without line breaks.

Updates:

  1. Updated POM.xml of file 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.
  3. application.properties is updated with azure.pubsub.publish=true as File service was not running locally if we had azure.pubsub.publish=false.

Merge request reports