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
Copy file name to clipboardExpand all lines: extensions/smallrye-graphql-client/deployment/src/test/java/io/quarkus/smallrye/graphql/client/deployment/GraphQLClientConfigurationTest.java
-17Lines changed: 0 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,6 @@ public class GraphQLClientConfigurationTest {
Copy file name to clipboardExpand all lines: extensions/smallrye-graphql-client/runtime/src/main/java/io/quarkus/smallrye/graphql/client/runtime/GraphQLClientConfig.java
-61Lines changed: 0 additions & 61 deletions
Original file line number
Diff line number
Diff line change
@@ -48,67 +48,6 @@ public interface GraphQLClientConfig {
48
48
*/
49
49
OptionalIntwebsocketInitializationTimeout();
50
50
51
-
/**
52
-
* The trust store location. Can point to either a classpath resource or a file.
53
-
*
54
-
* @deprecated This configuration property is deprecated. Consider using the Quarkus TLS registry.
55
-
* Set the desired TLS bucket name using the following configuration property:
Copy file name to clipboardExpand all lines: extensions/smallrye-graphql-client/runtime/src/main/java/io/quarkus/smallrye/graphql/client/runtime/SmallRyeGraphQLClientRecorder.java
0 commit comments