Bug 1028620

Summary: Upgrade KIE/Drools/jBPM from 6.0.0.CR5 to 6.0.0.Final
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: David Ward <dward>
Component: SwitchYardAssignee: David Ward <dward>
Status: CLOSED CURRENTRELEASE QA Contact: Jiri Pechanec <jpechane>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.0.0 GACC: atangrin, kbabo, soa-p-jira
Target Milestone: ER7   
Target Release: 6.0.0   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description David Ward 2013-11-08 21:39:33 UTC
Refer to JBoss issue: SWITCHYARD-1825

Comment 2 JBoss JIRA Server 2013-11-09 01:02:53 UTC
David Ward <dward> made a comment on jira SWITCHYARD-1825

https://github.com/jboss-switchyard/parent/pull/188
https://github.com/jboss-switchyard/components/pull/621
https://github.com/jboss-switchyard/release/pull/317

Note that this ONLY works if you add the following to your ~/.m2/settings.xml, until Final gets finalized on Nexus:
        <mirror>
            <id>jboss-staging-repository-group</id>
            <mirrorOf>jboss-public-repository-group</mirrorOf>
            <name>JBoss.org Staging Repository Group</name>
            <url>https://repository.jboss.org/nexus/content/groups/staging/</url>
        </mirror>

The following changes were made:
1) Version of kie, drools, and jbpm changed to 6.0.0.Final.
2) Re-aligned to Environment creation and RegisterableItemsFactory using newly public apis.
3) Removed all dependencies to kie-common libraries, as they are no longer required (and actually moved to uberfire).
4) Added support for the new RuleRuntimeEventListener.
5) Fixed a possible NPE in RulesExchangeHandler (w/r/t entry points)

Comment 3 JBoss JIRA Server 2013-11-13 04:03:33 UTC
Keith Babo <kbabo> made a comment on jira SWITCHYARD-1825

pushed

Comment 4 Jiri Pechanec 2013-12-16 07:28:01 UTC
ER7 contains Drools 6.0.0.Final

Comment 5 JBoss JIRA Server 2014-06-16 23:48:04 UTC
Keith Babo <kbabo> updated the status of jira SWITCHYARD-1825 to Closed