Use temporal-shaded to avoid protobuf version mismatch
The cljdoc API import seems to have been failing since 1.3.0 because of a protobuf version mismatch. This PR switches the Temporal Java SDK to the shaded version. Analysis was tested locally with clojure -Ttools install io.github.cljdoc/cljdoc-analyzer '{:git/tag "RELEASE"}' :as cljdoc && lein jar && lein pom && clojure -Tcljdoc analyze-local and ran successfully after the change.
@FelipeCortez could you add a link to the upstream PR that is blocking this one?
@FelipeCortez could you add a link to the upstream PR that is blocking this one?
The PR got merged last month. I was waiting for the new SDK version release so we're able to pick up the change, and it seems like it finally happened last Friday. Updating the project.clj to test this out.
@ghaskins seems like tests are passing now, but I had to resolve a merge conflict and need a new review.
@FelipeCortez it still seems to need a rebase
@FelipeCortez it still seems to need a rebase
sorry about that! I'm used to keeping the merge commits. should be good now