-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Milestone
Description
When using JDK 11 to try to compile and start this application, it fails stating:
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/daniel/Workspace/thymeleaf/thymeleafexamples-layouts/src/main/java/thymeleafexamples/layouts/account/AccountService.java:[19,23] error: package javax.annotation does not exist
[ERROR] /Users/daniel/Workspace/thymeleaf/thymeleafexamples-layouts/src/main/java/thymeleafexamples/layouts/task/TaskService.java:[5,23] error: package javax.annotation does not exist
[ERROR] /Users/daniel/Workspace/thymeleaf/thymeleafexamples-layouts/src/main/java/thymeleafexamples/layouts/account/AccountService.java:[32,2] error: cannot find symbol
[ERROR] class AccountService
/Users/daniel/Workspace/thymeleaf/thymeleafexamples-layouts/src/main/java/thymeleafexamples/layouts/task/TaskService.java:[16,5] error: cannot find symbol
[INFO] 4 errors
Reactions are currently unavailable