-
Notifications
You must be signed in to change notification settings - Fork 2
Roadmap
Vertx is used in WildFly by some microprofile subsystems, but the instances are managed by each subsystem with default configuration. This extension provides a WildFly style of management model to configure the VertxOptions for the Vertx instance, and expose the Vertx instance using a CDI qualifier.
There is only one Vertx instance provided by the subsystem if configured, and it can be shared with other subsystems using a CDI qualifier.
-
There is a goal to move this git repository to wildfly-extras organization for wider visibility.
-
The default
1.x
branch is a dedicated branch for WildFly, any changes to1.x
branch need to be driven by demand from WildFly community. -
The github issues are used for each bug fix and feature request.
-
Issues with WildFly label are used to track the changes for WildFly, thus to
1.x
branch. -
The Stability level of this extension should get increased after some baking time and finally align with the level of other subsystems that consume it, like Microprofile Reactive Messaging subsystem and MicroProfile Telemetry subsystem.