Skip to content

Commit

Permalink
Merge pull request wildfly#1945 from panossot/JBEAP-7113
Browse files Browse the repository at this point in the history
[WFCORE-1988]: /host-exclude=XX:add(management-minor-version=1) produces java.lang.IllegalArgumentException.
  • Loading branch information
bstansberry authored Nov 15, 2016
2 parents f6f0aea + 9765567 commit 05a0e08
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ public String toString() {
.setAllowNull(true)
.setXmlName("minor-version")
.setAlternatives(ModelDescriptionConstants.HOST_RELEASE)
.setRequires(ModelDescriptionConstants.MANAGEMENT_MAJOR_VERSION)
.build();

public static final SimpleAttributeDefinition MANAGEMENT_MICRO_VERSION =
Expand Down

0 comments on commit 05a0e08

Please sign in to comment.