[CONTROLLER-1961] odl-jolokia seems to package superfluous artifacts Created: 07/Oct/20  Updated: 13/Oct/20  Resolved: 13/Oct/20

Status: Resolved
Project: controller
Component/s: karaf
Affects Version/s: None
Fix Version/s: Magnesium SR3, 3.0.1, 2.0.6

Type: Bug Priority: High
Reporter: Robert Varga Assignee: Vladyslav Marchenko
Resolution: Done Votes: 0
Labels: pt
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   
nite@nitebug : ~/odl/controller/features on * $ cat ./odl-jolokia/target/feature/feature.xml

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0" name="odl-extras-3.0.0-SNAPSHOT">
    <feature name="odl-jolokia" description="Jolokia JMX/HTTP bridge" version="3.0.0.SNAPSHOT">
        <details>OpenDaylight is leading the transformation to Open Software Defined Networking (SDN). For more information, please see https://www.opendaylight.org</details>
        <configfile finalname="/etc/org.jolokia.osgi.cfg">mvn:org.opendaylight.controller/odl-jolokia-osgi/3.0.0-SNAPSHOT/cfg/configuration</configfile>
        <feature>http</feature>
        <feature prerequisite="true" dependency="false">wrap</feature>
        <bundle>mvn:org.jolokia/jolokia-osgi/1.6.2</bundle>
        <bundle>wrap:mvn:org.jolokia/jolokia-core/1.6.2</bundle>
        <bundle>wrap:mvn:org.jolokia/jolokia-jsr160/1.6.2</bundle>
        <bundle>mvn:com.googlecode.json-simple/json-simple/1.1.1</bundle>
    </feature>
</features>

I think the wrap:mvn: jar content is already in present in jolokia-osgi. Verify that and if it is the case, exclude the jars.


Generated at Wed Feb 07 19:56:52 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.