File tree Expand file tree Collapse file tree 5 files changed +4
-8
lines changed
modules/cassandra/src/main/java/org/testcontainers Expand file tree Collapse file tree 5 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 11package org .testcontainers .cassandra ;
22
33import com .github .dockerjava .api .command .InspectContainerResponse ;
4- import org .testcontainers .cassandra .delegate .CassandraDatabaseDelegate ;
5- import org .testcontainers .cassandra .wait .CassandraQueryWaitStrategy ;
64import org .testcontainers .containers .GenericContainer ;
75import org .testcontainers .ext .ScriptUtils ;
86import org .testcontainers .ext .ScriptUtils .ScriptLoadException ;
Original file line number Diff line number Diff line change 1- package org .testcontainers .cassandra . delegate ;
1+ package org .testcontainers .cassandra ;
22
33import lombok .RequiredArgsConstructor ;
44import lombok .extern .slf4j .Slf4j ;
55import org .apache .commons .lang3 .ArrayUtils ;
66import org .apache .commons .lang3 .StringUtils ;
7- import org .testcontainers .cassandra .CassandraContainer ;
87import org .testcontainers .containers .Container ;
98import org .testcontainers .containers .ContainerState ;
109import org .testcontainers .containers .ExecConfig ;
Original file line number Diff line number Diff line change 1- package org .testcontainers .cassandra . wait ;
1+ package org .testcontainers .cassandra ;
22
33import org .rnorth .ducttape .TimeoutException ;
4- import org .testcontainers .cassandra .delegate .CassandraDatabaseDelegate ;
54import org .testcontainers .containers .ContainerLaunchException ;
65import org .testcontainers .containers .wait .strategy .AbstractWaitStrategy ;
76import org .testcontainers .delegate .DatabaseDelegate ;
Original file line number Diff line number Diff line change 1414/**
1515 * Cassandra database delegate
1616 *
17- * @deprecated use {@link org.testcontainers.cassandra.delegate. CassandraDatabaseDelegate} instead.
17+ * @deprecated use {@link org.testcontainers.cassandra.CassandraDatabaseDelegate} instead.
1818 */
1919@ Slf4j
2020@ RequiredArgsConstructor
Original file line number Diff line number Diff line change 1313/**
1414 * Waits until Cassandra returns its version
1515 *
16- * @deprecated use {@link org.testcontainers.cassandra.wait. CassandraQueryWaitStrategy} instead.
16+ * @deprecated use {@link org.testcontainers.cassandra.CassandraQueryWaitStrategy} instead.
1717 */
1818@ Deprecated
1919public class CassandraQueryWaitStrategy extends AbstractWaitStrategy {
You can’t perform that action at this time.
0 commit comments