Jakarta EE 10 and dependencies #3258
-
openjdk 21.0.1 2023-10-17 Fresh version running SASS: mvn clean jetty:run Accessing the template at:
Changed pom.xml dependency versions:
TO:
mvn clean jetty:run Now, navigating to: http://localhost:8080/rain/ However, I cannot use the templates as is in my Jakarta EE 10+ project which is what I need: openjdk 21.0.1 2023-10-17
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
What template are you using? Most of them already have Jakarta support but maybe you are using an old theme? |
Beta Was this translation helpful? Give feedback.
-
OK, I was able to finally get it working after doing some work and adding in some files. This SASS issue needs to be addressed: https://sass-lang.com/documentation/breaking-changes/import/ Thank you for your help. |
Beta Was this translation helpful? Give feedback.
OK, I was able to finally get it working after doing some work and adding in some files.
The instructions were basic but definitely need updating for Jakarta in addition to the upgrades that I mentioned in the pom.
This SASS issue needs to be addressed: https://sass-lang.com/documentation/breaking-changes/import/
Thank you for your help.