Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit fe6d8c0

Browse files
committed
Fix version of transport-ws to 0.8.3 to fix #220
1 parent 065db79 commit fe6d8c0

File tree

4 files changed

+16137
-15356
lines changed

4 files changed

+16137
-15356
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ subprojects {
3131
apply plugin: 'maven-publish'
3232
apply plugin: "com.jfrog.bintray"
3333
apply plugin: "io.spring.dependency-management"
34+
apply plugin: 'com.jfrog.artifactory'
3435

3536
group "$PROJECT_GROUP"
3637

graphiql-spring-boot-autoconfigure/src/main/java/graphql/kickstart/graphiql/boot/GraphiQLController.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,8 @@ private Map<String, String> getReplacements(
110110
joinJsDelivrPath(GRAPHIQL, graphiQLProperties.getCdn().getVersion(), "graphiql.css")));
111111
replacements.put("graphiqlJsUrl", getResourceUrl(staticBasePath, "graphiql.min.js",
112112
joinJsDelivrPath(GRAPHIQL, graphiQLProperties.getCdn().getVersion(), "graphiql.min.js")));
113-
replacements.put("subscriptionsTransportWsBrowserClientUrl", getResourceUrl(staticBasePath,
114-
"subscriptions-transport-ws-browser-client.js",
115-
joinJsDelivrPath("subscriptions-transport-ws", "0.9.15", "browser/client.js")));
113+
replacements.put("subscriptionsTransportWsBrowserClientUrl", joinStaticPath(staticBasePath,
114+
"subscriptions-transport-ws-browser-client.js"));
116115
replacements.put("graphiqlSubscriptionsFetcherBrowserClientUrl", getResourceUrl(staticBasePath,
117116
"graphiql-subscriptions-fetcher-browser-client.js",
118117
joinJsDelivrPath("graphiql-subscriptions-fetcher", "0.0.2", "browser/client.js")));

0 commit comments

Comments
 (0)