Skip to content

Commit

Permalink
Correct field names in generated channel file
Browse files Browse the repository at this point in the history
  • Loading branch information
spyrkob committed Mar 28, 2024
1 parent 72f8ac7 commit 534c239
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/main/java/org/wildfly/channel/Channel.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public List<Repository> getRepositories() {
}

@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonProperty("blocklist")
public BlocklistCoordinate getBlocklistCoordinate() {
return blocklistCoordinate;
}
Expand All @@ -129,6 +130,7 @@ public ChannelManifestCoordinate getManifestCoordinate() {
}

@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonProperty("resolve-if-no-stream")
public NoStreamStrategy getNoStreamStrategy() {
return noStreamStrategy;
}
Expand Down

0 comments on commit 534c239

Please sign in to comment.