]
Wolf-Dieter Fink reassigned ISPN-11860:
---------------------------------------
Assignee: Wolf-Dieter Fink
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
Assignee: Wolf-Dieter Fink
Priority: Trivial
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 {