You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Peter Klügl (JIRA)" <de...@uima.apache.org> on 2019/02/13 10:42:00 UTC

[jira] [Assigned] (UIMA-5979) Ruta: bundles export packages that have private references

     [ https://issues.apache.org/jira/browse/UIMA-5979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Klügl reassigned UIMA-5979:
---------------------------------

    Assignee: Peter Klügl

> Ruta: bundles export packages that have private references
> ----------------------------------------------------------
>
>                 Key: UIMA-5979
>                 URL: https://issues.apache.org/jira/browse/UIMA-5979
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Ruta
>    Affects Versions: 2.7.0ruta
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>            Priority: Major
>
> Marshall:
> While building from sources, there are a lot of messages like this:
> [INFO] --- maven-bundle-plugin:3.3.0:manifest (uima-bundle) @ ruta-ep-engine ---
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.apache.uima.ruta.action,  has 1,  private references
> [org.apache.uima.ruta.expression.feature],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.apache.uima.ruta.expression,  has 2,  private references
> [org.apache.uima.ruta.expression.annotation,
> org.apache.uima.ruta.expression.feature],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.apache.uima.ruta.expression.bool,  has 2,  private references
> [org.apache.uima.ruta.expression.feature,
> org.apache.uima.ruta.expression.annotation],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.apache.uima.ruta.expression.number,  has 1,  private references
> [org.apache.uima.ruta.expression.feature],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.apache.uima.ruta.expression.string,  has 1,  private references
> [org.apache.uima.ruta.expression.feature],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.apache.uima.ruta.extensions,  has 1,  private references
> [org.apache.uima.ruta.expression.annotation],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.apache.uima.ruta.parser,  has 2,  private references
> [org.apache.uima.ruta.expression.annotation,
> org.apache.uima.ruta.expression.feature],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.apache.uima.ruta.verbalize,  has 2,  private references
> [org.apache.uima.ruta.expression.annotation,
> org.apache.uima.ruta.expression.feature],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.beans.factory.access,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.beans.factory.access.el,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.beans.factory.annotation,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.beans.factory.config,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.beans.factory.parsing,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.beans.factory.support,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.beans.factory.wiring,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.beans.factory.xml,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.beans.support,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.cache.ehcache,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.cache.interceptor,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.context.annotation,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.context.support,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.context.weaving,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.core.enums,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.core.env,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.core.io.support,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.ejb.support,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.jmx.access,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.jmx.export.naming,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.jmx.support,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.jndi,  has 1,  private references [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.remoting.rmi,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.remoting.support,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.scheduling.backportconcurrent,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.scheduling.concurrent,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.scheduling.support,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.scheduling.timer,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.scripting.support,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.ui.context.support,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.util,  has 1,  private references [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.util.xml,  has 1,  private references
> [org.apache.commons.logging],
> [WARNING] Manifest org.apache.uima:ruta-ep-engine:jar:2.7.0 : Export
> org.springframework.validation,  has 1,  private references
> [org.apache.commons.logging]
> A google search turns up
> https://stackoverflow.com/questions/21218296/maven-bundle-plugin-export-has-private-references



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)