-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Lin Gao edited this page May 13, 2022
·
5 revisions
Welcome to wildfly-vertx-extension wiki.
The intention of this project is to bring reactive power from Vert.x to WildFly, so that applications in EE world can benefit the Vert.x components by using their APIs directly.
-
First Release
- The planed first release of this extension is after wildfly 27 release.
- most of the reason is to align the version of Vertx and Netty.
- The planed first release of this extension is after wildfly 27 release.
-
Integrates more Vert.x components
- mainly client components
- See issue: #5
-
Docs
- Have dedicated docs for details, and leave the README.md file with main information.
- See issue: #3
-
Set up github action for both PRs and commits
- See issue: #7
-
Issues for further releases
- Produce a dedicated Vertx implementation for this extension using vertx-codegen just like what mutiny-vertx-bindings is done for microprofile.
- The aim is to have better control life cycle of the Vertx instances and tackle with the class loading concerns.
- metrics and tracer
- reuse TLS configuration from elytron subsystem
- Produce a dedicated Vertx implementation for this extension using vertx-codegen just like what mutiny-vertx-bindings is done for microprofile.