|
Change Parameter Type servers : List<CassandraServer> to servers : List<CassandraNodeIpAndPort> in method public createClusterForClusterWithoutPassWord(servers List<CassandraNodeIpAndPort>) : Cluster in class org.apache.james.backends.cassandra.init.ClusterFactory |
From |
To |
|
Change Parameter Type servers : List<CassandraServer> to servers : List<CassandraNodeIpAndPort> in method public createClusterForClusterWithPassWord(servers List<CassandraNodeIpAndPort>, userName String, password String, refreshSchemaIntervalMillis Optional<Integer>) : Cluster in class org.apache.james.backends.cassandra.init.ClusterFactory |
From |
To |
|
Change Parameter Type fileSystem : FileSystem to configuration : CassandraSessionConfiguration in method package provideSession(configuration CassandraSessionConfiguration, cluster Cluster, cassandraModule CassandraModule) : Session in class org.apache.james.modules.mailbox.CassandraSessionModule |
From |
To |