[RFE] For dependency rules, add ability to ignore a match if its an indirect dependency #237
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.
See following rule
rulesets/default/generated/quarkus/214-jakarta-jaxrs-to-quarkus.windup.yaml
Lines 1 to 17 in f7ce549
The above rule looks for a specific javax dependency that is to be replaced with rest easy. However, resteasy itself brings in the Jakarta dependency as indirect. The original intent of the rule seems to be only replace the direct dependency. A new rule construct to ignore a match when a dependency is indirect would help in scenarios like this.
The text was updated successfully, but these errors were encountered: