[ https://issues.apache.org/jira/browse/CAMEL-3856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Hadrian Zbarcea updated CAMEL-3856: ----------------------------------- Fix Version/s: 2.7.2 > 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.0, 2.7.1 > Reporter: David Valeri > Assignee: Claus Ibsen > Priority: Minor > Fix For: 2.7.2, 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