lagom-samples
lagom-samples copied to clipboard
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.18 to 42.3.3. Changelog Sourced from postgresql's changelog. Changelog Notable changes since version 42.0.0, read the complete History of Changes. The format is based on Keep a...
Curious to see if we can easily upgrade sbt version. I did a local tests with a seed template and worked well.
``` ++curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt +curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/v1.20.4/bin/linux/amd64/kubectl % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 38.3M 100 38.3M...
Refs https://discuss.lightbend.com/t/lagom-grpc-example/7279/9 Two different users report issues trying out the grpc-samples in Linux and Windows (but successfully run them on macOS). This issue needs a lot of details to make...
The sample applications demo-ing gRPC usage no longer need the ALPN agent. The `ssl-lagom` script in https://github.com/lagom/lagom-samples/blob/1.6.x/grpc-example/grpc-example-scala/ is probably unnecessary (or at least a part of it?). See a similar...
With later JDK 8 versions, the ALPN agent is not required anymore. https://developer.lightbend.com/guides/lagom-scala-grpc-example/#running-the-example https://developer.lightbend.com/guides/lagom-java-grpc-example/#running-the-example
Hi, Im trying to run lagom grpc code , facing following exception sbt:lagom-scala-grpc-example> runAll [info] Updating lagom-internal-meta-project-service-locator... [error] java.lang.NoSuchFieldError: nullSession [error] at sun.security.ssl.ClientHandshaker.getKickstartMessage(ClientHandshaker.java:1350) [error] at sun.security.ssl.Handshaker.kickstart(Handshaker.java:1117) [error] at sun.security.ssl.SSLSocketImpl.kickstartHandshake(SSLSocketImpl.java:1500) [error]...
Would it be beneficial to refactor test example https://github.com/lagom/lagom-samples/blob/1.6.x/shopping-cart/shopping-cart-scala/shopping-cart/src/test/scala/com/example/shoppingcart/impl/ShoppingCartEntitySpec.scala to use `EventSourcedBehaviorTestKit ` described in https://doc.akka.io/docs/akka/current/typed/persistence-testing.html? API is very similar to Lagom's `PersistentEntityTestDriver` and actually tests serialization, unlike current test...