> What do we currently tell people who need to use transactions using MicroProfile?
I'm assuming you mean Long Running Actions, aka LRA. JTA and WS-AT/BA transactions have have been supported in WildFly for many years.
> Just wondering what the path forward here is.
LRA is integrated with the WildFly application server.
The official stance on support is provided by solution 3484671: Support for JBoss AS or Wildfly community versions (
https://access.redhat.com/solutions/3484671).
Community support is provided by the Wildfly google group (
https://groups.google.com/g/wildfly) and the narayana-users google group will always do their best to be responsive to community requests.
The support matrix in the WildFly Getting Started Guide (
https://docs.wildfly.org/36/Getting_Started_Guide.html) says that the current WildFly release provides support for a number of MicroProfile technologies and it includes a support matrix for the various MicroProfile specifications. The entry for MicroProfile LRA 2.0 kind of implies that it is still not officially supported but community support is still available via the google group, it's not clear to me why there isn't an X in the MicroProfile LRA 2.0 row of the matrix, the doc doesn't explicitly say what the X means.
Also note that LRA is still being actively developed, as evidenced by looking at the list of contributions, and you are one of the valuable active developers helping to ensure that the Narayana implementation of the specification is a high quality one.