Stéphane Épardaud
Stéphane Épardaud
Apparently, postgres disallows `char` fields with a `0` (default) value, resulting in interesting issues like: ``` Suppressed: org.hibernate.exception.DataException: could not execute statement [ERROR: invalid byte sequence for encoding "UTF8": 0x00...
We need to make it know about them. Not sure how.
It's confusing that _some_ of them are injectable (only as defined in `CdiProvider` while others are not), they should all be injectable.
See #32 for cause, appears to throw in template renderer, and template filter is resumed with the exception, which it rethrows because we're still sync, but then it does not...
Figure out if we can support that use-case. Check: - http://www.sczyh30.com/vertx-blueprint-microservice/api-gateway.html - http://vertx.io/docs/vertx-circuit-breaker/java/ - https://github.com/vietj/vertx-http-proxy - https://docs.traefik.io/
Try 4.0
Something which allows for pluggable contexts (Resteasy, Redpipe, CDI) to be saved for pluggable reactive implementations (RxJava1, RxJava2).
- Check that Resteasy supports more than 1 validation provider - Check how to mix annotation and manual validation - Document it - Figure out how to propagate validation errors...
One of my favourite feature of Play Framework templating are taglets: check if they can be made with our templates, or if they make sense at all.
Check how we can achieve the same sort of modes as Play Framework, including config prefixes.