You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2019/07/26 13:11:00 UTC

[jira] [Created] (SLING-8601) Analyser for package exports/imports reports about regions even if regions are not used

Carsten Ziegeler created SLING-8601:
---------------------------------------

             Summary: Analyser for package exports/imports reports about regions even if regions are not used
                 Key: SLING-8601
                 URL: https://issues.apache.org/jira/browse/SLING-8601
             Project: Sling
          Issue Type: Bug
          Components: Feature Model Analyser
    Affects Versions: Feature Model Analyser 1.0.4
            Reporter: Carsten Ziegeler
            Assignee: David Bosschaert
             Fix For: Feature Model Analyser 1.0.6


I have a feature project which is not using regions. A bundle is importing a package (logging) in a version which is higher as the exporter version (from another bundle) I correctly get this message:
[ERROR] Bundle org.apache.aries.cdi.extender:1.0.2 is importing package(s) Package org.osgi.service.log;version=[1.4,1.5) in start level 10 but no visible bundle is exporting these for that start level in the required version range.
Followed by:
org.osgi.service.log is exported in regions [] but it is imported in regions []
The second message should not be outputted as the project is not using regions at all



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)