Skip to content

dashboard: shared-dependencies BOM versions not correctly populated for 7 repos #1150

Description

@stephaniewang526

image

There are two causes to missing shared-dependencies BOM version in the 7 repos shown above:

1. Missing parent pom.xml in below repos:
spanner-jdbc, notification, dns

To correct this, we need to make a code change to fetch shared-dependencies BOM version from Github(release tag branch e.g. https://github.com/googleapis/java-dns/blob/v1.0.4/pom.xml) instead of Maven (using parent URL).

2. Client not yet released with shared-dependencies BOM:
compute -- googleapis/java-compute#181 (releasing today)
logging -- googleapis/java-logging#194 cc @simonz130 blocked by breaking changes. estimating a release on 11/5/2020.
nio -- googleapis/java-storage-nio#270 cc @frankyn

3. Incorrectly included artifact:
firestore-admin --> this is a module of java-firestore

To correct this, we need to remove it from the dashboard list.

A side effect is that none of their artifact-version URLs is working properly either.

Metadata

Metadata

Labels

priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions