You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove builder caching references.
* Remove caching from SchemaRegistryAsyncClient.
Make methods public for Response.
* Remove cached tests.
* Adding service annotation.
Copy file name to clipboardExpand all lines: sdk/schemaregistry/azure-data-schemaregistry/src/main/java/com/azure/data/schemaregistry/SchemaRegistryAsyncClient.java
+24-60Lines changed: 24 additions & 60 deletions
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,7 @@
20
20
importjava.net.URI;
21
21
importjava.nio.charset.Charset;
22
22
importjava.nio.charset.StandardCharsets;
23
-
importjava.util.Map;
24
23
importjava.util.Objects;
25
-
importjava.util.concurrent.ConcurrentHashMap;
26
-
importjava.util.concurrent.ConcurrentSkipListMap;
27
-
importjava.util.function.Function;
28
24
importjava.util.regex.Matcher;
29
25
importjava.util.regex.Pattern;
30
26
@@ -53,20 +49,9 @@ public final class SchemaRegistryAsyncClient {
Copy file name to clipboardExpand all lines: sdk/schemaregistry/azure-data-schemaregistry/src/main/java/com/azure/data/schemaregistry/SchemaRegistryClientBuilder.java
+2-34Lines changed: 2 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,6 @@
37
37
importjava.util.List;
38
38
importjava.util.Map;
39
39
importjava.util.Objects;
40
-
importjava.util.concurrent.ConcurrentSkipListMap;
41
-
importjava.util.function.Function;
42
40
43
41
/**
44
42
* Fluent builder for interacting with the Schema Registry service via {@link SchemaRegistryAsyncClient} and
@@ -54,11 +52,8 @@
54
52
* <p><strong>Instantiating with custom retry policy and HTTP log options</strong></p>
Copy file name to clipboardExpand all lines: sdk/schemaregistry/azure-data-schemaregistry/src/test/java/com/azure/data/schemaregistry/SchemaRegistryAsyncClientTests.java
-29Lines changed: 0 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -222,35 +222,6 @@ public void registerBadRequest() {
222
222
}).verify();
223
223
}
224
224
225
-
/**
226
-
* Verifies that we can register a schema and then get it by its schemaId.
Copy file name to clipboardExpand all lines: sdk/schemaregistry/azure-data-schemaregistry/src/test/java/com/azure/data/schemaregistry/SchemaRegistryClientTests.java
-23Lines changed: 0 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -184,29 +184,6 @@ public void registerBadRequest() {
Copy file name to clipboardExpand all lines: sdk/schemaregistry/azure-data-schemaregistry/src/test/resources/session-records/SchemaRegistryAsyncClientTests.registerAndGetCachedSchema.json
Copy file name to clipboardExpand all lines: sdk/schemaregistry/azure-data-schemaregistry/src/test/resources/session-records/SchemaRegistryClientTests.registerAndGetCachedSchema.json
0 commit comments