Skip to content

Dependency issues #72

@fipro78

Description

@fipro78

I noticed that org.eclipse.fx.ide.fxgraph and org.eclipse.fx.ide.css specify some dependencies in two ways, as Require-Bundle and as Import-Package:

  • org.apache.log4j
  • org.apache.commons.logging

Why are those dependencies configured twice in different ways? The Import-Package definition should be enough from my point of view. Adding the Require-Bundle additionally makes it impossible to replace the logging with SFL4J at runtime. Also in Require-Bundle the two bundles are re-exported. And why does those two bundles require two different logging implementations?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions