[
https://issues.redhat.com/browse/JGRP-2401?page=com.atlassian.jira.plugin...
]
Bela Ban updated JGRP-2401:
---------------------------
Description:
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}
was:
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.
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}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)