File tree 2 files changed +9
-2
lines changed
src/blaze/terminology_service 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 13
13
[camel-snake-kebab " 0.4.0" ]
14
14
[cheshire " 5.9.0" ]
15
15
[com.cognitect/anomalies " 0.1.12" ]
16
- [com.datomic/datomic-free " 0.9.5697" ]
16
+ [com.datomic/datomic-free " 0.9.5697"
17
+ :exclusions [io.netty/netty-all]]
17
18
[com.taoensso/timbre " 4.10.0" ]
18
19
[info.cqframework/cql-to-elm " 1.4.6" ]
19
20
[integrant " 0.7.0" ]
Original file line number Diff line number Diff line change 66
66
client-middleware/wrap-url
67
67
client-middleware/wrap-query-params
68
68
client')))))}
69
+
70
+ ; ; It's important to disable DNS resolving when in proxy mode, because
71
+ ; ; first it's not necessary and second domain names which are resolvable
72
+ ; ; by the proxy might not resolvable locally. Can be removed when
73
+ ; ; https://github.com/ztellman/aleph/issues/522 is solved.
69
74
(seq proxy-options)
70
- (assoc-in [:connection-options :proxy-options ] proxy-options))))
75
+ (update :connection-options assoc :proxy-options
76
+ proxy-options :name-resolver :noop ))))
71
77
72
78
73
79
(defn- expand-value-set [base opts params]
You can’t perform that action at this time.
0 commit comments