Skip to content

Commit f8e56a3

Browse files
authored
cleanup: remove deprecated ConnectionProperty class (#3701)
Removes the deprecated ConnectionOptions$ConnectionProperty class. This class is defined in the com.google.cloud.spanner.connection package, which is marked as an internal API package. In addition, the enclosing ConnectionProperties class is also marked as `@InternalApi`, which makes it acceptable to remove this class without doing a major version bump.
1 parent 67188df commit f8e56a3

File tree

3 files changed

+13
-297
lines changed

3 files changed

+13
-297
lines changed

google-cloud-spanner/clirr-ignored-differences.xml

+12
Original file line numberDiff line numberDiff line change
@@ -850,4 +850,16 @@
850850
<className>com/google/cloud/spanner/connection/Connection</className>
851851
<method>java.lang.String getDefaultSequenceKind()</method>
852852
</difference>
853+
854+
<!-- Removed ConnectionOptions$ConnectionProperty in favor of the more generic ConnectionProperty class. -->
855+
<difference>
856+
<differenceType>8001</differenceType>
857+
<className>com/google/cloud/spanner/connection/ConnectionOptions$ConnectionProperty</className>
858+
</difference>
859+
<difference>
860+
<differenceType>6001</differenceType>
861+
<className>com/google/cloud/spanner/connection/ConnectionOptions</className>
862+
<field>VALID_PROPERTIES</field>
863+
</difference>
864+
853865
</differences>

0 commit comments

Comments
 (0)