Wolf-Dieter Fink created ISPN-11860:
---------------------------------------
Summary: Wrong Javadoc for state-transfer configuration
Key: ISPN-11860
URL:
https://issues.redhat.com/browse/ISPN-11860
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 11.0.0.Alpha1
Reporter: Wolf-Dieter Fink
The XSD only allow replicated- distributed- and scattered-cache to configure
state-transfer.
But the class header is like followed
/**
* Configures how state is retrieved when a new cache joins the cluster.
* Used with invalidation and replication clustered modes.
*
* @since 5.1
*/
public class StateTransferConfiguration implements
Matchable<StateTransferConfiguration>, ConfigurationInfo {
--
This message was sent by Atlassian Jira
(v7.13.8#713008)