Thomas Cederholm

Results 9 issues of Thomas Cederholm

Hi, I think the Aurelia project structure as changed after unpacking. I followed your steps and couldn't manage to start via 'gulp watch'. I "solved" it by removing the browser-sync...

The class `SerializableCodec` is able to send a serializable POJO over the eventbus. If the class contains e.g. a `JsonObject` however, it breaks as those classes does not implement Serializable....

enhancement

Motivation: The `@DataObject` when used together with e.g. PostgreSQL have trouble mapping `TIMESTAMPTZ` column directly to JsonObject. This PR adds direct support for some common java.time types: * LocalTime *...

### Questions Should we not expose the response code if we, in a service, throw a ServiceException? ### Version 4.0.0 ### Context In vertx-web-api-service; When a web api service throws/fails...

component/openapi

To end a RoutingContext response, one has to specify: ```java ctx.response().setStatusCode(204).end(); ctx.response().setStatusCode(HttpResponseStatus.ACCEPTED.code()).end(); ``` An alternative, more pleasant-to-the-eye solution, could be to let RoutingContext accept ending with a Integer or a...

enhancement

Codegen is only able to generate converters that handles Java Instants. This PR enables the generation of converters that additionally supports LocalTime, LocalDate, LocalDateTime, OffsetDateTime and ZonedDateTime properties.

Logback should be bumped to latest version, currently 1.4.4.

I would like to ask of your input surrounding logging, such as slf4j. I see no logging throughout the modules, and I presume that is intentionally left out to demonstrate...