-
Notifications
You must be signed in to change notification settings - Fork 13
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
Clarification on Stream.version #119
Comments
@gaol Who is verifying this? what it should be? either single version or both? |
Thanks @gaol that should be a single version only |
spyrkob
added a commit
to spyrkob/wildfly-channel
that referenced
this issue
Jan 17, 2023
spyrkob
added a commit
to spyrkob/wildfly-channel
that referenced
this issue
Jan 17, 2023
jfdenise
added a commit
that referenced
this issue
Jan 17, 2023
[#119] Correct Stream.version javadoc and schema description
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the javadoc of Stream.version, it says that the version can be
a list of comma-separated versions
:wildfly-channel/core/src/main/java/org/wildfly/channel/Stream.java
Line 50 in e1410ae
but in the json schame, it says that:
This must be either a single version.
wildfly-channel/core/src/main/resources/org/wildfly/channel/v1.0.0/schema.json
Line 79 in e1410ae
We need to keep the
version
requirement consistent in the 2 places above.The text was updated successfully, but these errors were encountered: