Skip to content

Resolve "Upgrade and Fix Core Common Dependency"

Closes #32 (closed)

See osdu/platform&9 (closed) for more details.

MR's Raison d'être

This MR updates the os-core-common dependencies to use the latest released version of the library. Keeping our library usage at the latest helps avoid subtle incompatibility bugs from creeping in, and ensures that all Data Platform code is staying current with bug fixes and performance improvements in the core libraries.

Dependency Table, after the application of this MR's changes

Maven Dependencies Root POM testing/ testing/file-test-core-bdd/
os-core-common 0.10.0-rc3 0.10.0-rc3 0.10.0-rc3
core.aws.os-core-lib-aws 0.10.0-SNAPSHOT 0.9.0
core-lib-gcp 0.9.0
os-core-lib-ibm 0.7.0 0.7.0
core-lib-azure 0.9.0-rc3 0.9.0-rc3 0.9.0-rc3

While this MR originally targeting the then-stable 0.9.0, master had changed to 0.10.0-rc3 before merging. I did not want to go backwards, so I left it at 0.10.0-rc3. This means the MR is without a Raison d'être; it's only housekeeping updates.

Housekeeping Updates

FOSSA Update

This MR also updates the FOSSA attributions, since these need to be kept up to date on every MR. Changes are expected whenever the library dependencies are updated.

Update Deprecated Pipeline Includes

This MR also updates the .gitlab-ci.yml file to use the newer pipeline includes, rather than relying on deprecated includes that mimic old behavior. These housekeeping updates should be done regularly on MRs when they are discovered so the old CI include files can be deleted and no longer supported.

Edited by David Diederich

Merge request reports