Ignasi Marimon-Clos

Results 261 comments of Ignasi Marimon-Clos

@shyiko I think this can be closed now, right? After #537, is there anything else missing?

Maybe reusing https://github.com/akka/akka/blob/master/akka-testkit/src/main/scala/akka/testkit/SocketUtil.scala#L18 ?

After reviewing the code in #306 I think we're taking the wrong approach. I think Play and Lagom users should extract the version of Akka and Akka-HTTP from their main...

Raised https://github.com/playframework/playframework/pull/10519

> Why? Since we're currently actively working on akka-grpc, I think there is a good likelyhood that akka-grpc will use newer akka-http features, and thus require a newer akka-http version...

(this is a slightly different discussion) I was even thinking the `play-grpc` build could reuse the versions from `akka-grpc` or `play` using something lilke: ``` val akka = AkkaGrpcBuildInfo.akkaVersion val...

@octonato IIUC this is fixed, right? Can we close the issue already?

+1 to using FakeKeyStore more. Anything we improve in this sample to create certificates on the fly [could eventually be picked up by akka-grpc samples apps](https://github.com/akka/akka-grpc/issues/89) too.

IMHO, the lists could be removed and links to GH repos used instead. This would remove a moving piece from playfw.com.

Also, the link in: ``` For Jackson serialization to work correctly in Java projects you must use the javac compiler parameter -parameters when building your project. In maven you can...