Skip to content

Move Search Config out of os-core-common (GONRG-744)

Artem Dobrynin (EPAM) requested to merge gcp-search-config-changes into master

Type of change

  • Feature

Does this introduce a change in the core logic?

  • [YES]

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

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [YES]

The breaking change was introduced in os-core-common The config from common lib does not support search- and indexer-related values. These values were moved to org.opengroup.osdu.indexer.config.IndexerConfigurationProperties

What is the current behavior?

In this ticket the new separate config org.opengroup.osdu.indexer.config.IndexerConfigurationProperties was created. It is managed by @ConfigurationProperties. All occurrences of the old config were replaced by new config

Have you added/updated Unit Tests and Integration Tests?

  • [YES]

Any other useful information

depends on: osdu/platform/system/lib/core/os-core-common!34 (merged) contains changes from: !52 (merged), !51 (merged)

Merge request reports