[RFE] Ability to specify open and closed ranges in sources and targets #712
Labels
needs-kind
Indicates an issue or PR lacks a `kind/foo` label and requires one.
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
In konveyor, source and target versions are specified using + and - symbols. This can be confusing for specifying version ranges properly, as it is not clear which versions are included and which not
It would be good to have a mechanism that would allow things like:
Match on versions up to, but not including, 5.0: (,5.0)
Match on versions from 4.0 to 5.0, both included: [4.0, 5.0]
Match on versions from 4.0 (not included): (4.0,)
...and so on
This could be related to this RFE for enhancing java.dependency condition ranges.
The natural conclusion to these two issues is that we need a unified way of specifying version ranges across all of Konveyor, be it for conditions in any provider (Java, .NET) or for sources and targets.
The text was updated successfully, but these errors were encountered: