Skip to content

Commit 3277272

Browse files
committed
work
1 parent 3736dc1 commit 3277272

File tree

6 files changed

+119
-26
lines changed

6 files changed

+119
-26
lines changed

.idea/compiler.xml

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jarRepositories.xml

Lines changed: 50 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE renamed to LICENSE.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
12
Apache License
23
Version 2.0, January 2004
3-
http://www.apache.org/licenses/
4+
https://www.apache.org/licenses/
45

56
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
67

@@ -192,7 +193,7 @@
192193
you may not use this file except in compliance with the License.
193194
You may obtain a copy of the License at
194195

195-
http://www.apache.org/licenses/LICENSE-2.0
196+
https://www.apache.org/licenses/LICENSE-2.0
196197

197198
Unless required by applicable law or agreed to in writing, software
198199
distributed under the License is distributed on an "AS IS" BASIS,

src/site/markdown/HOWTO.md

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,14 @@
88

99
### Documentation
1010
* [spring-boot](https://spring.io/projects/spring-boot)
11-
* [spring-data-jpa](https://spring.io/projects/spring-data-jpa)
12-
* [spring-framework](https://spring.io/projects/spring-framework)
11+
* [spring-data-jpa](https://docs.spring.io/spring-data/jpa/docs/2.7.6/reference/html/)
12+
* [spring-framework](https://docs.spring.io/spring-framework/docs/5.3.23/reference/html/)
1313
* [spring-framework Data Access](https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/data-access.html)
1414
* [spring-framework WebMVC](https://docs.spring.io/spring/docs/current/spring-framework-reference/web.html)
15-
* [spring-boot reference](https://docs.spring.io/spring-boot/docs/2.2.5.RELEASE/reference/html/)
16-
* [spring-boot appendix-application-properties](https://docs.spring.io/spring-boot/docs/2.2.5.RELEASE/reference/html/appendix-application-properties.html#common-application-properties)
17-
* [spring-boot api](https://docs.spring.io/spring-boot/docs/2.2.5.RELEASE/api/)
18-
* [spring-data-jpa](https://docs.spring.io/spring-data/jpa/docs/2.2.5.RELEASE/reference/html/#reference)
19-
20-
### Gradle Plugins
21-
* [org.springframework.boot](https://plugins.gradle.org/plugin/org.springframework.boot)
22-
* [org.springframework.cloud.contract](https://plugins.gradle.org/plugin/org.springframework.cloud.contract)
23-
* [io.spring.dependency-management](https://plugins.gradle.org/plugin/io.spring.dependency-management)
24-
* [org.asciidoctor.jvm.convert](https://plugins.gradle.org/plugin/org.asciidoctor.jvm.convert)
25-
* [com.avast.gradle.docker-compose](https://plugins.gradle.org/plugin/com.avast.gradle.docker-compose)
26-
* [org.liquibase.gradle](https://plugins.gradle.org/plugin/org.liquibase.gradle)
15+
* [spring-boot reference](https://docs.spring.io/spring-boot/docs/2.7.5/reference/html/)
16+
* [spring-boot appendix-application-properties](https://docs.spring.io/spring-boot/docs/2.7.5/reference/html/application-properties.html#appendix.application-properties)
17+
* [spring-boot api](https://docs.spring.io/spring-boot/docs/2.7.5/api/)
18+
* [spring-data-jpa](https://docs.spring.io/spring-data/jpa/docs/2.7.5/reference/html/)
2719

2820
### Github Repos
2921
* [spring-cloud-contract](https://github.com/spring-cloud/spring-cloud-contract)
@@ -42,14 +34,13 @@
4234
### UUID and Optimistic Locking
4335
* UUID: TODO
4436

45-
### Database Schema Evolution with Spring Boot JPA
37+
### Database Schema Evolution with Spring Boot JPA - liquibase
4638
* TODO
4739
* org.flywaydb:flyway
48-
* org.liquibase:liquibase https://www.liquibase.org/documentation/maven/index.html
40+
* [org.liquibase:liquibase](https://www.liquibase.org/documentation/maven/index.html)
4941

5042

5143
## Frontend with webjars
52-
5344
### updating webjar Versions:
54-
* change Version in build.gradle "ext" (Line 40)
45+
* change Version in pom.xml section properties (Line 82)
5546
* change Version in src/main/resources/templates/layout/page.html Section head.tw-head and div.tw-footer (Lines 16, 98)

src/site/markdown/TODO.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,45 @@
4848
* Issue #234 Taskstate: Task Edit Form -> change Project via DropDown
4949
* Issue #235 Project/Root: Task Edit Form -> change Project via DropDown
5050
* Issue #236 Project/id: Task Edit Form -> change Project via DropDown
51+
* wontfix #251, wontfix #224, wontfix #245, wontfix #246
5152

53+
54+
## 2.4.7
55+
* fixed #381 Transient_Class_Modell - Update UML Documentation after Refactorings due to Bugfixes
56+
* fixed #382 Controller_Classes - Update UML Documentation after Refactorings due to Bugfixes
57+
* fixed #383 F006 Page after first successful Login: change from inbox to today
58+
59+
## 2.4.8
60+
* fixed #375 reenable integration tests
61+
62+
## 2.4.9
63+
* fixed #390 refactor integration tests: One Test class for each Controller Class
64+
* fixed #391 refactor integration tests: One Test class for each Service Class in package meso
65+
66+
## 2.4.10-SNAPSHOT
67+
*
68+
69+
## 2.4.11-SNAPSHOT
70+
* fixed #380 add User Use Cases to UML Documentation
71+
* fixed #393 UML Documentation: Service Classes DB
72+
* fixed #394 UML Documentation: Service Classes Meso
73+
74+
## 2.4.12-SNAPSHOT
75+
* fixed #388 make task.taskstate, task.duedate and taskstate workflow independent to each other
76+
*
77+
78+
## 2.4.13-SNAPSHOT
79+
* #377 add List of URL (Patterns) to Documentation
80+
* #392 refactor integration tests: add Unit Tests for Beans and Entities
81+
*
82+
83+
## 2.4.14-SNAPSHOT
84+
* #386 make Project Navigation collapsible
85+
* #389 apply Database Schema Evolution for: 386 make Project Navigation collapsible
86+
*
87+
88+
## 2.4.15-SNAPSHOT
89+
* #378 Add Search Index and search functionality
90+
91+
## 2.4.16-SNAPSHOT
92+
*

src/site/site.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,21 @@
1818
<item name="Simpleworklist" href="https://java.woehlke.org/simpleworklist"/>
1919
</breadcrumbs>
2020
<menu name="Overview">
21+
<item name="About" href="ABOUT.html" />
2122
<item name="Introduction" href="index.html"/>
2223
<item name="JavaDocs" href="apidocs/index.html"/>
2324
<item name="Source Xref" href="xref/index.html"/>
2425
</menu>
2526
<menu name="Requirements">
26-
<item name="Requirements" href="Requirements.html" />
27-
<item name="Requirements Nonfunctional" href="Requirements_Nonfunctional.html" />
27+
<item name="Requirements" href="CLOUD_DEPLOYMENT.html" />
28+
<item name="Requirements" href="REQUIREMENTS_NONFUNCTIONAL.html" />
29+
<item name="Requirements" href="TODO.html" />
2830
</menu>
2931
<menu name="Development">
30-
<item name="Development" href="Development.html" />
31-
<item name="Maven Plugins" href="Maven_Plugins.html" />
32+
<item name="Requirements" href="CHANGELOG.html" />
33+
<item name="Development" href="DEVELOPMENT.html" />
34+
<item name="Maven Plugins" href="MAVEN_PLUGINS.html" />
3235
<item name="HOWTO" href="HOWTO.html" />
33-
<item name="Primesfaces JSF" href="Primesfaces_JSF.html" />
3436
</menu>
3537
<menu ref="reports"/>
3638
</body>

0 commit comments

Comments
 (0)