[ https://issues.apache.org/jira/browse/CAMEL-3856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Valeri updated CAMEL-3856: -------------------------------- Description: The Quartz packaging for OSGi uses the following configuration: {code:xml} <camel.osgi.export.pkg> org.apache.camel.component.quartz.*, org.apache.camel.routepolicy.quartz.* </camel.osgi.export.pkg> {code} This gets concatenated as ${camel.osgi.export.pkg};${camel.osgi.version} and then fed to the Felix Bundle Plug-in. The issue I am seeing is that only the second package gets versioned in the bundle manifest. org.apache.camel.component.quartz is exported without a version. was: The Quartz packaging for OSGi uses the following configuration: {code:xml} <camel.osgi.export.pkg> org.apache.camel.component.quartz.*, org.apache.camel.routepolicy.quartz.* </camel.osgi.export.pkg> {code:xml} This gets concatenated as ${camel.osgi.export.pkg};${camel.osgi.version} and then fed to the Felix Bundle Plug-in. The issue I am seeing is that only the second package gets versioned in the bundle manifest. org.apache.camel.component.quartz is exported without a version. > org.apache.camel.component.quartz package export not versioned Quartz > component > ------------------------------------------------------------------------------- > > Key: CAMEL-3856 > URL: https://issues.apache.org/jira/browse/CAMEL-3856 > Project: Camel > Issue Type: Bug > Components: camel-quartz > Affects Versions: 2.7.1 > Reporter: David Valeri > Fix For: 2.8.0 > > Attachments: CAMEL-3856.patch > > > The Quartz packaging for OSGi uses the following configuration: > {code:xml} > <camel.osgi.export.pkg> > org.apache.camel.component.quartz.*, > org.apache.camel.routepolicy.quartz.* > </camel.osgi.export.pkg> > {code} > This gets concatenated as ${camel.osgi.export.pkg};${camel.osgi.version} and > then fed to the Felix Bundle Plug-in. The issue I am seeing is that only the > second package gets versioned in the bundle manifest. > org.apache.camel.component.quartz is exported without a version. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira