Paulo Lopes
Paulo Lopes
Signed-off-by: Paulo Lopes Motivation: Explain here the context, and why you're making that change, what is the problem you're trying to solve. Conformance: Your commits should be signed and you...
We should allow users to specify the logger name. This in turn allows logging bridges to have specific rules to either log to console, file, network. This feature would allow...
Most web applications or APIs will need to implement some basic CRUD handling features. Vert.x web is based on yoke. Yoke had already supported for this feature using sub routers,...
OpenAPI module creates a router with security setup, however the way oauth2 works is that the requested scopes may be not be granted by the IdP so the returned token...
Signed-off-by: Paulo Lopes Motivation: Avoid explicit dependency on version, rely on BOM
Signed-off-by: Paulo Lopes Motivation: When working with user impersonation, we need to define how to escalate and de-escalate users: * `Regular User -> Admin` * `Admin -> Regular User` This...
Signed-off-by: Paulo Lopes Motivation: Addressing the issue #2087
Signed-off-by: Paulo Lopes Motivation: Explain here the context, and why you're making that change, what is the problem you're trying to solve. Conformance: Your commits should be signed and you...
Currently, we support several template engines, but there are a few behavior changes that are not consistent. This umbrella issue is about unifying them. ### template reference should use the...
The vertx toolchain processes manuals written in asciidoc. This project already has a simple codetrans plugin to convert the examples from java to javascript, however the final result is still...