zero88
zero88
IMHO, this approach will not be acceptable. Because: - you add `Supplier` into `DeploymentOptions`, it is data object and should be `serializable` and `jsonable` - change `VertxInternal` API, might affect...
Might be I'm not clear myself, but actually my first implementation will be: ```java interface ClassLoaderProvider { ClassLoader get(); } ``` In `VertxImpl` ```java @Override public EventLoopContext createEventLoopContext() { ClassLoader...
sorry, I'm using IE :stuck_out_tongue_closed_eyes: 2 years then almost forget this ticket
This issue is still here. It might related to https://github.com/vert-x3/vertx-web/issues/2001
For auto mapping data type, might be conjunction with `sql-client-template` (not yet checked details). Actually, this mapper could be in between `Database` and `Vertx` converter rather than in `Row` that...
sure, I will keep an update in this week.
@vietj it is similar that I did in JDBC client. https://github.com/vert-x3/vertx-jdbc-client/pull/235#issuecomment-886412088 I hope Vertx can provide SPI entrypoint then developer can provide a hook to **convert data directly from SQL**...
> how about doing that directly on the Query`` with the map method ? you would provide a `Function` that performs the desired mapping instead Ya, I think it can...
Hi @crazy-max Can I use [buildkit registry cache](https://github.com/moby/buildkit#registry-push-image-and-cache-separately) within[ `local registry`](https://hub.docker.com/_/registry) by [GitHub service container](https://docs.github.com/en/free-pro-team@latest/actions/guides/about-service-containers), then caching `registry volume` as GitHub cache. After each run, just prune cache in `local...
I used it for caching https://github.com/zero88/gh-registry/blob/main/README.md#usage