Skip to content

Commit 8b40602

Browse files
committed
work
1 parent e063244 commit 8b40602

File tree

1 file changed

+49
-55
lines changed

1 file changed

+49
-55
lines changed

etc/TODO.md

Lines changed: 49 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
# TODO
22

3+
## doc
34
* https://www.baeldung.com/spring-session
45
* EmbeddedSolrServer:
56
* https://docs.spring.io/spring-data/solr/docs/4.1.6.RELEASE/reference/html/#solr.annotation
67
* https://www.youtube.com/watch?v=hieLEsp5cTk
78

8-
99
## 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-
10+
* Fixed #32, Fixed #36, Fixed #89, Fixed #83, Fixed #84, Fixed #85, Fixed #88, Fixed #90, Fixed #91, Fixed #99
1211

1312
## 2.3.8
14-
Fixed #79, Fixed #80, Fixed #81, Fixed #100, Fixed #101
15-
13+
* Fixed #79, Fixed #80, Fixed #81, Fixed #100, Fixed #101
1614

17-
### BUGS:
15+
## BUGS:
1816
* #101 ERROR: relation "spring_session" does not exist
19-
2017
````
2118
Unexpected error occurred in scheduled task
2219
@@ -27,29 +24,27 @@ Caused by: org.postgresql.util.PSQLException: ERROR: relation "spring_session" d
2724
Position: 13
2825
````
2926

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

35-
## 2.3.9 Fixed #79, Fixed #80, Fixed #81, Fixed #100, Fixed #101
36-
37-
## 2.3.10 - Bugfixing
32+
## 2.3.9
33+
* Fixed #79, Fixed #80, Fixed #81, Fixed #100, Fixed #101
3834

35+
## 2.3.10
36+
* Bugfixing
3937
* F007 Add first new Task: broken
40-
41-
An error happened during template parsing (template: "class path resource [templates/task/add.html]"
42-
38+
* An error happened during template parsing (template: "class path resource [templates/task/add.html]")
4339

4440
## F008 Add first new Project: broken
45-
-> Form OK
46-
-> Save Data: Error
47-
48-
http://localhost:8080/project/root
49-
-> Button "add new project"
50-
http://localhost:8080/project/add/new/project
51-
-> Save -> ERROR
52-
Errorpage - Refer to logfile:
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:
5348
````
5449
2020-04-03 14:30:37.148 DEBUG 2864 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed 200 OK
5550
2020-04-03 14:30:58.514 DEBUG 2864 --- [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : POST "/project/addchild/", parameters={masked}
@@ -61,54 +56,53 @@ Errorpage - Refer to logfile:
6156
2020-04-03 14:30:58.591 WARN 2864 --- [nio-8080-exec-8] o.w.s.error.MyErrorController : 405Method Not Allowed
6257
2020-04-03 14:30:58.593 DEBUG 2864 --- [nio-8080-exec-8] o.s.web.servlet.DispatcherServlet : Exiting from "ERROR" dispatch, status 405
6358
````
64-
65-
Fixed #103, Fixed #102
59+
* Fixed #103, Fixed #102
6660

6761
## 2.3.11
68-
Fixed #107, Fixed #108
62+
* Fixed #107, Fixed #108
6963

7064
## 2.3.12
71-
Fixed #106, Fixed #109, Fixed #110
72-
73-
Deployment to heroku
65+
* Fixed #106, Fixed #109, Fixed #110
66+
* Deployment to heroku
7467

7568
# Maven Config:
7669
## maven-changes-plugin
77-
https://maven.apache.org/plugins/maven-changes-plugin/examples/configuring-github-report.html
70+
* https://maven.apache.org/plugins/maven-changes-plugin/examples/configuring-github-report.html
7871

7972
## maven-enforcer-plugin
80-
http://maven.apache.org/enforcer/maven-enforcer-plugin/plugin-info.html
81-
http://maven.apache.org/enforcer/enforcer-rules/
82-
https://maven.apache.org/enforcer/enforcer-rules/requireFilesExist.html
83-
https://maven.apache.org/enforcer/enforcer-rules/requireEnvironmentVariable.html
84-
https://maven.apache.org/enforcer/enforcer-rules/requireActiveProfile.html
85-
https://maven.apache.org/enforcer/enforcer-rules/dependencyConvergence.html
86-
https://www.baeldung.com/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
8780

88-
# 2.3.14
89-
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
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
9084

91-
https://developer.okta.com/blog/2019/03/28/test-java-spring-boot-junit5
85+
## 2.3.15
86+
* Fixed #129, Fixed #126, Fixed #168
87+
* https://github.com/thymeleaf/thymeleaf-testing
9288

93-
# 2.3.15
94-
Fixed #129, Fixed #126, Fixed #168
95-
https://github.com/thymeleaf/thymeleaf-testing
89+
## 2.3.16
90+
* Fixed #169, Fixed #170, Fixed #171, Fixed #172, Fixed #183
9691

97-
# 2.3.16
98-
Fixed #169, Fixed #170, Fixed #171, Fixed #172, Fixed #183
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
9996

100-
# 2.3.17
101-
Fixed #223, Fixed #224, Fixed #225, Fixed #226, Fixed #227, Fixed #228, Fixed #229, Fixed #230, Fixed #231, Fixed #232, Fixed #233
102-
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
103-
Fixed #220, Fixed #221, Fixed #222
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
10499

105-
#2.3.18
106-
Fixed #128, Fixed #192, Fixed #193, Fixed #194, Fixed #195, Fixed #196, Fixed #197, Fixed #198, Fixed #199, Fixed #200, Fixed #239, Fixed #240
100+
## 2.3.19
101+
* Fixed #241, Fixed #242, Fixed #243, Fixed #252
107102

108-
#2.3.19
109-
Fixed #241, Fixed #242, Fixed #243, Fixed #252
103+
## 2.3.20
104+
* Update Spring-Boot to 2.3.0 #255
105+
* Fixed #255 - working on: Update Spring-Boot to 2.3.0
110106

111-
#2.3.20
112-
Update Spring-Boot to 2.3.0 #255
113-
Fixed #255 - working on: Update Spring-Boot to 2.3.0
107+
## 2.3.23
114108

0 commit comments

Comments
 (0)