Bug 1006807

Summary: Sync JGroups version in HornetQ project and EAP
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Miroslav Novak <mnovak>
Component: HornetQAssignee: Clebert Suconic <csuconic>
Status: CLOSED CURRENTRELEASE QA Contact: Miroslav Novak <mnovak>
Severity: medium Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.2.0CC: ataylor, msvehla
Target Milestone: ER3   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-15 16:20:30 UTC 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 Miroslav Novak 2013-09-11 10:23:59 UTC
Description of problem:

At this moment there is JGroups 3.2.12.Final in EAP 6.2.0.ER1. HornetQ contained in EAP 6.2.0.ER1 depends on JGroups version 3.2.5.Final.

For testing we're always using JGroups (and all other dependencies) from EAP server so it's verified that newer version of JGroups is ok to use. 

Anyway there should be EAP and HornetQ project dependencies in sync. JGroups dependency in HornetQ should be updated to 3.2.12.Final.

Comment 1 Clebert Suconic 2013-09-11 12:32:59 UTC
I wouldn't say this is a problem. JGroups is used at HornetQ more to validate HornetQ's code. the tests are minimal to validate the integration.

Anyway I have updated it: https://github.com/hornetq/hornetq/pull/1271


this doesn't need to be on the EAP release notes as it was a simple task without any effect on the codebase.

Comment 2 Miroslav Novak 2013-10-04 07:48:11 UTC
Verified. JGroups versions are the same in EAP 6.2.0.ER3. Thanks Clebert!