Ignasi Marimon-Clos
Ignasi Marimon-Clos
There isn't but you should be able to add a `pom.xml` to https://github.com/lagom/lagom-recipes/tree/master/file-upload/file-upload-java-sbt quite easily.
BTW, not sure how the task ended up on the board. Probably I added it few weeks ago. Sent from a mobile device. Please excuse my typos and brevity. --...
> or have a utility for setting up dummy test certificates on both sides. Akka could ship fake certs on the testkit, or there could be a tool to crete...
Now that TLS is not required for akka-gRPC I think we'd better close this issue. I would ship the .g8 templates with some sample certificates/keys and maybe some very vague...
raised https://github.com/akka/akka-grpc-quickstart-java.g8/issues/39
(sorry, pressed the wrong buttons)
```diff // project/plugins.sbt - addSbtPlugin("com.lightbend.akka.grpc" %% "sbt-akka-grpc" % "0.6.2") + addSbtPlugin("com.lightbend.akka.grpc" %% "sbt-akka-grpc" % "0.8.4") + resolvers += Resolver.bintrayRepo("playframework", "maven") + libraryDependencies += "com.lightbend.play" %% "play-grpc-generators" % "0.8.2" ``` and...
Hi @benhirashima, there's some discussion on this topic at https://github.com/playframework/playframework/issues/8850 (and related issues/PRs)
And also https://github.com/playframework/playframework/pull/8854
Hmm, so [lagom has one](https://github.com/lagom/lagom/blob/master/service/core/client/src/main/scala/com/lightbend/lagom/internal/client/WebSocketClient.scala#L50) and [Play already has another one too](https://github.com/playframework/playframework/blob/ab6697f494a000ba8d19768e9d04eed3bb8cdbf7/core/play-integration-test/src/it/scala/play/it/http/websocket/WebSocketClient.scala#L47).