|
| 1 | +# TODO |
| 2 | + |
| 3 | +## doc |
| 4 | +* https://www.baeldung.com/spring-session |
| 5 | +* EmbeddedSolrServer: |
| 6 | +* https://docs.spring.io/spring-data/solr/docs/4.1.6.RELEASE/reference/html/#solr.annotation |
| 7 | +* https://www.youtube.com/watch?v=hieLEsp5cTk |
| 8 | + |
| 9 | +## 2.3.7 |
| 10 | +* Fixed #32, Fixed #36, Fixed #89, Fixed #83, Fixed #84, Fixed #85, Fixed #88, Fixed #90, Fixed #91, Fixed #99 |
| 11 | + |
| 12 | +## 2.3.8 |
| 13 | +* Fixed #79, Fixed #80, Fixed #81, Fixed #100, Fixed #101 |
| 14 | + |
| 15 | +## BUGS: |
| 16 | +* Issue #101 ERROR: relation "spring_session" does not exist |
| 17 | +```` |
| 18 | + Unexpected error occurred in scheduled task |
| 19 | +
|
| 20 | +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 |
| 21 | + Position: 13 |
| 22 | +
|
| 23 | +Caused by: org.postgresql.util.PSQLException: ERROR: relation "spring_session" does not exist |
| 24 | + Position: 13 |
| 25 | +```` |
| 26 | + |
| 27 | +## Read about Spring-Session: |
| 28 | +* [Spring Session with JDBC](https://www.baeldung.com/spring-session-jdbc) |
| 29 | +* [Spring Session with JDBC on Github](https://github.com/eugenp/tutorials/tree/master/spring-session/spring-session-jdbc) |
| 30 | +* [Spring Session with JDBC](https://www.javadevjournal.com/spring/spring-session-with-jdbc/) |
| 31 | + |
| 32 | +## 2.3.9 |
| 33 | +* Fixed #79, Fixed #80, Fixed #81, Fixed #100, Fixed #101 |
| 34 | + |
| 35 | +## 2.3.10 |
| 36 | +* Bugfixing |
| 37 | +* F007 Add first new Task: broken |
| 38 | +* An error happened during template parsing (template: "class path resource [templates/task/add.html]") |
| 39 | + |
| 40 | +## F008 Add first new Project: broken |
| 41 | +* -> Form OK |
| 42 | +* -> Save Data: Error |
| 43 | +* http://localhost:8080/project/root |
| 44 | +* -> Button "add new project" |
| 45 | +* http://localhost:8080/project/add/new/project |
| 46 | +* -> Save -> ERROR |
| 47 | +* Errorpage - Refer to logfile: |
| 48 | +```` |
| 49 | +2020-04-03 14:30:37.148 DEBUG 2864 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK |
| 50 | +2020-04-03 14:30:58.514 DEBUG 2864 --- [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : POST "/project/addchild/", parameters={masked} |
| 51 | +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] |
| 52 | +2020-04-03 14:30:58.586 DEBUG 2864 --- [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : Completed 405 METHOD_NOT_ALLOWED |
| 53 | +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} |
| 54 | +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.application.error.MyErrorController#handleError(HttpServletRequest, Model) |
| 55 | +2020-04-03 14:30:58.591 WARN 2864 --- [nio-8080-exec-8] o.w.s.error.MyErrorController : errorMessage :Request method 'POST' not supported |
| 56 | +2020-04-03 14:30:58.591 WARN 2864 --- [nio-8080-exec-8] o.w.s.error.MyErrorController : 405Method Not Allowed |
| 57 | +2020-04-03 14:30:58.593 DEBUG 2864 --- [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 405 |
| 58 | +```` |
| 59 | +* Fixed #103, Fixed #102 |
| 60 | + |
| 61 | +## 2.3.11 |
| 62 | +* Fixed #107, Fixed #108 |
| 63 | + |
| 64 | +## 2.3.12 |
| 65 | +* Fixed #106, Fixed #109, Fixed #110 |
| 66 | +* Deployment to heroku |
| 67 | + |
| 68 | +# Maven Config: |
| 69 | +## maven-changes-plugin |
| 70 | +* https://maven.apache.org/plugins/maven-changes-plugin/examples/configuring-github-report.html |
| 71 | + |
| 72 | +## maven-enforcer-plugin |
| 73 | +* http://maven.apache.org/enforcer/maven-enforcer-plugin/plugin-info.html |
| 74 | +* http://maven.apache.org/enforcer/enforcer-rules/ |
| 75 | +* https://maven.apache.org/enforcer/enforcer-rules/requireFilesExist.html |
| 76 | +* https://maven.apache.org/enforcer/enforcer-rules/requireEnvironmentVariable.html |
| 77 | +* https://maven.apache.org/enforcer/enforcer-rules/requireActiveProfile.html |
| 78 | +* https://maven.apache.org/enforcer/enforcer-rules/dependencyConvergence.html |
| 79 | +* shttps://www.baeldung.com/maven-enforcer-plugin |
| 80 | + |
| 81 | +## 2.3.14 |
| 82 | +* Fixed #122, Fixed #123, Fixed #127, Fixed #130, Fixed #152, Fixed #153, Fixed #154, Fixed #155, Fixed #156, Fixed #157, Fixed #158, Fixed #159, Fixed #160, Fixed #161, Fixed #162, Fixed #163, Fixed #164, Fixed #165, Fixed #166, Fixed #167 |
| 83 | +* https://developer.okta.com/blog/2019/03/28/test-java-spring-boot-junit5 |
| 84 | + |
| 85 | +## 2.3.15 |
| 86 | +* Fixed #129, Fixed #126, Fixed #168 |
| 87 | +* https://github.com/thymeleaf/thymeleaf-testing |
| 88 | + |
| 89 | +## 2.3.16 |
| 90 | +* Fixed #169, Fixed #170, Fixed #171, Fixed #172, Fixed #183 |
| 91 | + |
| 92 | +## 2.3.17 |
| 93 | +* Fixed #223, Fixed #224, Fixed #225, Fixed #226, Fixed #227, Fixed #228, Fixed #229, Fixed #230, Fixed #231, Fixed #232, Fixed #233 |
| 94 | +* Fixed #201, Fixed #202, Fixed #203, Fixed #204, Fixed #205, Fixed #206, Fixed #207, Fixed #208, Fixed #209, Fixed #210, Fixed #211, Fixed #212, Fixed #213, Fixed #214, Fixed #215, Fixed #216, Fixed #217, Fixed #218, Fixed #219 |
| 95 | +* Fixed #220, Fixed #221, Fixed #222 |
| 96 | + |
| 97 | +## 2.3.18 |
| 98 | +* Fixed #128, Fixed #192, Fixed #193, Fixed #194, Fixed #195, Fixed #196, Fixed #197, Fixed #198, Fixed #199, Fixed #200, Fixed #239, Fixed #240 |
| 99 | + |
| 100 | +## 2.3.19 |
| 101 | +* Fixed #241, Fixed #242, Fixed #243, Fixed #252 |
| 102 | + |
| 103 | +## 2.3.20 |
| 104 | +* fixed #255 Update Spring-Boot to 2.3.0 |
| 105 | + |
| 106 | +## 2.3.23 |
| 107 | +* fixed #274 add Annotations to suppress Deprecation Warnings |
| 108 | +* fixed #273 resort Issues, Milestones and Releases |
| 109 | +* fixed #271 Milestone Burndown: Update Spring-Boot to current Version 2.3.3 |
| 110 | +* fixed #270 Update to Spring Framework for Spring-Boot 2.3.3 |
| 111 | +* fixed #269 mvnw docker-compose:up |
| 112 | +* fixed #268 update webjars |
| 113 | +* fixed #267 Update to Spring Security xyz for Spring-Boot 2.3.3 |
| 114 | +* fixed #266 Update to Spring Data Bom Neumann-SR3 for Spring-Boot 2.3.3 |
| 115 | +* fixed #264 setup travis-ci |
| 116 | +* fixed #263 setup github-ci |
| 117 | +* fixed #262 setup on my current Linux Machines |
| 118 | +* fixed #260 Compare pom.xml and others to bloodmoney spring-webapp |
| 119 | +* fixed #259 Update Spring-Boot to current Version 2.3.3 |
| 120 | +* fixed #275 setup dev Databases enhancement |
| 121 | +* fixed #272 prepare Release 2.3.23 |
| 122 | +* fixed #265 make release with maven plugin |
| 123 | + |
| 124 | +## 2.3.24 |
| 125 | +* fixed #277 heroku: Compiled slug size: 617.9M is too large (max is 500M) |
| 126 | +* fixed #279 Formular Layout Errors |
| 127 | +* fixed #283 prepare Release 2.3.24 |
| 128 | +* fixed #284 make release with maven plugin |
| 129 | + |
| 130 | +## 2.3.25 |
| 131 | +* fixed #285 Update spring-boot 2.3.3 to 2.3.4 |
| 132 | +* fixed #286 Update spring-data-releasetrain to Neumann-SR4 |
| 133 | +* fixed #287 Update spring-session-bom to Dragonfruit-SR1 |
| 134 | + |
| 135 | +## 2.3.26 |
| 136 | +* fixed #249 TaskRepository: move the JQL Query-String to Entity as Prepared Statement |
| 137 | + |
| 138 | +## 2.3.27 |
| 139 | +* Issue #234 Taskstate: Task Edit Form -> change Project via DropDown |
| 140 | +* Issue #235 Project/Root: Task Edit Form -> change Project via DropDown |
| 141 | +* Issue #236 Project/id: Task Edit Form -> change Project via DropDown |
| 142 | + |
| 143 | + |
0 commit comments