View on GitHub

simpleworklist

Todo List for Getting Things Done

Changelog

2.3.7

2.3.8

BUGS:

org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [DELETE FROM SPRING_SESSION WHERE EXPIRY_TIME < ?]; nested exception is org.postgresql.util.PSQLException: ERROR: relation “spring_session” does not exist Position: 13

Caused by: org.postgresql.util.PSQLException: ERROR: relation “spring_session” does not exist Position: 13


## Read about Spring-Session:
* [Spring Session with JDBC](https://www.baeldung.com/spring-session-jdbc)
* [Spring Session with JDBC on Github](https://github.com/eugenp/tutorials/tree/master/spring-session/spring-session-jdbc)
* [Spring Session with JDBC](https://www.javadevjournal.com/spring/spring-session-with-jdbc/)

## 2.3.9 
* Fixed #79, Fixed #80, Fixed #81, Fixed #100, Fixed #101

## 2.3.10 
* Bugfixing
* F007 Add first new Task: broken
* An error happened during template parsing (template: "class path resource [templates/task/add.html]")

## F008 Add first new Project: broken
* -> Form OK
* -> Save Data: Error
* http://localhost:8080/project/root
* -> Button "add new project"
* http://localhost:8080/project/add/new/project
* -> Save -> ERROR
* Errorpage - Refer to logfile:

2020-04-03 14:30:37.148 DEBUG 2864 — [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK 2020-04-03 14:30:58.514 DEBUG 2864 — [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : POST “/project/addchild/”, parameters={masked} 2020-04-03 14:30:58.586 WARN 2864 — [nio-8080-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method ‘POST’ not supported] 2020-04-03 14:30:58.586 DEBUG 2864 — [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : Completed 405 METHOD_NOT_ALLOWED 2020-04-03 14:30:58.590 DEBUG 2864 — [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : “ERROR” dispatch for POST “/fehler”, parameters={masked} 2020-04-03 14:30:58.590 DEBUG 2864 — [nio-8080-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.woehlke.simpleworklist.common.error.MyErrorController#handleError(HttpServletRequest, Model) 2020-04-03 14:30:58.591 WARN 2864 — [nio-8080-exec-8] o.w.s.error.MyErrorController : errorMessage :Request method ‘POST’ not supported 2020-04-03 14:30:58.591 WARN 2864 — [nio-8080-exec-8] o.w.s.error.MyErrorController : 405Method Not Allowed 2020-04-03 14:30:58.593 DEBUG 2864 — [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : Exiting from “ERROR” dispatch, status 405 ````

2.3.11

2.3.12

Maven Config:

maven-changes-plugin

maven-enforcer-plugin

2.3.14

2.3.15

2.3.16

2.3.17

2.3.18

2.3.19

2.3.20

2.3.23

2.3.24

2.3.25

2.3.26

2.3.27

2.3.28

2.3.29

2.3.30

2.3.31

2.3.32

2.3.33

2.3.34

2.3.35