Paulo Lopes
Paulo Lopes
If I install the fluendo codec pack to better playback support, when trying to convert a video say from my HD camera to some other format to share with my...
This PR adds a couple of simple examples using the stable release of graalvm
Signed-off-by: Paulo Lopes Motivation: Users trying to implement a custom JsonCodec face application failures because the expectations of the SPI are not well documented. For example, nothing is stated over...
When resolving resources from the classpath, vert.x needs to make use of class loaders. This can be an expensive task. When a resource exists, it gets extracted to the cache...
Redis doesn't allow `null` in requests. Currently for compatibility reasons we encode `null` as the String `"null"`. In order to make the behavior consistent with `jedis` the official client, we...
Signed-off-by: Paulo Lopes Motivation: Redis is now distributing redis + extensions as "redis stack" this PR adds a simple wrapper to allow users to use the API in a more...
Signed-off-by: Paulo Lopes Fixes #282 ## Description This PR will update the template to: * ~~JDK 17 (LTS)~~ * Vert.x 4.2.4 ## Motivation and Context The original template has several...
Signed-off-by: Paulo Lopes The current vert.x template is using a no longer supported version of vert.x. This PR modernizes it and tries to address a few usability issues: 1. The...
Signed-off-by: Paulo Lopes The template was using an old version of vert.x and the handler should not implement the BodyHandler interface as it does not mean that you will get...