I have a web app running on JDK 11, Liferay 7.3.7, PrimeFaces 7, and javax.faces 2.2.
I would like to upgrade to JDK 21 and Liferay 7.4 with PrimeFaces 12. I’ve tried several times by creating new projects, but I always end up missing many JAR dependencies for the new javax.faces (some of which have been changed with the jakarta prefix).
Is there a ready-to-use workspace available, or any JARs with Jakarta patches that can be added to OSGi/modules? Thanks.