-
Notifications
You must be signed in to change notification settings - Fork 12
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
base: master
Are you sure you want to change the base?
Conversation
cb45871
to
aa9dda6
Compare
@Jacksonized | ||
@JsonIgnoreProperties(ignoreUnknown = true) | ||
@JsonInclude(JsonInclude.Include.NON_NULL) | ||
public class WindowsArtifact extends Artifact { |
There was a problem hiding this comment.
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
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Windows is fine
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
?
There was a problem hiding this comment.
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.
aa9dda6
to
7055d59
Compare
No description provided.