Skip to content
Lin Gao edited this page May 13, 2022 · 4 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.

Roadmap of the extension

  • 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.
  • 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.
Clone this wiki locally