From 2c8d7c898c6634b8fc54ebcec835399a4a8db303 Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Sat, 4 Apr 2020 12:20:17 +0200 Subject: [PATCH 1/8] Fixed #106 --- pom.xml | 2 +- system.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c4cab9fc..da77dae5 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ - 1.8 + 13 3.6.3 2.2.1 1.11.2 diff --git a/system.properties b/system.properties index 916c446b..280686e2 100644 --- a/system.properties +++ b/system.properties @@ -1 +1 @@ -java.runtime.version=1.8 \ No newline at end of file +java.runtime.version=13 From 011183e800cb3883e5d57a6a72b86ee8ec70bbe7 Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Sat, 4 Apr 2020 12:24:12 +0200 Subject: [PATCH 2/8] Fixed #106 --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b455f988..39cbb54f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -16,9 +16,9 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 1.8 - uses: actions/setup-java@v1 + - name: Set up JDK 13s + uses: actions/setup-java@v13 with: - java-version: 1.8 + java-version: 13 - name: Build with Maven run: ./mvnw -B package --file pom.xml From 6d9b1fb41e71467e6d3e01b7a28949f416aca6b9 Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Sat, 4 Apr 2020 12:34:02 +0200 Subject: [PATCH 3/8] Fixed #106 --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index da77dae5..18acd0af 100644 --- a/pom.xml +++ b/pom.xml @@ -341,7 +341,10 @@ simpleworklist + clean install + org.springframework.boot From 2a1e1bfda8eec8446c23199e95555db9800a2c39 Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Sat, 4 Apr 2020 12:45:33 +0200 Subject: [PATCH 4/8] Fixed #106 --- pom.xml | 232 ++++++++++++++++++++++------------------------ system.properties | 2 +- 2 files changed, 111 insertions(+), 123 deletions(-) diff --git a/pom.xml b/pom.xml index 18acd0af..415b2164 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ - 13 + 1.8 3.6.3 2.2.1 1.11.2 @@ -121,22 +121,10 @@ spring-boot-properties-migrator runtime - - - org.springframework.boot - spring-boot-starter-data-jpa - - + + org.springframework.boot + spring-boot-starter-data-jpa + org.springframework.boot spring-boot-starter-web @@ -326,6 +314,111 @@ true + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack-dependencies + pre-site + + analyze-only + analyze-dep-mgt + analyze-report + sources + resolve + resolve-plugins + collect + copy-dependencies + unpack-dependencies + build-classpath + + + true + true + ${project.build.outputDirectory}/classpath.txt + false + + org.apache.maven.plugins:maven-surefire-plugin + + + + org.apache.maven.plugins:maven-surefire-plugin + + + org.apache.maven.plugins:maven-surefire-plugin + + + + + check-dependencies1 + pre-site + + list + list-repositories + properties + + + + check-dependencies2 + pre-site + + analyze + analyze-dep-mgt + analyze-duplicate + analyze-report + + + + check-dependencies3 + verify + + tree + + + + report + site + + org.webjars,org.jclouds,org.jboss.as,xml-resolver,commons-configuration,org.codehaus.plexus,commons-digester,junit,log4j,io.openliberty.features + weld-probe-core,commons-configuration,jdk.tools,maven-antrun-plugin + false + + + + analyze-report + + + + + + + get-dependency-sources + pre-site + + sources + resolve + resolve-plugins + collect + copy-dependencies + unpack-dependencies + + + sources + org.webjars + weld-probe-core + false + ${project.build.directory}/dependencies/ + + + + @@ -371,111 +464,6 @@ - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-dependencies - prepare-package - - analyze-only - analyze-dep-mgt - analyze-report - sources - resolve - resolve-plugins - collect - copy-dependencies - unpack-dependencies - build-classpath - - - true - true - ${project.build.outputDirectory}/classpath.txt - false - - org.apache.maven.plugins:maven-surefire-plugin - - - - org.apache.maven.plugins:maven-surefire-plugin - - - org.apache.maven.plugins:maven-surefire-plugin - - - - - check-dependencies1 - verify - - list - list-repositories - properties - - - - check-dependencies2 - verify - - analyze - analyze-dep-mgt - analyze-duplicate - analyze-report - - - - check-dependencies3 - verify - - tree - - - - report - site - - org.webjars,org.jclouds,org.jboss.as,xml-resolver,commons-configuration,org.codehaus.plexus,commons-digester,junit,log4j,io.openliberty.features - weld-probe-core,commons-configuration,jdk.tools,maven-antrun-plugin - false - - - - analyze-report - - - - - - - get-dependency-sources - prepare-package - - sources - resolve - resolve-plugins - collect - copy-dependencies - unpack-dependencies - - - sources - org.webjars - weld-probe-core - false - ${project.build.directory}/dependencies/ - - - - org.apache.maven.plugins maven-surefire-plugin diff --git a/system.properties b/system.properties index 280686e2..5e8606c8 100644 --- a/system.properties +++ b/system.properties @@ -1 +1 @@ -java.runtime.version=13 +java.runtime.version=1.8 From 03daecfe66a079eef8665565100a48c7950ce271 Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Sat, 4 Apr 2020 12:49:18 +0200 Subject: [PATCH 5/8] Fixed #106 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 415b2164..7fee918f 100644 --- a/pom.xml +++ b/pom.xml @@ -434,9 +434,9 @@ simpleworklist - clean install + clean spring-boot:run From a856f821c6019d5abf1e4728139a0cc3dbd1076b Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Sat, 4 Apr 2020 13:02:46 +0200 Subject: [PATCH 6/8] Fixed #106 --- etc/TODO.md | 2 +- setenv-sample.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/TODO.md b/etc/TODO.md index 959436be..7e4b0c2e 100644 --- a/etc/TODO.md +++ b/etc/TODO.md @@ -68,5 +68,5 @@ Fixed #103, Fixed #102 Fixed #107, Fixed #108 ## 2.3.12 -Fixed #106 +Fixed #106, #Fixed 109, Fixed #110 diff --git a/setenv-sample.sh b/setenv-sample.sh index 2ae04aaa..2d037308 100644 --- a/setenv-sample.sh +++ b/setenv-sample.sh @@ -7,3 +7,5 @@ export MAIL_SMTP_USERNAME='mailuser' export MAIL_SMTP_PASSWORD='mailuserpassword' export MAIL_FROM='noreply@example.org' export MAIL_URL_APP_HOST='localhost:5000' +export JPA_DLL_AUTO='update' +#export JPA_DLL_AUTO='create-drop' From fb6b24da20c06ed3b8643e85942bae931e2a50f1 Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Sat, 4 Apr 2020 13:03:35 +0200 Subject: [PATCH 7/8] Fixed #106 --- etc/TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/TODO.md b/etc/TODO.md index 7e4b0c2e..b27e451d 100644 --- a/etc/TODO.md +++ b/etc/TODO.md @@ -69,4 +69,6 @@ Fixed #107, Fixed #108 ## 2.3.12 Fixed #106, #Fixed 109, Fixed #110 + +Deployment to heroku From 977b9a3d7275db32edaec07f71b6664a986555da Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Sat, 4 Apr 2020 13:04:45 +0200 Subject: [PATCH 8/8] Fixed #106, #Fixed 109, Fixed #110 --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README.md b/README.md index b3558f89..c2bf7c34 100644 --- a/README.md +++ b/README.md @@ -9,28 +9,11 @@ Status ------ ![Java CI with Maven](https://github.com/Spring-Framework-Java-Apps/simpleworklist/workflows/Java%20CI%20with%20Maven/badge.svg?branch=master) -Setup local Test-System ------------------------ - -1. Setup a PostgreSQL 10-Database -3. copy src/main/resources/worklist_sample.properties to _src/main/resources/worklist.properties -4. start project with: mvn clean spring-boot:run - Getting Things Done ------------------- GTD® and Getting Things Done® are registered trademarks of the David Allen Company. SimpleWorklist is not affiliated with or endorsed by the David Allen Company. -Setup a PostgreSQL 10-Database ------------------------------- -* https://www.postgresql.org/download/ -* Windows and macOS - Graphical installer by *BigSQL*: https://www.openscg.com/bigsql/postgresql/installers.jsp/ -* Windows: - 1. start cmd as admin - 2. cd \PostgreSQL - 3. pgc start - 4. pgc pgadmin3 - Developer Reminder ------------------ * Create serialVersionUID for Classes with "implements Serializable": use the JDK tool “serialver“