File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1313 [lein-codox " 0.10.8" ]]
1414 :dependencies [[org.clojure/clojure " 1.12.0" ]
1515 [org.clojure/core.async " 1.7.701" ]
16- [io.temporal/temporal-sdk " 1.28.3" ]
17- [io.temporal/temporal-testing " 1.28.3" ]
16+ [io.temporal/temporal-shaded " 1.28.3" ]
1817 [com.taoensso/encore " 3.139.0" ]
1918 [com.taoensso/timbre " 6.6.1" ]
2019 [com.taoensso/nippy " 3.4.2" ]
Original file line number Diff line number Diff line change 88 (:import [io.temporal.common.converter DefaultDataConverter CodecDataConverter]
99 [io.temporal.payload.codec PayloadCodec]
1010 [io.temporal.api.common.v1 Payload]
11- [com.google.protobuf ByteString]
11+ [io.temporal.shaded. com.google.protobuf ByteString]
1212 [java.util Collections]))
1313
1414(defprotocol Codec
Original file line number Diff line number Diff line change 66 (:import [java.security KeyStore]
77 [java.security.cert CertificateFactory X509Certificate]
88 [javax.net.ssl TrustManagerFactory]
9- [io.grpc.netty.shaded.io.grpc.netty GrpcSslContexts]
10- [io.grpc.netty.shaded.io.netty.handler.ssl SslContext]))
9+ [io.temporal.shaded.io. grpc.netty.shaded.io.grpc.netty GrpcSslContexts]
10+ [io.temporal.shaded.io. grpc.netty.shaded.io.netty.handler.ssl SslContext]))
1111
1212(defn- new-ca
1313 ^X509Certificate [certpath]
You can’t perform that action at this time.
0 commit comments