Paulo Lopes

Results 94 issues of Paulo Lopes

Signed-off-by: Paulo Lopes Motivation: Update guava

Motivation: This is the final project from Google Summer of code 2022 by @lucifer4j. This PR is the preparation to merge the contribution to the master branch.

Currently the wire protocol is a `LV` string, using the readme as protocol description. In order to make this bridge more efficient, it has been discussed in the past that...

enhancement
wishlist
good first issue

Interceptors are defined as `List`. This structure works well if we have to apply global interceptors, however there are situations such as `authorization` where an interceptor should only be executed...

enhancement

The current proxy generator is very simple and does not take into consideration the headers in the event bus message. In a scenario where a user would want to send...

enhancement

Signed-off-by: Paulo Lopes Motivation: Update guava

Currently, we skip about 300 tests from the TCK: https://github.com/eclipse-vertx/vertx-json-schema/blob/master/src/test/resources/unsupported-tck-tests.properties This is a general purpose issue to track pull request to address the issues. The issues should be considered "good...

enhancement
good first issue

This blocks, downstream projects to generate proper polyglot bindings, e.g.: https://github.com/reactiverse/es4x/issues/564

bug

I'm running pop!os 21.04 with all updates applied and wayland enabled. When I do `Alt + Tab` I always have a entry named `gjs`. I assume this is the Gnome...

All code is not using exception checking except StringUtil that uses BadConversion exception, for platforms where we are not using RTTI and Excption handling (to keep the binary size small)...