[
https://issues.apache.org/jira/browse/KARAF-6540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16990533#comment-16990533
]
ASF GitHub Bot commented on KARAF-6540:
---------------------------------------
jbonofre commented on pull request #113: [KARAF-6540] Fix MongoDB appender
headers
URL: https://github.com/apache/karaf-decanter/pull/113
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> MongoDB Appender can't be installed due to missing import
> ---------------------------------------------------------
>
> Key: KARAF-6540
> URL: https://issues.apache.org/jira/browse/KARAF-6540
> Project: Karaf
> Issue Type: Bug
> Components: decanter
> Affects Versions: decanter-2.2.0
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: decanter-2.3.0
>
>
> The Decanter MongoDB appender can't be installed due to a missing import:
> {code:java}
> Unable to resolve root: missing requirement [root] osgi.identity;
> osgi.identity=decanter-appender-mongodb; type=karaf.feature;
> version="[2.3.0.SNAPSHOT,2.3.0.SNAPSHOT]";
> filter:="(&(osgi.identity=decanter-appender-mongodb)(type=karaf.feature)(version>=2.3.0.SNAPSHOT)(version<=2.3.0.SNAPSHOT))"
> [caused by: Unable to resolve decanter-appender-mongodb/2.3.0.SNAPSHOT:
> missing requirement [decanter-appender-mongodb/2.3.0.SNAPSHOT] osgi.identity;
> osgi.identity=decanter-appender-mongodb-core; type=karaf.feature [caused by:
> Unable to resolve decanter-appender-mongodb-core/2.3.0.SNAPSHOT: missing
> requirement [decanter-appender-mongodb-core/2.3.0.SNAPSHOT] osgi.identity;
> osgi.identity=org.apache.karaf.decanter.appender.mongodb; type=osgi.bundle;
> version="[2.3.0.SNAPSHOT,2.3.0.SNAPSHOT]"; resolution:=mandatory [caused by:
> Unable to resolve org.apache.karaf.decanter.appender.mongodb/2.3.0.SNAPSHOT:
> missing requirement
> [org.apache.karaf.decanter.appender.mongodb/2.3.0.SNAPSHOT]
> osgi.wiring.package; filter:="(osgi.wiring.package=org.slf4j.impl)"]]] {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)