We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1fcb6 commit 73ffe7dCopy full SHA for 73ffe7d
src/main/asciidoc/reference/migration-guide-2.2-to-3.0.adoc
@@ -182,9 +182,9 @@ Keyspace creation via `CqlSessionFactoryBean` (`cassandra:session`) is not affec
182
183
* `GuavaListenableFutureAdapter`
184
* `QueryOptions` and `WriteOptions` constructor taking `ConsistencyLevel` and `RetryPolicy` arguments.
185
-Use the builder in conjunction with run profiles as a replacement.
+Use the builder in conjunction of execution profiles as replacement.
186
* `CassandraAccessor.setRetryPolicy(…)` and `ReactiveCqlTemplate.setRetryPolicy(…)` methods.
187
-Use run profiles as a replacement.
+Use execution profiles as replacement.
188
189
=== Namespace support
190
0 commit comments