Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(curations): Add VCS info for remaning commons-logging-api versions #199

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

sschuberth
Copy link
Member

No description provided.

@sschuberth sschuberth requested a review from a team as a code owner June 18, 2024 07:23
@sschuberth sschuberth enabled auto-merge (rebase) June 18, 2024 07:24
comment: |-
No SCM tag in the POM: https://repo1.maven.org/maven2/commons-logging/commons-logging-api/1.0.3/commons-logging-api-1.0.3.pom
vcs:
type: "Git"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO the type and url should be set for a range of versions or agnostic of the version.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've extracted these to a version-independent curation now.

vcs:
type: "Git"
url: "https://github.com/apache/commons-logging.git"
revision: "LOGGING_1_0_3"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is ORT's matching algorithm unable to match this tag?

Copy link
Member Author

@sschuberth sschuberth Jun 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, ORT should be able to match it, see this test for a similar case. But I wanted to be consistent with version 1.1 here, which only uses two digits, and cannot be matched to the three-digit LOGGING_1_1_0 tag.

…ions

Extract common VCS info to a version-independent curation. Note that the
only other versions of `commons-logging-api` are 1.0.3 and 1.0.4 which
have three digits, and thus ORT can match the corresponding three-digit
tag names.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
@sschuberth sschuberth requested review from fviernau and a team June 18, 2024 09:16
@sschuberth sschuberth merged commit cee1f18 into main Jun 18, 2024
2 checks passed
@sschuberth sschuberth deleted the all-logging-api-versions branch June 18, 2024 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants