diff --git a/README.md b/README.md index 1e6ccf3..fac3a2a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ These instructions will get you and overview of how to synchronize two different What things you need to run the software: -* Java 8+ +* Java 11+ * [docker-compose](https://docs.docker.com/compose/) ## Overview diff --git a/explicit-with-dto/pom.xml b/explicit-with-dto/pom.xml index 7a29a84..ede6c7e 100644 --- a/explicit-with-dto/pom.xml +++ b/explicit-with-dto/pom.xml @@ -10,14 +10,16 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.1.4.RELEASE UTF-8 UTF-8 - 1.8 + 11 + ${java.version} + ${java.version} Finchley.SR1 @@ -41,8 +43,18 @@ org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + ${maven.compiler.source} + ${maven.compiler.target} + ${java.version} + true + + + maven-surefire-plugin - 2.20 + 2.22.1 **/*Spec.* diff --git a/explicit-with-entity/pom.xml b/explicit-with-entity/pom.xml index 2ab36e1..78786b1 100644 --- a/explicit-with-entity/pom.xml +++ b/explicit-with-entity/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.1.4.RELEASE @@ -19,7 +19,9 @@ UTF-8 UTF-8 - 1.8 + 11 + ${java.version} + ${java.version} Finchley.SR1 @@ -43,8 +45,18 @@ org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + ${maven.compiler.source} + ${maven.compiler.target} + ${java.version} + true + + + maven-surefire-plugin - 2.20 + 2.22.1 **/*Spec.* diff --git a/in-one-class/pom.xml b/in-one-class/pom.xml index 67443f9..297d821 100644 --- a/in-one-class/pom.xml +++ b/in-one-class/pom.xml @@ -12,14 +12,16 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.1.4.RELEASE UTF-8 UTF-8 - 1.8 + 11 + ${java.version} + ${java.version} Finchley.SR1 @@ -36,7 +38,6 @@ - org.springframework.boot @@ -44,8 +45,18 @@ org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + ${maven.compiler.source} + ${maven.compiler.target} + ${java.version} + true + + + maven-surefire-plugin - 2.20 + 2.22.1 **/*Spec.* diff --git a/with-application-events-immutable/pom.xml b/with-application-events-immutable/pom.xml index 22b8694..b09f30b 100644 --- a/with-application-events-immutable/pom.xml +++ b/with-application-events-immutable/pom.xml @@ -10,14 +10,16 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.1.4.RELEASE UTF-8 UTF-8 - 1.8 + 11 + ${java.version} + ${java.version} Finchley.SR1 @@ -41,8 +43,18 @@ org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + ${maven.compiler.source} + ${maven.compiler.target} + ${java.version} + true + + + maven-surefire-plugin - 2.20 + 2.22.1 **/*Spec.* diff --git a/with-application-events/pom.xml b/with-application-events/pom.xml index cdee9e8..d91f779 100644 --- a/with-application-events/pom.xml +++ b/with-application-events/pom.xml @@ -10,14 +10,16 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.1.4.RELEASE UTF-8 UTF-8 - 1.8 + 11 + ${java.version} + ${java.version} Finchley.SR1 @@ -41,8 +43,18 @@ org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + ${maven.compiler.source} + ${maven.compiler.target} + ${java.version} + true + + + maven-surefire-plugin - 2.20 + 2.22.1 **/*Spec.* diff --git a/with-events/with-events-sink/pom.xml b/with-events/with-events-sink/pom.xml index 274da9f..db97017 100644 --- a/with-events/with-events-sink/pom.xml +++ b/with-events/with-events-sink/pom.xml @@ -11,15 +11,17 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.1.4.RELEASE UTF-8 UTF-8 - 1.8 - Finchley.SR1 + 11 + ${java.version} + ${java.version} + Greenwich.RELEASE @@ -34,34 +36,37 @@ - - - - org.springframework.boot - spring-boot-maven-plugin - - - - repackage - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.20 - - - **/*Spec.* - **/*Tests.* - **/*Test.* - - plain - - - - + + + + org.springframework.boot + spring-boot-maven-plugin + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + ${maven.compiler.source} + ${maven.compiler.target} + ${java.version} + true + + + + maven-surefire-plugin + 2.22.1 + + + **/*Spec.* + **/*Tests.* + **/*Test.* + + plain + + + + diff --git a/with-events/with-events-source/pom.xml b/with-events/with-events-source/pom.xml index d0d10d8..179c740 100644 --- a/with-events/with-events-source/pom.xml +++ b/with-events/with-events-source/pom.xml @@ -11,15 +11,17 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.1.4.RELEASE UTF-8 UTF-8 - 1.8 - Finchley.SR1 + 11 + ${java.version} + ${java.version} + Greenwich.RELEASE @@ -42,8 +44,18 @@ org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + ${maven.compiler.source} + ${maven.compiler.target} + ${java.version} + true + + + maven-surefire-plugin - 2.20 + 2.22.1 **/*Spec.* diff --git a/with-log-tailing/pom.xml b/with-log-tailing/pom.xml index 6379966..5e50d81 100644 --- a/with-log-tailing/pom.xml +++ b/with-log-tailing/pom.xml @@ -11,15 +11,17 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.1.4.RELEASE UTF-8 UTF-8 - 1.8 - Finchley.SR1 + 11 + ${java.version} + ${java.version} + Greenwich.RELEASE @@ -42,8 +44,18 @@ org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + ${maven.compiler.source} + ${maven.compiler.target} + ${java.version} + true + + + maven-surefire-plugin - 2.20 + 2.22.1 **/*Spec.* diff --git a/with-trigger/pom.xml b/with-trigger/pom.xml index 12bc6b5..0c43f55 100644 --- a/with-trigger/pom.xml +++ b/with-trigger/pom.xml @@ -11,14 +11,16 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.1.4.RELEASE UTF-8 UTF-8 - 1.8 + 11 + ${java.version} + ${java.version} Finchley.SR1 @@ -42,8 +44,18 @@ org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + ${maven.compiler.source} + ${maven.compiler.target} + ${java.version} + true + + + maven-surefire-plugin - 2.20 + 2.22.1 **/*Spec.*