Skip to content
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

[RFE] Ability to specify open and closed ranges in sources and targets #712

Open
jmle opened this issue Oct 29, 2024 · 1 comment
Open
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.

Comments

@jmle
Copy link
Contributor

jmle commented Oct 29, 2024

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.

@konveyor-ci-bot konveyor-ci-bot bot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Oct 29, 2024
@konveyor-ci-bot
Copy link

This issue is currently awaiting triage.
If contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.
The triage/accepted label can be added by org members.

@konveyor-ci-bot konveyor-ci-bot bot added 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. labels Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant