Ignasi Marimon-Clos
Ignasi Marimon-Clos
@dk8996 I'm not sure I understand what the pasted code is demonstrating. Also, are you running the tests in forked JVMs?
This is blocked by #92. The keyStores produced by `FakeKeyStore` should be usable as keystore or truststore. ATM `ssl-config` doesn't support `PKCS12` as truststore due to the bug fixed in...
Hi @arambau, can you share the steps to reproduce the issue?
Hi @arambau, the certificates `ssl-config` produces on-the-fly are self-signed and issued to `localhost` (not `127.0.0.1`). Other than that, they already use 2048bit keys and SHA-2 family signatures. On top of...
Related, but not what this issue is asking for, there's also https://github.com/ignasi35/lagom-multiple-databases which demonstrates how to setup multiple DBs where none is used for Lagom persistence. That's useful when needing...
> @marvinmarnold What a key difference with the recipe for H2? It's very difficult to find her manually 😞 It's on the `README`. I actually liked that the `README` states...
Thanks @TimMoore, I think your comment points out that we must follow "1. use full Apache 2 text in LICENSE" then. The current `LICENSE` file in this repo is the...
I'd say this is between lagom/lagom and lagom/online-auction actually. Former uses full text and copyright headers, later uses abbreviated license and no headers. I guess we're fine for the time...
Just noticed the warning: ``` 23:33:26.910 [warn] couchbase-journal.read(akka://hello-impl-application) [sourceThread=hello-impl-application-lagom.persistence.dispatcher-30, akkaTimestamp=22:33:26.910UTC, akkaSource=couchbase-journal.read(akka://hello-impl-application), sourceActorSystem=hello-impl-application] - Missing the [tags-ordering] index, the events by tag query will not work without it, se plugin documentation...
To test the Couchbase recipes locally I followed the instructions on `README.md`. I cloned https://github.com/akka/akka-persistence-couchbase and used ``` $ docker-compose -f docker/couchbase-1-node/docker-compose.yml up --build ``` as specified in the [docs](https://doc.akka.io/docs/akka-persistence-couchbase/current/developing.html#running-dockerized-couchbase-for-tests)....