[jbosstools-issues] [JBoss JIRA] (JBTIS-1045) Drools plugin version doesn't match the appropriate bundle version

Paul Leacu (JIRA) issues at jboss.org
Tue Aug 1 10:55:00 EDT 2017


    [ https://issues.jboss.org/browse/JBTIS-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13442863#comment-13442863 ] 

Paul Leacu commented on JBTIS-1045:
-----------------------------------

That's what I thought - here's the incorrect manifest fragment:
{code}
Bundle-ManifestVersion: 2
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Eclipse-BuddyPolicy: registered
Bundle-Vendor: JBoss by Red Hat
Import-Package: org.kie.eclipse.preferences,org.kie.eclipse.runtime,or
 g.kie.eclipse.utils,org.kie.eclipse.wizard.project
Eclipse-LazyStart: true
Export-Package: org.drools.eclipse.builder,org.drools.eclipse.util,org
 .drools.eclipse.wizard.project
Bundle-Name: Drools Eclipse Plug-in
Bundle-Version: 6.5.0.20161109-054101
Bundle-Localization: plugin
{code}

Here's what I'm building now locally:
{code}
Bundle-ManifestVersion: 2
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Eclipse-BuddyPolicy: registered
Bundle-Vendor: JBoss by Red Hat
Import-Package: org.kie.eclipse.preferences,org.kie.eclipse.runtime,or
 g.kie.eclipse.utils,org.kie.eclipse.wizard.project
Eclipse-LazyStart: true
Export-Package: org.drools.compiler.compiler,org.drools.compiler.lang.
 descr,org.drools.eclipse,org.drools.eclipse.builder,org.drools.eclips
 e.util,org.drools.eclipse.wizard.project,org.kie.internal.builder
Bundle-Name: Drools Eclipse Plug-in
Bundle-Version: 8.0.0.Final-v20170801-1309-B1
Bundle-Localization: plugin
{code}

So it appears to be okay now (at least with a local build).  I guess we'll see what it looks like with the candidate build.



> Drools plugin version doesn't match the appropriate bundle version
> ------------------------------------------------------------------
>
>                 Key: JBTIS-1045
>                 URL: https://issues.jboss.org/browse/JBTIS-1045
>             Project: JBoss Tools Integration Stack
>          Issue Type: Bug
>          Components: drools/ jBPM
>    Affects Versions: 4.4.1.Final
>            Reporter: Andrej Podhradsky
>            Assignee: Paul Leacu
>
> JBTIS 4.4.1.Final / DevstudioIS 10.1.0.GA contains drools plugins in the following version
> {code}
> 6.5.1.Final-v20161109-054101-B1259
> {code}
> All related features and plugins also contain the above versions such as
> {code}
> org.drools.eclipse.feature_6.5.1.Final-v20161109-054101-B1259
> org.drools.eclipse_6.5.1.Final-v20161109-054101-B1259.jar
> {code}
> But if you unzip the drools plugin and look at its bundle version in MANIFEST file you will see
> {code}
> Bundle-Version: 6.5.0.20161109-054101
> {code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list