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

Add support for Windows artifacts in Deliverables Analyzer #244

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dwalluck
Copy link

@dwalluck dwalluck commented Dec 5, 2024

No description provided.

@Jacksonized
@JsonIgnoreProperties(ignoreUnknown = true)
@JsonInclude(JsonInclude.Include.NON_NULL)
public class WindowsArtifact extends Artifact {
Copy link
Author

Choose a reason for hiding this comment

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

Prefer Windows or Win? Type constant from Koji is win.

Copy link
Contributor

Choose a reason for hiding this comment

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

Windows is fine

Copy link
Author

@dwalluck dwalluck Dec 17, 2024

Choose a reason for hiding this comment

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

Yes. I looked at the code again, and I see that for Maven artifacts it spells out "Maven" and is not using an abbreviation like "Mvn", so I think the full name better matches the existing code.

Copy link
Author

Choose a reason for hiding this comment

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

@janinko Wait, should WIN in ArtifactType also be changed to WINDOWS?

Copy link
Author

Choose a reason for hiding this comment

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

I made the change for consistency. It will be called WINDOWS in pnc-api and WIN in kojiji.

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.

2 participants