-
Currently, the app hangs when serving resources, but only when run within docker. Running the jar works as expected.
Steps to reproduce
* Build the jar `mvn package` (⚠️ use JDK 1.8)
* Run the…
-
Given
1. A URI template like `/a/{x}/b/{y}/foo` and
2. A URI template like `/a/{x}/b/{y}/c/{z}/foo` and
3. A `DynamicResource` registered on 1. and
4. A `DynamicResource` registered on 2.
Whe…
-
After the recent updates to `vlingo-wire` (I suspect somewhere around https://github.com/vlingo/vlingo-wire/pull/13 and https://github.com/vlingo/vlingo-wire/compare/12f372d49439...10c9ded38288 ), the…
-
Type definitions need to be compiled when queried from the database. Now the TypeResolver is asynchronous so it would allows us to reactively compile type definitions.
io.vlingo.schemata.codegen.pr…
-
After pulling the changes of all dependencies (updates between 2019-10-30 and 2019-11-08), the server fails to start with the exception below.
The corresponding test `io.vlingo.schemata.BootstrapTe…
-
1. Currently various queries require a pipeline of query resolutions
2. Need a table of pre-resolved types with FKs, or a set of join queries that resolve any type in a single query
This may not b…
-
After invetigating #64, it seems that updating persistent objects in schemata is broken in general.
If it is not and I'm just missing sth., I'd be very happy, so please to correct me if this is wron…
-
A TypeResolver is a class that needs to be implemented so the compiler can find out which types are custom types defined in schemata. Right now there is no implementation of it, so the compiler itself…
-
Since the update to `0.9.1-RC2`, most unit tests in schemata fail with the exception below.
It seems the `Grid` c'tor has been replaced by static factory methods in this version as of https://githu…
-
The following `GET` will crash in the compiler.
`curl -i -X GET -H "Accept: application/json" http://localhost:9019/code/{reference}/{language}`
Concrete example:
1. Create each of `Org:Unit:…