Skip to content

Resolve ConflictingBeanDefinition for DependencyLogger Bean and Upgrade reactor-core version in azure pom.xml

Thulasi Dass Subramanian requested to merge az/td-fix-azure-deploy into master

Type of change

  • Bug Fix
  • Feature

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
  • GCP
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

  • DependencyLogger Bean specified without Qualifier annotation

What is the new/expected behavior?

  • DependencyLogger Bean specified with Qualifier annotation to resolve conflict from azure-core-lib 0.17.0 version
  • upgrade reactor-core-version to 3.4.6 to 3.4.21 for resolving compatible versions of the classes 'reactor.netty.http.client.HttpClientConnect$HttpObserver' and 'reactor.core.publisher.MonoSink'

Have you added/updated Unit Tests and Integration Tests?

NO

Any other useful information

To fix 'search-service' azure-deploy job failures in M14-Release 0.17

Edited by Thulasi Dass Subramanian

Merge request reports