Deven Phillips

Results 50 issues of Deven Phillips

When a Vert.x application making use of Kubernetes ConfigMaps is unable to connect to the Kubernetes API master it will hang indefinitely without failing... There needs to be a mechanism...

Erlang supports the concept of a "Supervisor" which keeps track of the state of various "Actors" within the virtual machine. It would be awesome if Vert.x could support a similar...

Simplified example project [HERE](https://github.com/InfoSec812/service-proxy-debugging) ```JavaScript TestService.createProxy = function(vertx, ebAddress) { var __args = arguments; // The `__args[0]._jdel` object is `undefined`... if (__args.length === 2 && typeof __args[0] === 'object' &&...

When I ran: ``` cat Gopkg.lock | patton -e golang ``` I get the following error: ``` Traceback (most recent call last): File "/usr/local/bin/patton", line 11, in load_entry_point('patton-cli==1.0.1', 'console_scripts', 'patton')()...

Per [this statement](https://mail.openjdk.java.net/pipermail/jdbc-spec-discuss/2019-September/000529.html), Oracle has stopped work on implementing ADBA... Will this project continue? I, personally, disagree with their reasons for stopping work. I feel like ADBA can also help...

Use Case: > You have an OpenAPI v3 API specification and would like to generate a Vert.x application skeleton from that Spec. > Ideally, the maven target would read and...

Personally, I'd like to see categories for things like: - Testing - Architecture - Containers - Integration - etc...

In the `vertx run` command, the `--redeploy` option takes a list of glob patterns to determine which files should be watched for changes and thus trigger a redeploy. Could this...

**Is your feature request related to a problem? Please describe.** Different modes of operation for caches have better or worse performance implications. For example, using Spring Session Remote Cache works...