Problems with trying to enter the author mode of a page on localhost
Hi, what happens is that I upgraded my AEM instance, I upgraded the following things:
JDK: Oracle JDK 21.0.6
SDK: AEM SDK v2025.1.19149.20250116T154450Z-250100
I got these files from the official Adobe website: https://experience.adobe.com/#/downloads/content/software-distribution/en/general.html
When I finished the installation and I wanted to edit a page I get the following error:
/libs/fd/fd/af/authoring/editors/rendercondition/template/template.jsp(31,0) The absolute uri: http://www.adobe.com/taglibs/guides/2.0 cannot be resolved in either web.xml or the jar files deployed with this application
I think it's a dependency problem in the pom.xml since I used to use JDK 11 and the 2024 SDK before this new versions
What can I do to fix it?