[BUG] Dependency string parsing fails when dependency is not JAR #482
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Is there an existing issue for this?
Konveyor version
0.3.0
Priority
Critical
Current Behavior
Dependencies must not necessarily be JARs, they can also be POMs for instance (ie,
hibernate-search-orm-5.11.11.Final.pom.sha1
)When trying to parse the string, the process will fail in this case. See these lines of code.
Expected Behavior
The dependency analysis should take into account these cases
How Reproducible
Always (Default)
Steps To Reproduce
See failing windup-shim testing of rule
hibernate-search-01040-test
.Environment
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: