Paulo Lopes

Results 94 issues of Paulo Lopes

Create a `README` template and apply the notes from https://github.com/pmlopes/vertx-starter/issues/21#issuecomment-428349737

enhancement
good first issue

Hi, I've a couple of nested tests that were being executed as expected with 0.5.5 but with 0.6.2 i always get an empty xml file with the junit reporter. I...

I've a set of gradle modules (each a vert.x module) and on the root I've a settings.gradle with: include a include b But this fails to build since the paths...

Given the current focus of the industry on security, We should create a new simple handler that allows auditing of security events as documented by OWASP: * https://owasp.org/www-project-security-logging/ * https://owasp.org/www-project-security-logging/migrated_content...

Current tests fail intermittently on CI due to locks from the embedded DBs to affect the vert.x functionality. We should rewrite the tests to use a different process for the...

enhancement
good first issue

See: https://github.com/vert-x3/vertx-jdbc-client/pull/45#issuecomment-380701360 The current issue is that on stored procedures we assumed (wrongly) that there would be just 1 resultset do the resultset does not allow chaining. We need to...

bug
enhancement

When working with different connection pool we will have runtime issues with configuration as each one uses different property names.

enhancement

# WebRTC eventbus extension to sockjs. Vert.x already has some simple javascript library to handle all the sockjs event bus. You should attempt to understand the code living here: https://github.com/vert-x3/vertx-eventbus-bridge-clients/blob/master/javascript/vertx-eventbus.js...

enhancement
outreachy

If a user disables caching using the system property as per documentation, and the js runner is loaded this user choice is overruled with always cache file system.