Azure / Azure/azure-sdk-for-java
BOM generation/patch release, handle potential duplicate artifactId in core-v2
Open
Azure.Core.V2
backlog
- Dominant language
- Java
- Stars
- 2.6k
- Forks
- 2.2k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 178
Description
Currently we are using artifactId as the key for artifact dictionary: https://github.com/Azure/azure-sdk-for-java/blob/9410433c7c323d05345c0cbcc463cca4ea97194e/eng/scripts/patchhelpers.ps1#L54
This maybe an issue in core-v2, where we can have same artifactId with different groupId, e.g. https://github.com/Azure/azure-sdk-for-java/blob/a5b7c4483797e5d1c30d4f45a511f5ef41ad4f5a/sdk/appconfiguration/azure-data-appconfiguration/pom.xml#L14-L15 vs https://github.com/Azure/azure-sdk-for-java/blob/d791f6f104b2a7daee328b323fa021fdbff56ed8/sdk/appconfiguration-v2/azure-data-appconfiguration/pom.xml#L15-L16
Contributor guide
Assessment
This issue has not been assessed yet.