Skip to content

Commit ca8f929

Browse files
Bouncheckavelanarius
authored andcommitted
Remove Datastax's cloud implementation methods
Those won't be maintained in this repository and will only create confusion. Adds clirr ignores for removed test methods. Documentation part was already deleted by c2d725f
1 parent f7cbc11 commit ca8f929

File tree

9 files changed

+21
-1187
lines changed

9 files changed

+21
-1187
lines changed

clirr-ignores.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,27 @@
1616
Modified by ScyllaDB
1717
-->
1818
<differences>
19+
<difference>
20+
<differenceType>7002</differenceType> <!-- method removed -->
21+
<className>com/datastax/driver/core/Cluster$Builder</className>
22+
<method>com.datastax.driver.core.Cluster$Builder withCloudSecureConnectBundle(java.io.File)</method>
23+
<justification>Replacing Datastax Cloud with Scylla Cloud. Removing confusing code that won't be maintained.</justification>
24+
</difference>
25+
26+
<difference>
27+
<differenceType>7002</differenceType> <!-- method removed -->
28+
<className>com/datastax/driver/core/Cluster$Builder</className>
29+
<method>com.datastax.driver.core.Cluster$Builder withCloudSecureConnectBundle(java.net.URL)</method>
30+
<justification>Replacing Datastax Cloud with Scylla Cloud. Removing confusing code that won't be maintained.</justification>
31+
</difference>
32+
33+
<difference>
34+
<differenceType>7002</differenceType> <!-- method removed -->
35+
<className>com/datastax/driver/core/Cluster$Builder</className>
36+
<method>com.datastax.driver.core.Cluster$Builder withCloudSecureConnectBundle(java.io.InputStream)</method>
37+
<justification>Replacing Datastax Cloud with Scylla Cloud. Removing confusing code that won't be maintained.</justification>
38+
</difference>
39+
1940
<difference>
2041
<differenceType>7004</differenceType> <!-- the number of arguments has changed -->
2142
<className>com/datastax/driver/core/Metadata</className>

driver-core/src/main/java/com/datastax/driver/core/CloudConfig.java

Lines changed: 0 additions & 70 deletions
This file was deleted.

driver-core/src/main/java/com/datastax/driver/core/CloudConfigFactory.java

Lines changed: 0 additions & 267 deletions
This file was deleted.

0 commit comments

Comments
 (0)