You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've updated my project to use Jakarta EE 10 - now that "Jakarta EE (jakarta.*) is available with Atmosphere 3.0.0".
Versions:
JDK 17
jakarta.inject-api 2.0.1
atmosphere-runtime 3.0.8
atmosphere-cdi 2.6.5 (last available version)
However, it doesn't work because atmosphere-cdi 2.6.5 still uses javax.javaee-api 6.0.
Is there any plan to update atmosphere-cdi to use jakarta, any workaround that I'm missing to have this work with Jakarta, or do I need to starting injecting my own objects as described here?
Thanks, Sérgio
The text was updated successfully, but these errors were encountered:
I've updated my project to use Jakarta EE 10 - now that "Jakarta EE (jakarta.*) is available with Atmosphere 3.0.0".
Versions:
However, it doesn't work because atmosphere-cdi 2.6.5 still uses javax.javaee-api 6.0.
Is there any plan to update atmosphere-cdi to use jakarta, any workaround that I'm missing to have this work with Jakarta, or do I need to starting injecting my own objects as described here?
Thanks, Sérgio
The text was updated successfully, but these errors were encountered: