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
It's major upgrade due to next fact. Due to Oracle’s ownership of the "Java" trademark, usage of the javax.* namespace has been restricted and the jakarta.* namespace was adopted by the Eclipse Foundation. More details is here.
Weld 4 uses JakartaEE namespace instead of JavaEE namespace. As result we also need to use compatible components. For example we need to use Jetty 11. Tomcat also did same update in latest version. Also we need to deprecate bootsfaces because there is no version which uses new namespace. But it's not big challenge we use only 3 components from it (form/panel/button). We can replace them with pure JSF components. Also we can drop omnifaces. It supports new namespace. But I'm not sure that we uses this library now.
CE setup already supports installation with Jetty 11.
I've did some investigation and run oxauth.war. But result is predictable:
The text was updated successfully, but these errors were encountered:
It's major upgrade due to next fact.
Due to Oracle’s ownership of the "Java" trademark, usage of the javax.* namespace has been restricted and the jakarta.* namespace was adopted by the Eclipse Foundation.
More details is here.Weld 4 uses JakartaEE namespace instead of JavaEE namespace. As result we also need to use compatible components. For example we need to use Jetty 11. Tomcat also did same update in latest version. Also we need to deprecate bootsfaces because there is no version which uses new namespace. But it's not big challenge we use only 3 components from it (form/panel/button). We can replace them with pure JSF components. Also we can drop omnifaces. It supports new namespace. But I'm not sure that we uses this library now.
CE setup already supports installation with Jetty 11.
I've did some investigation and run oxauth.war. But result is predictable:
The text was updated successfully, but these errors were encountered: