Skip to content

Commit b511e98

Browse files
committed
# 2.3.33
* Issue #322 small refactoring of packages
1 parent a5b5675 commit b511e98

File tree

3 files changed

+42
-146
lines changed

3 files changed

+42
-146
lines changed

etc/TODO.md

Lines changed: 7 additions & 134 deletions
Original file line numberDiff line numberDiff line change
@@ -6,65 +6,6 @@
66
* https://docs.spring.io/spring-data/solr/docs/4.1.6.RELEASE/reference/html/#solr.annotation
77
* https://www.youtube.com/watch?v=hieLEsp5cTk
88

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.common.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-
689
# Maven Config:
6910
## maven-changes-plugin
7011
* https://maven.apache.org/plugins/maven-changes-plugin/examples/configuring-github-report.html
@@ -78,84 +19,13 @@ Caused by: org.postgresql.util.PSQLException: ERROR: relation "spring_session" d
7819
* https://maven.apache.org/enforcer/enforcer-rules/dependencyConvergence.html
7920
* shttps://www.baeldung.com/maven-enforcer-plugin
8021

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-
## 3.0.0
139-
* fixed #97 evaluate JSF PrimeFaces Spring Boot AutoConfigure
140-
* fixed #96 add JSF PrimeFaces Spring Boot AutoConfigure
141-
* fixed #95 evaluate JSF JavaxFaces Spring Boot AutoConfigure
142-
* fixed #94 add JSF JavaxFaces Spring Boot AutoConfigure
143-
* fixed #93 add JSF JavaxFaces Spring Boot AutoConfigure
144-
* fixed #92 try jars
145-
* fixed #288 create Branch JSF_Version from Release 2.3.26
146-
* Issue #291 Evaluate Joinfaces
147-
* Issue #292 app starts with joinfaces
148-
* Issue #293 app run with joinfaces but with MVC Templates
149-
* Issue #294 Logging with logback only
150-
151-
## 3.0.1
152-
* Issue #295 try to remove dependencies and version-properties from pom.xml
153-
15422
## Joinfaces
15523
* https://github.com/joinfaces/joinfaces
15624
* http://joinfaces.org/
15725
* https://docs.joinfaces.org/4.3.4/reference/
15826
* https://docs.joinfaces.org/current/reference/
27+
* https://developer.okta.com/blog/2019/03/28/test-java-spring-boot-junit5
28+
* https://github.com/thymeleaf/thymeleaf-testing
15929

16030
## 2.3.28
16131
* fixed #302 update Spring-Boot to Version to 2.3.7
@@ -184,10 +54,13 @@ Caused by: org.postgresql.util.PSQLException: ERROR: relation "spring_session" d
18454
* fixed #320 warning: SLF4J: Class path contains multiple SLF4J bindings.
18555
* fixed #321 jar is too fat for deployment on heroku
18656

187-
## 2.3.33
57+
# 2.3.33
58+
* Issue #322 small refactoring of packages
59+
60+
## 2.3.34
18861
* Issue #317 switch Context is broken
18962

190-
## 2.3.34
63+
## 2.3.35
19164
* Issue #234 Taskstate: Task Edit Form -> change Project via DropDown
19265
* Issue #235 Project/Root: Task Edit Form -> change Project via DropDown
19366
* Issue #236 Project/id: Task Edit Form -> change Project via DropDown

src/site/markdown/CHANGELOG.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,25 @@ Caused by: org.postgresql.util.PSQLException: ERROR: relation "spring_session" d
147147

148148
## 2.3.31
149149
* fixed #311 User Selfservice is broken
150-
* Issue #312 User2UserMessage Chat is broken
151-
* Issue #313 Change Password - update HTML Layout to current Bootstrap Version
152-
* Issue #314 Set Default Language - update HTML Layout to current Bootstrap Version
153-
* Issue #315 Add Context - update HTML Layout to current Bootstrap Version
154-
* Issue #316 Add Context - add Back Button
155-
* Issue #317 switch Context is broken
150+
* fixed #312 User2UserMessage Chat is broken
151+
* fixed #313 Change Password - update HTML Layout to current Bootstrap Version
152+
* fixed #314 Set Default Language - update HTML Layout to current Bootstrap Version
153+
* fixed #315 Add Context - update HTML Layout to current Bootstrap Version
154+
* fixed #316 Add Context - add Back Button
156155

157156
## 2.3.32
157+
* fixed #318 Broken: http://localhost:8080/taskstate/task/1153/changeorderto/1051
158+
* fixed #319 groovy-all Warning during startup
159+
* fixed #320 warning: SLF4J: Class path contains multiple SLF4J bindings.
160+
* fixed #321 jar is too fat for deployment on heroku
161+
162+
# 2.3.33
163+
* Issue #322 small refactoring of packages
164+
165+
## 2.3.34
166+
* Issue #317 switch Context is broken
167+
168+
## 2.3.35
158169
* Issue #234 Taskstate: Task Edit Form -> change Project via DropDown
159170
* Issue #235 Project/Root: Task Edit Form -> change Project via DropDown
160171
* Issue #236 Project/id: Task Edit Form -> change Project via DropDown

src/site/markdown/TODO.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,26 @@
2626

2727
## 2.3.31
2828
* fixed #311 User Selfservice is broken
29-
* Issue #312 User2UserMessage Chat is broken
30-
* Issue #313 Change Password - update HTML Layout to current Bootstrap Version
31-
* Issue #314 Set Default Language - update HTML Layout to current Bootstrap Version
32-
* Issue #315 Add Context - update HTML Layout to current Bootstrap Version
33-
* Issue #316 Add Context - add Back Button
34-
* Issue #317 switch Context is broken
29+
* fixed #312 User2UserMessage Chat is broken
30+
* fixed #313 Change Password - update HTML Layout to current Bootstrap Version
31+
* fixed #314 Set Default Language - update HTML Layout to current Bootstrap Version
32+
* fixed #315 Add Context - update HTML Layout to current Bootstrap Version
33+
* fixed #316 Add Context - add Back Button
3534

3635
## 2.3.32
36+
* fixed #318 Broken: http://localhost:8080/taskstate/task/1153/changeorderto/1051
37+
* fixed #319 groovy-all Warning during startup
38+
* fixed #320 warning: SLF4J: Class path contains multiple SLF4J bindings.
39+
* fixed #321 jar is too fat for deployment on heroku
40+
41+
# 2.3.33
42+
* Issue #322 small refactoring of packages
43+
44+
## 2.3.34
45+
* Issue #317 switch Context is broken
46+
47+
## 2.3.35
3748
* Issue #234 Taskstate: Task Edit Form -> change Project via DropDown
3849
* Issue #235 Project/Root: Task Edit Form -> change Project via DropDown
3950
* Issue #236 Project/id: Task Edit Form -> change Project via DropDown
51+

0 commit comments

Comments
 (0)