]
Bela Ban resolved JGRP-2401.
----------------------------
Resolution: Done
Fixed in master and backported to 4.x
Version number for configuration
--------------------------------
Key: JGRP-2401
URL:
https://issues.redhat.com/browse/JGRP-2401
Project: JGroups
Issue Type: Enhancement
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Minor
Fix For: 4.2.2, 5.0.0.Alpha4
Add a version to the config, which corresponds with the JGroups version.
At startup, if the JGroups version and the config version don't match, issue a
warning. Possibly don't start if the major version differs.
Example:
{code:xml}
<config xmlns="urn:org:jgroups"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:org:jgroups
http://www.jgroups.org/schema/jgroups.xsd"
version="5.0.0.Final">
{code}