File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
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.32.0" ]
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]
Original file line number Diff line number Diff line change 88 [temporal.internal.schedule :as s]
99 [temporal.internal.child-workflow :as cw])
1010 (:import [java.time Duration Instant]
11- [io.grpc Grpc InsecureChannelCredentials Metadata]
12- [io.grpc.netty.shaded.io.grpc.netty GrpcSslContexts]))
11+ [io.temporal.shaded.io. grpc Grpc InsecureChannelCredentials Metadata]
12+ [io.temporal.shaded.io. grpc.netty.shaded.io.grpc.netty GrpcSslContexts]))
1313
1414(deftest workflow-options
1515 (testing " Verify that our workflow options work"
You can’t perform that action at this time.
0 commit comments