You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
2023-06-04T17:51:25.9770494Z [INFO] Changes detected - recompiling the module!
2023-06-04T17:51:25.9797484Z [INFO] Compiling 6 source files to /home/runner/work/todos-api/todos-api/target/classes
2023-06-04T17:51:27.3398325Z [INFO] -------------------------------------------------------------
2023-06-04T17:51:27.3402003Z [ERROR] COMPILATION ERROR :
2023-06-04T17:51:27.3405075Z [INFO] -------------------------------------------------------------
2023-06-04T17:51:27.3408350Z [ERROR] /home/runner/work/todos-api/todos-api/src/main/java/com/smuralee/entity/Todo.java:[10,2] cannot find symbol
2023-06-04T17:51:27.3411533Z symbol: class Entity
2023-06-04T17:51:27.3414690Z [ERROR] /home/runner/work/todos-api/todos-api/src/main/java/com/smuralee/entity/Todo.java:[11,2] cannot find symbol
2023-06-04T17:51:27.3417832Z symbol: class Table
2023-06-04T17:51:27.3421105Z [ERROR] /home/runner/work/todos-api/todos-api/src/main/java/com/smuralee/entity/Todo.java:[7,1] package javax.persistence does not exist
2023-06-04T17:51:27.3424412Z [ERROR] /home/runner/work/todos-api/todos-api/src/main/java/com/smuralee/service/DefaultController.java:[8,26] package javax.servlet.http does not exist
2023-06-04T17:51:27.3427638Z [ERROR] /home/runner/work/todos-api/todos-api/src/main/java/com/smuralee/service/DefaultController.java:[21,51] cannot find symbol
2023-06-04T17:51:27.3428208Z symbol: class HttpServletRequest
2023-06-04T17:51:27.3431787Z location: class com.smuralee.service.DefaultController
2023-06-04T17:51:27.3435092Z [ERROR] /home/runner/work/todos-api/todos-api/src/main/java/com/smuralee/entity/Todo.java:[19,6] cannot find symbol
2023-06-04T17:51:27.3435586Z symbol: class Id
2023-06-04T17:51:27.3439777Z location: class com.smuralee.entity.Todo
2023-06-04T17:51:27.3442949Z [ERROR] /home/runner/work/todos-api/todos-api/src/main/java/com/smuralee/entity/Todo.java:[20,6] cannot find symbol
2023-06-04T17:51:27.3443476Z symbol: class GeneratedValue
2023-06-04T17:51:27.3447024Z location: class com.smuralee.entity.Todo
2023-06-04T17:51:27.3450644Z [ERROR] /home/runner/work/todos-api/todos-api/src/main/java/com/smuralee/entity/Todo.java:[20,32] cannot find symbol
2023-06-04T17:51:27.3450999Z symbol: variable GenerationType
2023-06-04T17:51:27.3454849Z location: class com.smuralee.entity.Todo
2023-06-04T17:51:27.3458404Z [INFO] 8 errors
2023-06-04T17:51:27.3461718Z [INFO] -------------------------------------------------------------
2023-06-04T17:51:27.3470763Z [INFO] ------------------------------------------------------------------------
2023-06-04T17:51:27.3474307Z [INFO] BUILD FAILURE
2023-06-04T17:51:27.3477732Z [INFO] ------------------------------------------------------------------------
2023-06-04T17:51:27.3492824Z [INFO] Total time: 10.137 s
2023-06-04T17:51:27.3497615Z [INFO] Finished at: 2023-06-04T17:51:27Z
2023-06-04T17:51:27.3500002Z [INFO] ------------------------------------------------------------------------
The text was updated successfully, but these errors were encountered: