I've updated my project from Java 11 to 17 and accordingly I had to update my WildFly version from 15 to 25 because the WAR of Java 17 is not compatible with WildFly 15. Question is, do I have to migrate from javax
to jakarta
because the WildFly now supports the Jakarta EE 8 after WildFly 17 release? So is it really compulsory to move to jakarta
from javax
or there is a workaround for this?
↧
Does WildFly use jakarta.* api or are the javax.* apis still compatible
↧