Skip to content

Commit

Permalink
Merge pull request #237 from spyrkob/correct_generated_channel
Browse files Browse the repository at this point in the history
Correct field names in generated channel file
  • Loading branch information
jmesnil authored Apr 10, 2024
2 parents 72f8ac7 + 534c239 commit ea00153
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 ea00153

Please sign in to comment.