| 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: | SwitchYard | Assignee: | David Ward <dward> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Pechanec <jpechane> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 GA | CC: | 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
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) Keith Babo <kbabo> made a comment on jira SWITCHYARD-1825 pushed ER7 contains Drools 6.0.0.Final Keith Babo <kbabo> updated the status of jira SWITCHYARD-1825 to Closed |