Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Missing direct paths in the result #99

Open
pkocandr opened this issue Feb 26, 2016 · 0 comments
Open

Missing direct paths in the result #99

pkocandr opened this issue Feb 26, 2016 · 0 comments

Comments

@pkocandr
Copy link
Contributor

When requesting paths from org.jboss.integration.fuse:test-maven-repo:1.3.0.redhat-007 to org.jboss.integration-platform:jboss-integration-platform-bom I get a lot of results, but some are obviously missing. There is a path:

  • "org.jboss.integration.fuse:test-maven-repo:1.3.0.redhat-007"
  • depends on "org.jboss.integration.fuse:kie-camel:jar:1.3.0.redhat-007"
  • depends on "org.kie:kie-spring:jar:6.3.0.Final-redhat-7"
  • depends on "org.jbpm:jbpm-persistence-jpa:jar:6.3.0.Final-redhat-7" (optional)
  • has parent "org.jbpm:jbpm:6.3.0.Final-redhat-7"
  • imports BOM "org.kie:kie-platform-bom:6.3.0.Final-redhat-7"
  • imports BOM "org.jboss.integration-platform:jboss-integration-platform-bom:6.0.0.CR30-redhat-2"

missing in the result, while these 3 are contained:

    • "org.jboss.integration.fuse:test-maven-repo:1.3.0.redhat-007"
    • depends on "org.jboss.integration.fuse:kie-camel:jar:1.3.0.redhat-007"
    • depends on "org.kie:kie-spring:jar:6.3.0.Final-redhat-7"
    • depends on "org.jbpm:jbpm-persistence-jpa:jar:6.3.0.Final-redhat-7" (optional)
    • has parent "org.jbpm:jbpm:6.3.0.Final-redhat-7"
    • imports mixin BOM "org.jboss.integration-platform:jboss-integration-platform-bom:6.0.0.CR30-redhat-2"
    • "org.jboss.integration.fuse:test-maven-repo:1.3.0.redhat-007"
    • depends on "org.jboss.integration.fuse:kie-camel:jar:1.3.0.redhat-007"
    • depends on "org.kie:kie-spring:jar:6.3.0.Final-redhat-7"
    • depends on "org.jbpm:jbpm-persistence-jpa:jar:6.3.0.Final-redhat-7" (optional)
    • imports mixin BOM "org.jboss.integration-platform:jboss-integration-platform-bom:6.0.0.CR30-redhat-2"
    • "org.jboss.integration.fuse:test-maven-repo:1.3.0.redhat-007"
    • depends on "org.jboss.integration.fuse:kie-camel:jar:1.3.0.redhat-007"
    • depends on "org.kie:kie-spring:jar:6.3.0.Final-redhat-7"
    • depends on "org.jbpm:jbpm-persistence-jpa:jar:6.3.0.Final-redhat-7" (optional)
    • inherits imported BOM "org.kie:kie-platform-bom:6.3.0.Final-redhat-7"
    • imports BOM "org.jboss.integration-platform:jboss-integration-platform-bom:6.0.0.CR30-redhat-2"

It seems the filter is not accepting the path from org.jbpm:jbpm:6.3.0.Final-redhat-7 to org.kie:kie-platform-bom:6.3.0.Final-redhat-7 while it does the inherited or mixin ones, or the traverse method skips the relationship. Another option is that atlas does not report the relationship at all.

This is the complete result in json format http://pastebin.com/XJqhWdwu (raw for Firefox)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant