-
Patching against io.vlingo.schemata.resource.SchemaVersionResource#specifyWith creates a new row in HSQL and throws a unique constraint violated exception in Postgres.
-
Currently, a H2 connection is hardcoded in `io.vlingo.schemata.infra.persistence.JDBCConfiguration`.
We should be able to configure different DB backends, preferably using env vars, so we can simpl…
-
The code block below creates a new Vlingo Boot HTTP server with the request handler containing an `OK` HTTP body of `Hello`.
```java
public class VlingoApplication {
public static void main(…
-
- Project Command Model Domain Events into a Query Model
- The Command Model exists
- Suggestion: Use Postgres `StateStore` for the Query Model
- See Spec and Wireframes here: https://github.com/vl…
-
- Set up the Postgres `Journal` for Event Sourcing
- Test that Postgres `Journal` writes and reads for vlingo/schemata