From 3b449865cc35a4600557201688a7da43e86f30a4 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 7 Dec 2021 18:52:03 -0800 Subject: [PATCH 01/44] Set version to 0.1.0-PASCAL-SNAPSHOT. --- gradle.properties | 2 +- pom.xml | 2 +- spring-data-geode-test/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 4f090cd4..4c064812 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,4 +13,4 @@ springDataBomVersion=2021.0.7 springDataGemFireVersion=2.5.7 springDataGeodeVersion=2.5.7 springShellVersion=1.2.0.RELEASE -version=0.0.29-SNAPSHOT +version=0.1.0-PASCAL-SNAPSHOT diff --git a/pom.xml b/pom.xml index eefb9087..dc6593a1 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.springframework.data spring-test-data-geode-build - 0.0.29-SNAPSHOT + 0.1.0-PASCAL-SNAPSHOT pom diff --git a/spring-data-geode-test/pom.xml b/spring-data-geode-test/pom.xml index 88c49909..c6a5397a 100644 --- a/spring-data-geode-test/pom.xml +++ b/spring-data-geode-test/pom.xml @@ -8,7 +8,7 @@ org.springframework.data spring-test-data-geode-build - 0.0.29-SNAPSHOT + 0.1.0-PASCAL-SNAPSHOT spring-data-geode-test From f37845b5c448065fe09695c5cdf5fd77950e9a0a Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 11 Jan 2022 15:02:40 -0800 Subject: [PATCH 02/44] Upgrade to Apache Geode 1.13.6. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 4c064812..b18499c0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ antlrVersion=2.7.7 -apacheGeodeVersion=1.13.4 +apacheGeodeVersion=1.13.6 assertjVersion=3.21.0 findbugsVersion=3.0.2 junitVersion=4.13.2 diff --git a/pom.xml b/pom.xml index dc6593a1..086da148 100644 --- a/pom.xml +++ b/pom.xml @@ -82,7 +82,7 @@ 3.3 2.19.1 UTF-8 - 1.13.4 + 1.13.6 3.21.0 4.13.2 2.12.1 From 5d2ee940cf02a3bf01e6dd815685a42da279385b Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 11 Jan 2022 15:03:35 -0800 Subject: [PATCH 03/44] Upgrade to AssertJ 3.22.0. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index b18499c0..27ce859a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ antlrVersion=2.7.7 apacheGeodeVersion=1.13.6 -assertjVersion=3.21.0 +assertjVersion=3.22.0 findbugsVersion=3.0.2 junitVersion=4.13.2 lombokVersion=1.18.22 diff --git a/pom.xml b/pom.xml index 086da148..ed5b70a2 100644 --- a/pom.xml +++ b/pom.xml @@ -83,7 +83,7 @@ 2.19.1 UTF-8 1.13.6 - 3.21.0 + 3.22.0 4.13.2 2.12.1 1.2.3 From 617e60af1b22fac54ef8497098f1da553d5804c5 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 11 Jan 2022 15:05:40 -0800 Subject: [PATCH 04/44] Upgrade to Log4J 2.17.1. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ed5b70a2..4dee62d8 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ 1.13.6 3.22.0 4.13.2 - 2.12.1 + 2.17.1 1.2.3 1.18.22 4.1.0 From 2092643fd6ebb588fd7c2d742c7b4c6173af1816 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 11 Jan 2022 15:06:21 -0800 Subject: [PATCH 05/44] Upgrade to Mockito 4.2.0. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 27ce859a..d194c2d7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ assertjVersion=3.22.0 findbugsVersion=3.0.2 junitVersion=4.13.2 lombokVersion=1.18.22 -mockitoVersion=4.1.0 +mockitoVersion=4.2.0 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.11 springVersion=5.3.13 diff --git a/pom.xml b/pom.xml index 4dee62d8..c3121693 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,7 @@ 2.17.1 1.2.3 1.18.22 - 4.1.0 + 4.2.0 1.01 9.10.11 5.3.13 From c2bc68e12cc31396fc6754680522a36cce5e14ba Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 11 Jan 2022 15:07:08 -0800 Subject: [PATCH 06/44] Upgrade to VMware Tanzu (Pivotal) GemFire 9.10.13. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index d194c2d7..f2f1f1d6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ junitVersion=4.13.2 lombokVersion=1.18.22 mockitoVersion=4.2.0 multithreadedtcVersion=1.01 -pivotalGemFireVersion=9.10.11 +pivotalGemFireVersion=9.10.13 springVersion=5.3.13 springBootVersion=2.5.7 springDataBomVersion=2021.0.7 diff --git a/pom.xml b/pom.xml index c3121693..2f673436 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ 1.18.22 4.2.0 1.01 - 9.10.11 + 9.10.13 5.3.13 2.5.7 2021.0.7 From af3cbee40d2bbef4cba83a5f2d61604025ec6eae Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 11 Jan 2022 15:07:40 -0800 Subject: [PATCH 07/44] Upgrade to Spring Framework 5.3.14. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index f2f1f1d6..3155a0d3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ lombokVersion=1.18.22 mockitoVersion=4.2.0 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.13 -springVersion=5.3.13 +springVersion=5.3.14 springBootVersion=2.5.7 springDataBomVersion=2021.0.7 springDataGemFireVersion=2.5.7 diff --git a/pom.xml b/pom.xml index 2f673436..90ec848c 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ 4.2.0 1.01 9.10.13 - 5.3.13 + 5.3.14 2.5.7 2021.0.7 1.2.0.RELEASE From d45e74a82757ea72052b1058f7ed1ea942f4d696 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 11 Jan 2022 15:08:22 -0800 Subject: [PATCH 08/44] Upgrade to Spring Boot 2.5.8. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3155a0d3..fbb36fc5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ mockitoVersion=4.2.0 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.13 springVersion=5.3.14 -springBootVersion=2.5.7 +springBootVersion=2.5.8 springDataBomVersion=2021.0.7 springDataGemFireVersion=2.5.7 springDataGeodeVersion=2.5.7 diff --git a/pom.xml b/pom.xml index 90ec848c..0ce1f68f 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,7 @@ 1.01 9.10.13 5.3.14 - 2.5.7 + 2.5.8 2021.0.7 1.2.0.RELEASE From 3d5fb240b2bb542421ad25fe177fc3e37b037594 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 11 Jan 2022 15:10:48 -0800 Subject: [PATCH 09/44] Add dependency management for Spring Framework BOM. --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 0ce1f68f..d6f08ca9 100644 --- a/pom.xml +++ b/pom.xml @@ -176,6 +176,13 @@ geode-wan ${pivotal-gemfire.version} + + org.springframework + spring-framework-bom + ${spring.version} + import + pom + org.springframework.boot spring-boot-starter From 84fe419070ac4e9830beee44352d911cf7226c78 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 11 Jan 2022 15:15:32 -0800 Subject: [PATCH 10/44] Change Gradle and Maven project descriptions and name. --- build.gradle | 2 +- pom.xml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 03fb066c..77e56675 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ allprojects { } } -description = 'Spring Test Framework for Apache Geode and VMware Tanzu GemFire using Spring Data.' +description = 'Spring Test Framework for Apache Geode' //ext['spring.version'] = "$springVersion" ext['spring-framework.version'] = "$springVersion" diff --git a/pom.xml b/pom.xml index d6f08ca9..b16720b1 100644 --- a/pom.xml +++ b/pom.xml @@ -20,11 +20,10 @@ spring-data-geode-test - Spring Test Framework for Apache Geode and VMware Tanzu GemFire + Spring Test Framework for Apache Geode This project introduces a Spring Data module building on the Spring Framework's TestContext, - used to write both Unit and Integration Tests for Spring Data for Apache Geode - as well as Spring Data for VMware Tanzu GemFire applications. + used to write Unit and Integration Tests for Spring Data for Apache Geode applications. https://github.com/jxblum/spring-data-tests-4-gemfire From 1498e1d4e1ebc09793983892e36b28cb94c96fa5 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 11 Jan 2022 15:18:01 -0800 Subject: [PATCH 11/44] Upgrade to Gradle 6.9.2. --- gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 3ab0b725..ec991f9a 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists From 3146121c3b09984c72189659acab249d9aa8cf40 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 11 Jan 2022 16:58:44 -0800 Subject: [PATCH 12/44] Release 0.1.0-PASCAL. --- gradle.properties | 2 +- pom.xml | 2 +- spring-data-geode-test/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index fbb36fc5..3875af6c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,4 +13,4 @@ springDataBomVersion=2021.0.7 springDataGemFireVersion=2.5.7 springDataGeodeVersion=2.5.7 springShellVersion=1.2.0.RELEASE -version=0.1.0-PASCAL-SNAPSHOT +version=0.1.0-PASCAL diff --git a/pom.xml b/pom.xml index b16720b1..29563805 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.springframework.data spring-test-data-geode-build - 0.1.0-PASCAL-SNAPSHOT + 0.1.0-PASCAL pom diff --git a/spring-data-geode-test/pom.xml b/spring-data-geode-test/pom.xml index c6a5397a..2b1809f3 100644 --- a/spring-data-geode-test/pom.xml +++ b/spring-data-geode-test/pom.xml @@ -8,7 +8,7 @@ org.springframework.data spring-test-data-geode-build - 0.1.0-PASCAL-SNAPSHOT + 0.1.0-PASCAL spring-data-geode-test From 49f0dc81aa1c6f5e47f79515baeac85dcf763009 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 11 Jan 2022 17:10:34 -0800 Subject: [PATCH 13/44] Prepare next development iteration. Set version to 0.1.1-SNAPSHOT. --- gradle.properties | 2 +- pom.xml | 2 +- spring-data-geode-test/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3875af6c..8152d636 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,4 +13,4 @@ springDataBomVersion=2021.0.7 springDataGemFireVersion=2.5.7 springDataGeodeVersion=2.5.7 springShellVersion=1.2.0.RELEASE -version=0.1.0-PASCAL +version=0.1.1-PASCAL-SNAPSHOT diff --git a/pom.xml b/pom.xml index 29563805..d3d30273 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.springframework.data spring-test-data-geode-build - 0.1.0-PASCAL + 0.1.1-PASCAL-SNAPSHOT pom diff --git a/spring-data-geode-test/pom.xml b/spring-data-geode-test/pom.xml index 2b1809f3..7bea543f 100644 --- a/spring-data-geode-test/pom.xml +++ b/spring-data-geode-test/pom.xml @@ -8,7 +8,7 @@ org.springframework.data spring-test-data-geode-build - 0.1.0-PASCAL + 0.1.1-PASCAL-SNAPSHOT spring-data-geode-test From 183d11a44927b25d6d2cae75ee5b3437d77fae41 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 14 Jan 2022 10:22:04 -0800 Subject: [PATCH 14/44] Upgrade to VMware Tanzu (Pivotal) GemFire 9.10.14. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 8152d636..64ae9774 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ junitVersion=4.13.2 lombokVersion=1.18.22 mockitoVersion=4.2.0 multithreadedtcVersion=1.01 -pivotalGemFireVersion=9.10.13 +pivotalGemFireVersion=9.10.14 springVersion=5.3.14 springBootVersion=2.5.8 springDataBomVersion=2021.0.7 diff --git a/pom.xml b/pom.xml index d3d30273..fb427cf9 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ 1.18.22 4.2.0 1.01 - 9.10.13 + 9.10.14 5.3.14 2.5.8 2021.0.7 From 659e99ea0d9302346dc3bc7b1a17b97c462c95bc Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 14 Jan 2022 10:23:56 -0800 Subject: [PATCH 15/44] Upgrade to Logback 1.2.10. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fb427cf9..29651332 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ 3.22.0 4.13.2 2.17.1 - 1.2.3 + 1.2.10 1.18.22 4.2.0 1.01 From 840887e9f62d5ece47961eab866974152d6bb0d9 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 14 Jan 2022 10:24:24 -0800 Subject: [PATCH 16/44] Upgrade to Spring Framework 5.3.15. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 64ae9774..602dac4d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ lombokVersion=1.18.22 mockitoVersion=4.2.0 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.14 -springVersion=5.3.14 +springVersion=5.3.15 springBootVersion=2.5.8 springDataBomVersion=2021.0.7 springDataGemFireVersion=2.5.7 diff --git a/pom.xml b/pom.xml index 29651332..24093eb8 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ 4.2.0 1.01 9.10.14 - 5.3.14 + 5.3.15 2.5.8 2021.0.7 1.2.0.RELEASE From c6730d701383823dbf52645169b50b79f7e7b87e Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 14 Jan 2022 10:26:22 -0800 Subject: [PATCH 17/44] Upgrade to Spring Data BOM 2021.0.8 (Pascal). Upgrade to Spring Data Build Parent 2.5.8. Upgrade to Spring Data for Apache Geode 2.5.8. Upgrade to Spring Data for VMware Tanzu (Pivotal) GemFire 2.5.8. --- gradle.properties | 6 +++--- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index 602dac4d..0d43d0a7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,8 +9,8 @@ multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.14 springVersion=5.3.15 springBootVersion=2.5.8 -springDataBomVersion=2021.0.7 -springDataGemFireVersion=2.5.7 -springDataGeodeVersion=2.5.7 +springDataBomVersion=2021.0.8 +springDataGemFireVersion=2.5.8 +springDataGeodeVersion=2.5.8 springShellVersion=1.2.0.RELEASE version=0.1.1-PASCAL-SNAPSHOT diff --git a/pom.xml b/pom.xml index 24093eb8..9835721e 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.springframework.data.build spring-data-parent - 2.5.7 + 2.5.8 org.springframework.data @@ -92,7 +92,7 @@ 9.10.14 5.3.15 2.5.8 - 2021.0.7 + 2021.0.8 1.2.0.RELEASE From bf085b40c3adedc2d764bd94d7dd6051097a69a7 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 14 Jan 2022 10:41:22 -0800 Subject: [PATCH 18/44] Release 0.1.1-PASCAL. --- gradle.properties | 2 +- pom.xml | 2 +- spring-data-geode-test/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 0d43d0a7..fc0743b2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,4 +13,4 @@ springDataBomVersion=2021.0.8 springDataGemFireVersion=2.5.8 springDataGeodeVersion=2.5.8 springShellVersion=1.2.0.RELEASE -version=0.1.1-PASCAL-SNAPSHOT +version=0.1.1-PASCAL diff --git a/pom.xml b/pom.xml index 9835721e..be131dc8 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.springframework.data spring-test-data-geode-build - 0.1.1-PASCAL-SNAPSHOT + 0.1.1-PASCAL pom diff --git a/spring-data-geode-test/pom.xml b/spring-data-geode-test/pom.xml index 7bea543f..9878905e 100644 --- a/spring-data-geode-test/pom.xml +++ b/spring-data-geode-test/pom.xml @@ -8,7 +8,7 @@ org.springframework.data spring-test-data-geode-build - 0.1.1-PASCAL-SNAPSHOT + 0.1.1-PASCAL spring-data-geode-test From 3c1d12c5b7b4c2bbd2414a53bd1f798b88b6e6cf Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 14 Jan 2022 10:46:33 -0800 Subject: [PATCH 19/44] Prepare next development iteration. Set version to 0.1.2-PASCAL-SNAPSHOT. --- gradle.properties | 2 +- pom.xml | 2 +- spring-data-geode-test/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index fc0743b2..f04897df 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,4 +13,4 @@ springDataBomVersion=2021.0.8 springDataGemFireVersion=2.5.8 springDataGeodeVersion=2.5.8 springShellVersion=1.2.0.RELEASE -version=0.1.1-PASCAL +version=0.1.2-PASCAL-SNAPSHOT diff --git a/pom.xml b/pom.xml index be131dc8..842aecce 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.springframework.data spring-test-data-geode-build - 0.1.1-PASCAL + 0.1.2-PASCAL-SNAPSHOT pom diff --git a/spring-data-geode-test/pom.xml b/spring-data-geode-test/pom.xml index 9878905e..43490995 100644 --- a/spring-data-geode-test/pom.xml +++ b/spring-data-geode-test/pom.xml @@ -8,7 +8,7 @@ org.springframework.data spring-test-data-geode-build - 0.1.1-PASCAL + 0.1.2-PASCAL-SNAPSHOT spring-data-geode-test From a2af4dffddff59dd97318696eb10a6e2ee47f550 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 22 Mar 2022 11:49:29 -0700 Subject: [PATCH 20/44] Upgrade to Apache Geode 1.13.8. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index f04897df..cf8b1a6f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ antlrVersion=2.7.7 -apacheGeodeVersion=1.13.6 +apacheGeodeVersion=1.13.8 assertjVersion=3.22.0 findbugsVersion=3.0.2 junitVersion=4.13.2 diff --git a/pom.xml b/pom.xml index 842aecce..5a1d2397 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ 3.3 2.19.1 UTF-8 - 1.13.6 + 1.13.8 3.22.0 4.13.2 2.17.1 From f561b318d18bea04f65fd3eedf9b33a3dcc31542 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 22 Mar 2022 12:03:43 -0700 Subject: [PATCH 21/44] Upgrade to Log4j 2.17.2. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5a1d2397..2711912d 100644 --- a/pom.xml +++ b/pom.xml @@ -84,7 +84,7 @@ 1.13.8 3.22.0 4.13.2 - 2.17.1 + 2.17.2 1.2.10 1.18.22 4.2.0 From f0e96598f97d14b2dafb741eba11c6b7a1e54198 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 22 Mar 2022 12:06:04 -0700 Subject: [PATCH 22/44] Upgrade to Logback 1.2.11. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2711912d..85f3b15f 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ 3.22.0 4.13.2 2.17.2 - 1.2.10 + 1.2.11 1.18.22 4.2.0 1.01 From 784f694d3b6964147b64a85200bde43a8ee88e1b Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 22 Mar 2022 12:06:44 -0700 Subject: [PATCH 23/44] Upgrade to Mockito 4.4.0. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index cf8b1a6f..c59d570a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ assertjVersion=3.22.0 findbugsVersion=3.0.2 junitVersion=4.13.2 lombokVersion=1.18.22 -mockitoVersion=4.2.0 +mockitoVersion=4.4.0 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.14 springVersion=5.3.15 diff --git a/pom.xml b/pom.xml index 85f3b15f..56cecec6 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ 2.17.2 1.2.11 1.18.22 - 4.2.0 + 4.4.0 1.01 9.10.14 5.3.15 From 89f166ba6a7556660f31187270348031821f2e59 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 22 Mar 2022 12:07:26 -0700 Subject: [PATCH 24/44] Upgrade to VMware Tanzu (Pivotal) GemFire 9.10.15. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index c59d570a..7a892603 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ junitVersion=4.13.2 lombokVersion=1.18.22 mockitoVersion=4.4.0 multithreadedtcVersion=1.01 -pivotalGemFireVersion=9.10.14 +pivotalGemFireVersion=9.10.15 springVersion=5.3.15 springBootVersion=2.5.8 springDataBomVersion=2021.0.8 diff --git a/pom.xml b/pom.xml index 56cecec6..6807fad4 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ 1.18.22 4.4.0 1.01 - 9.10.14 + 9.10.15 5.3.15 2.5.8 2021.0.8 From 740b8e8970eb9236afd21973d557d9523083b1ba Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 22 Mar 2022 12:14:49 -0700 Subject: [PATCH 25/44] Upgrade to Spring Framework 5.3.17. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 7a892603..fd308146 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ lombokVersion=1.18.22 mockitoVersion=4.4.0 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.15 -springVersion=5.3.15 +springVersion=5.3.17 springBootVersion=2.5.8 springDataBomVersion=2021.0.8 springDataGemFireVersion=2.5.8 diff --git a/pom.xml b/pom.xml index 6807fad4..543e7d91 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ 4.4.0 1.01 9.10.15 - 5.3.15 + 5.3.17 2.5.8 2021.0.8 1.2.0.RELEASE From 5cc3762454d23f5d7309f90f0a117a1ac412600e Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 22 Mar 2022 12:15:29 -0700 Subject: [PATCH 26/44] Upgrade to Spring Boot 2.5.10. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index fd308146..f5e8ba81 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ mockitoVersion=4.4.0 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.15 springVersion=5.3.17 -springBootVersion=2.5.8 +springBootVersion=2.5.10 springDataBomVersion=2021.0.8 springDataGemFireVersion=2.5.8 springDataGeodeVersion=2.5.8 diff --git a/pom.xml b/pom.xml index 543e7d91..8ded88f3 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ 1.01 9.10.15 5.3.17 - 2.5.8 + 2.5.10 2021.0.8 1.2.0.RELEASE From 089c49d9ac19bae20c203401501805721ed29bcc Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 22 Mar 2022 12:19:38 -0700 Subject: [PATCH 27/44] Upgrade to Spring Data BOM 2021.0.10 (Pascal-SR10). --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index f5e8ba81..ae4c7ddd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.15 springVersion=5.3.17 springBootVersion=2.5.10 -springDataBomVersion=2021.0.8 +springDataBomVersion=2021.0.10 springDataGemFireVersion=2.5.8 springDataGeodeVersion=2.5.8 springShellVersion=1.2.0.RELEASE diff --git a/pom.xml b/pom.xml index 8ded88f3..a4550373 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,7 @@ 9.10.15 5.3.17 2.5.10 - 2021.0.8 + 2021.0.10 1.2.0.RELEASE From bd1641781dd829384ffad6f1b8a10a884e551b71 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 22 Mar 2022 12:20:36 -0700 Subject: [PATCH 28/44] Upgrade to Spring Data Build parent Maven POM 2.5.10. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a4550373..e56623f9 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.springframework.data.build spring-data-parent - 2.5.8 + 2.5.10 org.springframework.data From 96da3ae692d5fe76e450fb8a8573e31f9c39cdbe Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 22 Mar 2022 12:22:02 -0700 Subject: [PATCH 29/44] Upgrade to Spring Data for Apache Geode 2.5.10. Remove the springDataGemFireVersion property. --- gradle.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index ae4c7ddd..1ed86e7f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,6 @@ pivotalGemFireVersion=9.10.15 springVersion=5.3.17 springBootVersion=2.5.10 springDataBomVersion=2021.0.10 -springDataGemFireVersion=2.5.8 -springDataGeodeVersion=2.5.8 +springDataGeodeVersion=2.5.10 springShellVersion=1.2.0.RELEASE version=0.1.2-PASCAL-SNAPSHOT From 4a5f41af88f5ac9478d56f2fdb05fd8767694e19 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 22 Mar 2022 12:25:47 -0700 Subject: [PATCH 30/44] Update developer metadata in Maven POM. --- pom.xml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index e56623f9..83bf2d3e 100644 --- a/pom.xml +++ b/pom.xml @@ -59,18 +59,15 @@ jblum John Blum - jblum at pivotal dot io - Pivotal Software, Inc. + jblum at vmware dot com + VMware, Inc. https://www.spring.io Spring Data Team - Spring Data Cassandra Project Lead (Committer) - Spring Data GemFire Project Lead (Committer) - Spring Data Geode Project Lead (Committer) - Spring Session Data GemFire Project Lead (Committer) - Spring Session Data Geode Project Lead (Committer) - Spring Boot Data GemFire Project Lead (Committer) - Spring Boot Data Geode Project Lead (Committer) + Spring Data for Apache Cassandra Project Lead (Committer) + Spring Data for Apache Geode Project Lead (Committer) + Spring Session for Apache Geode Project Lead (Committer) + Spring Boot for Apache Geode Project Lead (Committer) Apache Geode Committer From 0dfa2097b92888903fd53e8d6844de0c4574eaee Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 22 Mar 2022 12:39:46 -0700 Subject: [PATCH 31/44] Use Spring Build Conventions io.spring.gradle.convention.Utils class to determine the snapshot, milestone or release build status. --- build.gradle | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 77e56675..71944faa 100644 --- a/build.gradle +++ b/build.gradle @@ -1,3 +1,5 @@ +import io.spring.gradle.convention.Utils + buildscript { dependencies { classpath 'io.spring.gradle:spring-build-conventions:0.0.38' @@ -43,14 +45,17 @@ allprojects { description = 'Spring Test Framework for Apache Geode' +// Define dependency version overrides //ext['spring.version'] = "$springVersion" ext['spring-framework.version'] = "$springVersion" ext['spring-data-bom.version'] = "$springDataBomVersion" -ext.releaseBuild = version.endsWith('RELEASE') -ext.snapshotBuild = version.endsWith('SNAPSHOT') -ext.milestoneBuild = !(releaseBuild || snapshotBuild) +// Define Gradle build in terms of snapshot, milestone or release build. +ext.milestoneBuild = Utils.isMilestone(project) +ext.releaseBuild = Utils.isRelease(project) +ext.snapshotBuild = Utils.isSnapshot(project) +// Define Gradle buildscript plugin to modify the generated Maven POM. ext.MAVEN_POM_EDITOR_GRADLE = "$rootDir/gradle/maven-pom-editor.gradle" nohttp { From de418c8637f51706d9ddcd935b0419770a4702a8 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 22 Mar 2022 12:59:30 -0700 Subject: [PATCH 32/44] Release 0.1.2-PASCAL. --- gradle.properties | 2 +- pom.xml | 2 +- spring-data-geode-test/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 1ed86e7f..c0bb1bcb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,4 +12,4 @@ springBootVersion=2.5.10 springDataBomVersion=2021.0.10 springDataGeodeVersion=2.5.10 springShellVersion=1.2.0.RELEASE -version=0.1.2-PASCAL-SNAPSHOT +version=0.1.2-PASCAL diff --git a/pom.xml b/pom.xml index 83bf2d3e..e91bb0f7 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.springframework.data spring-test-data-geode-build - 0.1.2-PASCAL-SNAPSHOT + 0.1.2-PASCAL pom diff --git a/spring-data-geode-test/pom.xml b/spring-data-geode-test/pom.xml index 43490995..690c2d16 100644 --- a/spring-data-geode-test/pom.xml +++ b/spring-data-geode-test/pom.xml @@ -8,7 +8,7 @@ org.springframework.data spring-test-data-geode-build - 0.1.2-PASCAL-SNAPSHOT + 0.1.2-PASCAL spring-data-geode-test From e553274cde27b69d4a777b5d0864b783242e3007 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 22 Mar 2022 13:46:03 -0700 Subject: [PATCH 33/44] Prepare next development iteration. Set version to 0.1.3-PASCAL-SNAPSHOT. --- gradle.properties | 2 +- pom.xml | 2 +- spring-data-geode-test/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index c0bb1bcb..535bf81e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,4 +12,4 @@ springBootVersion=2.5.10 springDataBomVersion=2021.0.10 springDataGeodeVersion=2.5.10 springShellVersion=1.2.0.RELEASE -version=0.1.2-PASCAL +version=0.1.3-PASCAL-SNAPSHOT diff --git a/pom.xml b/pom.xml index e91bb0f7..a5bb8e44 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.springframework.data spring-test-data-geode-build - 0.1.2-PASCAL + 0.1.3-PASCAL-SNAPSHOT pom diff --git a/spring-data-geode-test/pom.xml b/spring-data-geode-test/pom.xml index 690c2d16..6054b680 100644 --- a/spring-data-geode-test/pom.xml +++ b/spring-data-geode-test/pom.xml @@ -8,7 +8,7 @@ org.springframework.data spring-test-data-geode-build - 0.1.2-PASCAL + 0.1.3-PASCAL-SNAPSHOT spring-data-geode-test From 4bba9a5f29a567260aa84a31bebb16ec39ad0132 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 22 Mar 2022 14:35:00 -0700 Subject: [PATCH 34/44] Update Developer Role with STDG lead responsibilities. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index a5bb8e44..c5f2146d 100644 --- a/pom.xml +++ b/pom.xml @@ -66,6 +66,7 @@ Spring Data Team Spring Data for Apache Cassandra Project Lead (Committer) Spring Data for Apache Geode Project Lead (Committer) + Spring Test for Apache Geode Project Lead (Committer) Spring Session for Apache Geode Project Lead (Committer) Spring Boot for Apache Geode Project Lead (Committer) Apache Geode Committer From dace17c5a7b39d007f8fc7447894480cb8bcb840 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 22 Mar 2022 14:36:07 -0700 Subject: [PATCH 35/44] Update Copyright to 2022. --- .../extensions/spring/context/annotation/DependencyOf.java | 2 +- .../annotation/DependencyOfBeanFactoryPostProcessor.java | 2 +- .../test/context/DependencyOfAnnotationContextCustomizer.java | 2 +- .../context/DependencyOfAnnotationContextCustomizerFactory.java | 2 +- .../context/TestContextApplicationEventPublisherAdapter.java | 2 +- .../cache/ConfigurableCacheAwareContextLoaderDelegate.java | 2 +- .../spring/test/context/event/TestContextEventType.java | 2 +- ...seApplicationContextAfterTestClassTestExecutionListener.java | 2 +- .../tests/integration/ClientServerIntegrationTestsSupport.java | 2 +- .../integration/ForkingClientServerIntegrationTestsSupport.java | 2 +- .../data/gemfire/tests/integration/IntegrationTestsSupport.java | 2 +- .../SpringApplicationContextIntegrationTestsSupport.java | 2 +- .../SpringBootApplicationIntegrationTestsSupport.java | 2 +- .../integration/annotation/EnableGemFireResourceCollector.java | 2 +- .../annotation/GemFireResourceCollectorConfiguration.java | 2 +- .../config/ClientServerIntegrationTestsConfiguration.java | 2 +- .../event/GemFireResourceCollectorApplicationListener.java | 2 +- .../data/gemfire/tests/logging/slf4j/logback/TestAppender.java | 2 +- .../data/gemfire/tests/mock/AsyncEventQueueMockObjects.java | 2 +- .../data/gemfire/tests/mock/CacheMockObjects.java | 2 +- .../data/gemfire/tests/mock/CacheServerMockObjects.java | 2 +- .../data/gemfire/tests/mock/DiskStoreMockObjects.java | 2 +- .../data/gemfire/tests/mock/GatewayMockObjects.java | 2 +- .../data/gemfire/tests/mock/GemFireMockObjectsSupport.java | 2 +- .../data/gemfire/tests/mock/IndexMockObjects.java | 2 +- .../data/gemfire/tests/mock/MockObjectsSupport.java | 2 +- .../data/gemfire/tests/mock/PoolMockObjects.java | 2 +- .../gemfire/tests/mock/annotation/EnableGemFireMockObjects.java | 2 +- .../tests/mock/annotation/GemFireMockObjectsConfiguration.java | 2 +- .../factory/config/GemFireMockObjectsBeanPostProcessor.java | 2 +- .../beans/factory/config/RegionSpyingBeanPostProcessor.java | 2 +- .../GemFireMockObjectsApplicationContextInitializer.java | 2 +- .../event/DestroyGemFireMockObjectsApplicationListener.java | 2 +- .../tests/mock/support/MockObjectInvocationException.java | 2 +- .../data/gemfire/tests/mock/support/MockObjectsException.java | 2 +- .../context/DestroyGemFireMockObjectsTestExecutionListener.java | 2 +- .../geode/cache/RegionDataInitializingPostProcessor.java | 2 +- .../tests/objects/geode/security/TestSecurityManager.java | 2 +- .../data/gemfire/tests/process/JavaProcessRunner.java | 2 +- .../data/gemfire/tests/process/PidNotFoundException.java | 2 +- .../data/gemfire/tests/process/ProcessConfiguration.java | 2 +- .../data/gemfire/tests/process/ProcessExecutor.java | 2 +- .../data/gemfire/tests/process/ProcessInputStreamListener.java | 2 +- .../data/gemfire/tests/process/ProcessRunner.java | 2 +- .../data/gemfire/tests/process/ProcessUtils.java | 2 +- .../data/gemfire/tests/process/ProcessWrapper.java | 2 +- .../data/gemfire/tests/support/AbstractSecurityManager.java | 2 +- .../data/gemfire/tests/support/DataSourceAdapter.java | 2 +- .../data/gemfire/tests/support/IdentifierSequence.java | 2 +- .../springframework/data/gemfire/tests/support/MapBuilder.java | 2 +- .../data/gemfire/tests/unit/annotation/GemFireUnitTest.java | 2 +- .../data/gemfire/tests/util/ByteArrayComparator.java | 2 +- .../data/gemfire/tests/util/FileSystemUtils.java | 2 +- .../org/springframework/data/gemfire/tests/util/FileUtils.java | 2 +- .../org/springframework/data/gemfire/tests/util/IOUtils.java | 2 +- .../data/gemfire/tests/util/IdentityComparator.java | 2 +- .../data/gemfire/tests/util/IdentityHashCodeComparator.java | 2 +- .../data/gemfire/tests/util/ObjectToByteArrayComparator.java | 2 +- .../springframework/data/gemfire/tests/util/ObjectUtils.java | 2 +- .../data/gemfire/tests/util/ReflectionUtils.java | 2 +- .../springframework/data/gemfire/tests/util/SocketUtils.java | 2 +- .../springframework/data/gemfire/tests/util/SpringUtils.java | 2 +- .../data/gemfire/tests/util/StackTraceUtils.java | 2 +- .../springframework/data/gemfire/tests/util/ThreadUtils.java | 2 +- .../springframework/data/gemfire/tests/util/ThrowableUtils.java | 2 +- .../org/springframework/data/gemfire/tests/util/ZipUtils.java | 2 +- .../gemfire/MockClientCacheApplicationIntegrationTests.java | 2 +- .../data/gemfire/SpringTestContextIntegrationTests.java | 2 +- ...ClientCacheFactorySpiesConfiguresMockCacheNameUnitTests.java | 2 +- .../gemfire/tests/CacheLifecycleListenerIntegrationTests.java | 2 +- ...ntCacheFactorySpyEagerlyInitializesDefaultPoolUnitTests.java | 2 +- ...TriggeredByGemFirePropertyConfigurationIntegrationTests.java | 2 +- .../tests/MockCacheQueryServiceInteractionsUnitTests.java | 2 +- ...lientCacheDefaultPoolRegisteredWithPoolManagerUnitTests.java | 2 +- ...ockPeerCacheApplicationXmlConfigurationIntegrationTests.java | 2 +- .../tests/MockRegionDataAccessOperationsAndEventsUnitTests.java | 2 +- .../test/context/event/TestContextEventTypeUnitTests.java | 2 +- .../gemfire/tests/integration/ClientServerIntegrationTests.java | 2 +- .../integration/ClientServerIntegrationTestsSupportTests.java | 2 +- .../SpringApplicationTerminatingIntegrationTests.java | 2 +- ...SpringEnvironmentPropertySourcesCleanupIntegrationTests.java | 2 +- .../tests/integration/SslConfigurationIntegrationTests.java | 2 +- .../GemFireResourceCollectorConfigurationUnitTests.java | 2 +- .../GemFireResourceCollectorApplicationListenerUnitTests.java | 2 +- .../tests/logging/slf4j/logback/TestAppenderUnitTests.java | 2 +- .../tests/mock/GemFireMockObjectsSupportIntegrationTests.java | 2 +- .../gemfire/tests/mock/GemFireMockObjectsSupportUnitTests.java | 2 +- ...fireRepositoryUsingMockRegionOperationsIntegrationTests.java | 2 +- .../annotation/GemFireMockObjectsConfigurationUnitTests.java | 2 +- .../config/GemFireMockObjectsBeanPostProcessorUnitTests.java | 2 +- .../factory/config/RegionSpyingBeanPostProcessorUnitTests.java | 2 +- ...emFireMockObjectsApplicationContextInitializerUnitTests.java | 2 +- .../DestroyGemFireMockObjectsApplicationListenerUnitTests.java | 2 +- ...DestroyGemFireMockObjectsTestExecutionListenerUnitTests.java | 2 +- .../RegionDataInitializingPostProcessorIntegrationTests.java | 2 +- 95 files changed, 95 insertions(+), 95 deletions(-) diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/context/annotation/DependencyOf.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/context/annotation/DependencyOf.java index f0bc35ee..fe41a116 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/context/annotation/DependencyOf.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/context/annotation/DependencyOf.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/context/annotation/DependencyOfBeanFactoryPostProcessor.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/context/annotation/DependencyOfBeanFactoryPostProcessor.java index 9c71655f..0e0a1c47 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/context/annotation/DependencyOfBeanFactoryPostProcessor.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/context/annotation/DependencyOfBeanFactoryPostProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/DependencyOfAnnotationContextCustomizer.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/DependencyOfAnnotationContextCustomizer.java index 8e4cbe45..443bf49f 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/DependencyOfAnnotationContextCustomizer.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/DependencyOfAnnotationContextCustomizer.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/DependencyOfAnnotationContextCustomizerFactory.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/DependencyOfAnnotationContextCustomizerFactory.java index db779779..8f3f33b5 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/DependencyOfAnnotationContextCustomizerFactory.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/DependencyOfAnnotationContextCustomizerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/TestContextApplicationEventPublisherAdapter.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/TestContextApplicationEventPublisherAdapter.java index daaf9123..e85d1b96 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/TestContextApplicationEventPublisherAdapter.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/TestContextApplicationEventPublisherAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/cache/ConfigurableCacheAwareContextLoaderDelegate.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/cache/ConfigurableCacheAwareContextLoaderDelegate.java index 042fb3b9..93998526 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/cache/ConfigurableCacheAwareContextLoaderDelegate.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/cache/ConfigurableCacheAwareContextLoaderDelegate.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/event/TestContextEventType.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/event/TestContextEventType.java index 1529ef4a..6920ba45 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/event/TestContextEventType.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/event/TestContextEventType.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/support/CloseApplicationContextAfterTestClassTestExecutionListener.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/support/CloseApplicationContextAfterTestClassTestExecutionListener.java index 4911e503..7e21053a 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/support/CloseApplicationContextAfterTestClassTestExecutionListener.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/support/CloseApplicationContextAfterTestClassTestExecutionListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/ClientServerIntegrationTestsSupport.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/ClientServerIntegrationTestsSupport.java index d6214843..24b458a6 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/ClientServerIntegrationTestsSupport.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/ClientServerIntegrationTestsSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/ForkingClientServerIntegrationTestsSupport.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/ForkingClientServerIntegrationTestsSupport.java index 5dd630c8..202a8f88 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/ForkingClientServerIntegrationTestsSupport.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/ForkingClientServerIntegrationTestsSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/IntegrationTestsSupport.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/IntegrationTestsSupport.java index 0d5d8686..98e70a96 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/IntegrationTestsSupport.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/IntegrationTestsSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/SpringApplicationContextIntegrationTestsSupport.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/SpringApplicationContextIntegrationTestsSupport.java index d6bea67b..e3fd3760 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/SpringApplicationContextIntegrationTestsSupport.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/SpringApplicationContextIntegrationTestsSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/SpringBootApplicationIntegrationTestsSupport.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/SpringBootApplicationIntegrationTestsSupport.java index 0f095c18..0c6898f3 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/SpringBootApplicationIntegrationTestsSupport.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/SpringBootApplicationIntegrationTestsSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/annotation/EnableGemFireResourceCollector.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/annotation/EnableGemFireResourceCollector.java index 7d798447..b5e49133 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/annotation/EnableGemFireResourceCollector.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/annotation/EnableGemFireResourceCollector.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/annotation/GemFireResourceCollectorConfiguration.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/annotation/GemFireResourceCollectorConfiguration.java index 5192796c..3ea4deda 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/annotation/GemFireResourceCollectorConfiguration.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/annotation/GemFireResourceCollectorConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/config/ClientServerIntegrationTestsConfiguration.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/config/ClientServerIntegrationTestsConfiguration.java index 7ff21fd3..291d61cb 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/config/ClientServerIntegrationTestsConfiguration.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/config/ClientServerIntegrationTestsConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/context/event/GemFireResourceCollectorApplicationListener.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/context/event/GemFireResourceCollectorApplicationListener.java index c55c28e7..a7baca76 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/context/event/GemFireResourceCollectorApplicationListener.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/integration/context/event/GemFireResourceCollectorApplicationListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/logging/slf4j/logback/TestAppender.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/logging/slf4j/logback/TestAppender.java index adc35e01..b7272745 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/logging/slf4j/logback/TestAppender.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/logging/slf4j/logback/TestAppender.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/AsyncEventQueueMockObjects.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/AsyncEventQueueMockObjects.java index 4c5e0080..60f57625 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/AsyncEventQueueMockObjects.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/AsyncEventQueueMockObjects.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/CacheMockObjects.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/CacheMockObjects.java index 2cc56b72..d80e62c8 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/CacheMockObjects.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/CacheMockObjects.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/CacheServerMockObjects.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/CacheServerMockObjects.java index 4feb4f26..4651f50d 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/CacheServerMockObjects.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/CacheServerMockObjects.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/DiskStoreMockObjects.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/DiskStoreMockObjects.java index 9311c4e1..2e87cc4b 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/DiskStoreMockObjects.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/DiskStoreMockObjects.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/GatewayMockObjects.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/GatewayMockObjects.java index a1858f7f..0cd996c6 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/GatewayMockObjects.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/GatewayMockObjects.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/GemFireMockObjectsSupport.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/GemFireMockObjectsSupport.java index 5998f4e4..bfd4511b 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/GemFireMockObjectsSupport.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/GemFireMockObjectsSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/IndexMockObjects.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/IndexMockObjects.java index eb669b7b..ac513df0 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/IndexMockObjects.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/IndexMockObjects.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/MockObjectsSupport.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/MockObjectsSupport.java index dc615312..c79eb25e 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/MockObjectsSupport.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/MockObjectsSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/PoolMockObjects.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/PoolMockObjects.java index b2735977..c2b4dfef 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/PoolMockObjects.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/PoolMockObjects.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/annotation/EnableGemFireMockObjects.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/annotation/EnableGemFireMockObjects.java index c9a60062..a08691d3 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/annotation/EnableGemFireMockObjects.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/annotation/EnableGemFireMockObjects.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/annotation/GemFireMockObjectsConfiguration.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/annotation/GemFireMockObjectsConfiguration.java index d389b3c4..21a0e7b6 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/annotation/GemFireMockObjectsConfiguration.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/annotation/GemFireMockObjectsConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/beans/factory/config/GemFireMockObjectsBeanPostProcessor.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/beans/factory/config/GemFireMockObjectsBeanPostProcessor.java index a013ff58..25639815 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/beans/factory/config/GemFireMockObjectsBeanPostProcessor.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/beans/factory/config/GemFireMockObjectsBeanPostProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/beans/factory/config/RegionSpyingBeanPostProcessor.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/beans/factory/config/RegionSpyingBeanPostProcessor.java index aa32b213..075539d7 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/beans/factory/config/RegionSpyingBeanPostProcessor.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/beans/factory/config/RegionSpyingBeanPostProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/context/GemFireMockObjectsApplicationContextInitializer.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/context/GemFireMockObjectsApplicationContextInitializer.java index 06fee1b3..c26bc247 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/context/GemFireMockObjectsApplicationContextInitializer.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/context/GemFireMockObjectsApplicationContextInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/context/event/DestroyGemFireMockObjectsApplicationListener.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/context/event/DestroyGemFireMockObjectsApplicationListener.java index 93302345..62a661e9 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/context/event/DestroyGemFireMockObjectsApplicationListener.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/context/event/DestroyGemFireMockObjectsApplicationListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/support/MockObjectInvocationException.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/support/MockObjectInvocationException.java index bb621f36..5a48d06a 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/support/MockObjectInvocationException.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/support/MockObjectInvocationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/support/MockObjectsException.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/support/MockObjectsException.java index 5af5cd10..86297e2f 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/support/MockObjectsException.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/support/MockObjectsException.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/test/context/DestroyGemFireMockObjectsTestExecutionListener.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/test/context/DestroyGemFireMockObjectsTestExecutionListener.java index bfb8f250..8b1cf0b4 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/test/context/DestroyGemFireMockObjectsTestExecutionListener.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/mock/test/context/DestroyGemFireMockObjectsTestExecutionListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/objects/geode/cache/RegionDataInitializingPostProcessor.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/objects/geode/cache/RegionDataInitializingPostProcessor.java index ebab4215..1b0c284d 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/objects/geode/cache/RegionDataInitializingPostProcessor.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/objects/geode/cache/RegionDataInitializingPostProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/objects/geode/security/TestSecurityManager.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/objects/geode/security/TestSecurityManager.java index 2f087955..967b2e6d 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/objects/geode/security/TestSecurityManager.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/objects/geode/security/TestSecurityManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/JavaProcessRunner.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/JavaProcessRunner.java index c5e1565d..acd0b839 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/JavaProcessRunner.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/JavaProcessRunner.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/PidNotFoundException.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/PidNotFoundException.java index 1ec0d79a..45d996bc 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/PidNotFoundException.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/PidNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/ProcessConfiguration.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/ProcessConfiguration.java index 29136b2c..1057e076 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/ProcessConfiguration.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/ProcessConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/ProcessExecutor.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/ProcessExecutor.java index 13c5954e..862485f8 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/ProcessExecutor.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/ProcessExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/ProcessInputStreamListener.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/ProcessInputStreamListener.java index 323c2476..56bd6c19 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/ProcessInputStreamListener.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/ProcessInputStreamListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/ProcessRunner.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/ProcessRunner.java index e61b38df..af27bde0 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/ProcessRunner.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/ProcessRunner.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/ProcessUtils.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/ProcessUtils.java index 157456a4..3f24d75a 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/ProcessUtils.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/ProcessUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/ProcessWrapper.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/ProcessWrapper.java index 8c9b25b5..207c34d9 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/ProcessWrapper.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/process/ProcessWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/support/AbstractSecurityManager.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/support/AbstractSecurityManager.java index b9a7d55d..e6b7707b 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/support/AbstractSecurityManager.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/support/AbstractSecurityManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/support/DataSourceAdapter.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/support/DataSourceAdapter.java index 82bb8db0..5514033f 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/support/DataSourceAdapter.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/support/DataSourceAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/support/IdentifierSequence.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/support/IdentifierSequence.java index 99b172e1..633d0701 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/support/IdentifierSequence.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/support/IdentifierSequence.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/support/MapBuilder.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/support/MapBuilder.java index 051b8936..4b7fbea9 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/support/MapBuilder.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/support/MapBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/unit/annotation/GemFireUnitTest.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/unit/annotation/GemFireUnitTest.java index 6a3a236d..94b41121 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/unit/annotation/GemFireUnitTest.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/unit/annotation/GemFireUnitTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ByteArrayComparator.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ByteArrayComparator.java index 609712ce..d8478979 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ByteArrayComparator.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ByteArrayComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/FileSystemUtils.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/FileSystemUtils.java index b0a38eee..03707cb9 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/FileSystemUtils.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/FileSystemUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/FileUtils.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/FileUtils.java index f3f721d4..54579d1d 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/FileUtils.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/FileUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/IOUtils.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/IOUtils.java index 388791e7..a2737260 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/IOUtils.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/IOUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/IdentityComparator.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/IdentityComparator.java index 25f2d344..4c884933 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/IdentityComparator.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/IdentityComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/IdentityHashCodeComparator.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/IdentityHashCodeComparator.java index 4fdcc224..0c426ada 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/IdentityHashCodeComparator.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/IdentityHashCodeComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ObjectToByteArrayComparator.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ObjectToByteArrayComparator.java index f3bcc682..f894a5ec 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ObjectToByteArrayComparator.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ObjectToByteArrayComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ObjectUtils.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ObjectUtils.java index 82fb9e86..a3b7f6ac 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ObjectUtils.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ObjectUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ReflectionUtils.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ReflectionUtils.java index 3995237a..b3ab301f 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ReflectionUtils.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ReflectionUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/SocketUtils.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/SocketUtils.java index e96aa676..375872c4 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/SocketUtils.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/SocketUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/SpringUtils.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/SpringUtils.java index 3034d396..8b2fa821 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/SpringUtils.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/SpringUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/StackTraceUtils.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/StackTraceUtils.java index 89e04637..f02f1fee 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/StackTraceUtils.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/StackTraceUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ThreadUtils.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ThreadUtils.java index 14c4e17e..30901cc6 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ThreadUtils.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ThreadUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ThrowableUtils.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ThrowableUtils.java index e35f639c..68eab027 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ThrowableUtils.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ThrowableUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ZipUtils.java b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ZipUtils.java index e9695bd0..deb591aa 100644 --- a/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ZipUtils.java +++ b/spring-data-geode-test/src/main/java/org/springframework/data/gemfire/tests/util/ZipUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/MockClientCacheApplicationIntegrationTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/MockClientCacheApplicationIntegrationTests.java index 73e0c217..f01bb563 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/MockClientCacheApplicationIntegrationTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/MockClientCacheApplicationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/SpringTestContextIntegrationTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/SpringTestContextIntegrationTests.java index da667672..24c5ade5 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/SpringTestContextIntegrationTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/SpringTestContextIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/CacheAndClientCacheFactorySpiesConfiguresMockCacheNameUnitTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/CacheAndClientCacheFactorySpiesConfiguresMockCacheNameUnitTests.java index 73ba1063..9c473823 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/CacheAndClientCacheFactorySpiesConfiguresMockCacheNameUnitTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/CacheAndClientCacheFactorySpiesConfiguresMockCacheNameUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/CacheLifecycleListenerIntegrationTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/CacheLifecycleListenerIntegrationTests.java index 66841c98..67781424 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/CacheLifecycleListenerIntegrationTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/CacheLifecycleListenerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/ClientCacheFactorySpyEagerlyInitializesDefaultPoolUnitTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/ClientCacheFactorySpyEagerlyInitializesDefaultPoolUnitTests.java index ef2339e7..74cc2ef5 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/ClientCacheFactorySpyEagerlyInitializesDefaultPoolUnitTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/ClientCacheFactorySpyEagerlyInitializesDefaultPoolUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/GemFireObjectCreationTriggeredByGemFirePropertyConfigurationIntegrationTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/GemFireObjectCreationTriggeredByGemFirePropertyConfigurationIntegrationTests.java index c51f613e..25833a22 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/GemFireObjectCreationTriggeredByGemFirePropertyConfigurationIntegrationTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/GemFireObjectCreationTriggeredByGemFirePropertyConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/MockCacheQueryServiceInteractionsUnitTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/MockCacheQueryServiceInteractionsUnitTests.java index 20066168..d78999b7 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/MockCacheQueryServiceInteractionsUnitTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/MockCacheQueryServiceInteractionsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/MockClientCacheDefaultPoolRegisteredWithPoolManagerUnitTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/MockClientCacheDefaultPoolRegisteredWithPoolManagerUnitTests.java index af64a997..7764c64d 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/MockClientCacheDefaultPoolRegisteredWithPoolManagerUnitTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/MockClientCacheDefaultPoolRegisteredWithPoolManagerUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/MockPeerCacheApplicationXmlConfigurationIntegrationTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/MockPeerCacheApplicationXmlConfigurationIntegrationTests.java index 0271560c..47099f0c 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/MockPeerCacheApplicationXmlConfigurationIntegrationTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/MockPeerCacheApplicationXmlConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/MockRegionDataAccessOperationsAndEventsUnitTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/MockRegionDataAccessOperationsAndEventsUnitTests.java index ce50d520..db57ce64 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/MockRegionDataAccessOperationsAndEventsUnitTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/MockRegionDataAccessOperationsAndEventsUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/event/TestContextEventTypeUnitTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/event/TestContextEventTypeUnitTests.java index fe27aa46..d5919ac6 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/event/TestContextEventTypeUnitTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/extensions/spring/test/context/event/TestContextEventTypeUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/ClientServerIntegrationTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/ClientServerIntegrationTests.java index 713c36c3..1d5bb7f6 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/ClientServerIntegrationTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/ClientServerIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/ClientServerIntegrationTestsSupportTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/ClientServerIntegrationTestsSupportTests.java index a676ade9..5331c316 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/ClientServerIntegrationTestsSupportTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/ClientServerIntegrationTestsSupportTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/SpringApplicationTerminatingIntegrationTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/SpringApplicationTerminatingIntegrationTests.java index bdec9f0a..c4c3e416 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/SpringApplicationTerminatingIntegrationTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/SpringApplicationTerminatingIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/SpringEnvironmentPropertySourcesCleanupIntegrationTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/SpringEnvironmentPropertySourcesCleanupIntegrationTests.java index a0b57e55..aea2adde 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/SpringEnvironmentPropertySourcesCleanupIntegrationTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/SpringEnvironmentPropertySourcesCleanupIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/SslConfigurationIntegrationTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/SslConfigurationIntegrationTests.java index f128bd7a..7ad85a6a 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/SslConfigurationIntegrationTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/SslConfigurationIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/annotation/GemFireResourceCollectorConfigurationUnitTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/annotation/GemFireResourceCollectorConfigurationUnitTests.java index c2edb1a1..8da115f3 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/annotation/GemFireResourceCollectorConfigurationUnitTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/annotation/GemFireResourceCollectorConfigurationUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/context/event/GemFireResourceCollectorApplicationListenerUnitTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/context/event/GemFireResourceCollectorApplicationListenerUnitTests.java index a98027b1..6ef4b7d5 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/context/event/GemFireResourceCollectorApplicationListenerUnitTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/integration/context/event/GemFireResourceCollectorApplicationListenerUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/logging/slf4j/logback/TestAppenderUnitTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/logging/slf4j/logback/TestAppenderUnitTests.java index 51ce01f4..df5a8716 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/logging/slf4j/logback/TestAppenderUnitTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/logging/slf4j/logback/TestAppenderUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/GemFireMockObjectsSupportIntegrationTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/GemFireMockObjectsSupportIntegrationTests.java index 9b251d73..388aa0ab 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/GemFireMockObjectsSupportIntegrationTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/GemFireMockObjectsSupportIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/GemFireMockObjectsSupportUnitTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/GemFireMockObjectsSupportUnitTests.java index 4099594c..e80aa1f1 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/GemFireMockObjectsSupportUnitTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/GemFireMockObjectsSupportUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/GemfireTemplateAndGemfireRepositoryUsingMockRegionOperationsIntegrationTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/GemfireTemplateAndGemfireRepositoryUsingMockRegionOperationsIntegrationTests.java index 97a23df1..128f0c28 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/GemfireTemplateAndGemfireRepositoryUsingMockRegionOperationsIntegrationTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/GemfireTemplateAndGemfireRepositoryUsingMockRegionOperationsIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/annotation/GemFireMockObjectsConfigurationUnitTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/annotation/GemFireMockObjectsConfigurationUnitTests.java index b96ff1a5..5a234dd5 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/annotation/GemFireMockObjectsConfigurationUnitTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/annotation/GemFireMockObjectsConfigurationUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/beans/factory/config/GemFireMockObjectsBeanPostProcessorUnitTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/beans/factory/config/GemFireMockObjectsBeanPostProcessorUnitTests.java index 6466f962..0c64559c 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/beans/factory/config/GemFireMockObjectsBeanPostProcessorUnitTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/beans/factory/config/GemFireMockObjectsBeanPostProcessorUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/beans/factory/config/RegionSpyingBeanPostProcessorUnitTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/beans/factory/config/RegionSpyingBeanPostProcessorUnitTests.java index 21e7c3c0..40aca86b 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/beans/factory/config/RegionSpyingBeanPostProcessorUnitTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/beans/factory/config/RegionSpyingBeanPostProcessorUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/context/GemFireMockObjectsApplicationContextInitializerUnitTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/context/GemFireMockObjectsApplicationContextInitializerUnitTests.java index 4dd4f1d3..8682efbf 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/context/GemFireMockObjectsApplicationContextInitializerUnitTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/context/GemFireMockObjectsApplicationContextInitializerUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/context/event/DestroyGemFireMockObjectsApplicationListenerUnitTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/context/event/DestroyGemFireMockObjectsApplicationListenerUnitTests.java index 3830ca33..8df4a6c5 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/context/event/DestroyGemFireMockObjectsApplicationListenerUnitTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/context/event/DestroyGemFireMockObjectsApplicationListenerUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/test/context/DestroyGemFireMockObjectsTestExecutionListenerUnitTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/test/context/DestroyGemFireMockObjectsTestExecutionListenerUnitTests.java index 6ebecc1e..7cb206b4 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/test/context/DestroyGemFireMockObjectsTestExecutionListenerUnitTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/mock/test/context/DestroyGemFireMockObjectsTestExecutionListenerUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/objects/geode/cache/RegionDataInitializingPostProcessorIntegrationTests.java b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/objects/geode/cache/RegionDataInitializingPostProcessorIntegrationTests.java index 0ce1f477..68cb6eec 100644 --- a/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/objects/geode/cache/RegionDataInitializingPostProcessorIntegrationTests.java +++ b/spring-data-geode-test/src/test/java/org/springframework/data/gemfire/tests/objects/geode/cache/RegionDataInitializingPostProcessorIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 the original author or authors. + * Copyright 2017-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. From 574be1247f873d432f0f4a41181de8bf1425b4e0 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 19 Apr 2022 11:38:34 -0700 Subject: [PATCH 36/44] Upgrade to Project Lombok 1.18.24. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 535bf81e..5eb2da7c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ apacheGeodeVersion=1.13.8 assertjVersion=3.22.0 findbugsVersion=3.0.2 junitVersion=4.13.2 -lombokVersion=1.18.22 +lombokVersion=1.18.24 mockitoVersion=4.4.0 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.15 diff --git a/pom.xml b/pom.xml index c5f2146d..7ca41e37 100644 --- a/pom.xml +++ b/pom.xml @@ -84,7 +84,7 @@ 4.13.2 2.17.2 1.2.11 - 1.18.22 + 1.18.24 4.4.0 1.01 9.10.15 From 5858eba6fd300ca65efba5724e7e9562560a7579 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 19 Apr 2022 11:39:24 -0700 Subject: [PATCH 37/44] Upgrade to Spring Framework 5.3.19. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 5eb2da7c..fba1df0a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ lombokVersion=1.18.24 mockitoVersion=4.4.0 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.15 -springVersion=5.3.17 +springVersion=5.3.19 springBootVersion=2.5.10 springDataBomVersion=2021.0.10 springDataGeodeVersion=2.5.10 diff --git a/pom.xml b/pom.xml index 7ca41e37..fd3e8928 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,7 @@ 4.4.0 1.01 9.10.15 - 5.3.17 + 5.3.19 2.5.10 2021.0.10 1.2.0.RELEASE From d7c3c9bfc761b63699646965554f488ecd6e63be Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 19 Apr 2022 11:40:08 -0700 Subject: [PATCH 38/44] Upgrade to Spring Boot 2.5.12. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index fba1df0a..20de300e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ mockitoVersion=4.4.0 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.15 springVersion=5.3.19 -springBootVersion=2.5.10 +springBootVersion=2.5.12 springDataBomVersion=2021.0.10 springDataGeodeVersion=2.5.10 springShellVersion=1.2.0.RELEASE diff --git a/pom.xml b/pom.xml index fd3e8928..3c09869c 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ 1.01 9.10.15 5.3.19 - 2.5.10 + 2.5.12 2021.0.10 1.2.0.RELEASE From 6574ffa3af046c26baaaccb61d4a0cdccb4e5bc5 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 19 Apr 2022 11:41:07 -0700 Subject: [PATCH 39/44] Upgrade to Spring Data BOM 2021.0.11 (Pascal-SR11). --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 20de300e..f711b1bd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.15 springVersion=5.3.19 springBootVersion=2.5.12 -springDataBomVersion=2021.0.10 +springDataBomVersion=2021.0.11 springDataGeodeVersion=2.5.10 springShellVersion=1.2.0.RELEASE version=0.1.3-PASCAL-SNAPSHOT diff --git a/pom.xml b/pom.xml index 3c09869c..e6a2c99a 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ 9.10.15 5.3.19 2.5.12 - 2021.0.10 + 2021.0.11 1.2.0.RELEASE From ac71b204cb53cbfa16812ee3d55f01587ac3b587 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 19 Apr 2022 11:41:34 -0700 Subject: [PATCH 40/44] Upgrade to Spring Data Build parent Maven POM 2.5.11. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e6a2c99a..7adfe41a 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.springframework.data.build spring-data-parent - 2.5.10 + 2.5.11 org.springframework.data From 3e433fa9f9036eafdb35896d4926bd839af7bc89 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 19 Apr 2022 11:42:04 -0700 Subject: [PATCH 41/44] Upgrade to Spring Data for Apache Geode 2.5.11. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f711b1bd..9eb0984a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,6 +10,6 @@ pivotalGemFireVersion=9.10.15 springVersion=5.3.19 springBootVersion=2.5.12 springDataBomVersion=2021.0.11 -springDataGeodeVersion=2.5.10 +springDataGeodeVersion=2.5.11 springShellVersion=1.2.0.RELEASE version=0.1.3-PASCAL-SNAPSHOT From b3a32030697dab0e12a1a2f881340d93e2f37b9a Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 4 May 2022 10:47:06 -0700 Subject: [PATCH 42/44] Reconfigure the Jenkins CI build to use pipelines and build inside Docker containers. --- Jenkinsfile | 160 +++++++++++++++++++++++++++-------------- ci/pipeline.properties | 14 ++++ 2 files changed, 120 insertions(+), 54 deletions(-) create mode 100644 ci/pipeline.properties diff --git a/Jenkinsfile b/Jenkinsfile index 7dec39ff..96b2f3eb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,84 +1,136 @@ -properties([ - buildDiscarder(logRotator(numToKeepStr: '10')), - pipelineTriggers([ +def p = [:] + +node { + checkout scm + p = readProperties interpolate: true, file: 'ci/pipeline.properties' +} + +pipeline { + + agent any + + options { + buildDiscarder(logRotator(numToKeepStr: '10')) + disableConcurrentBuilds() + } + + triggers { cron('@daily') - ]), -]) - -def SUCCESS = hudson.model.Result.SUCCESS.toString() -currentBuild.result = SUCCESS - -try { - parallel check: { - stage('Check') { - timeout(time: 10, unit: 'MINUTES') { - node('linux') { - checkout scm - try { - withEnv(["JAVA_HOME=${tool 'jdk8'}"]) { - sh './gradlew clean check --no-daemon --refresh-dependencies --stacktrace' + } + + stages { + + stage('Build') { + options { + timeout(time: 15, unit: "MINUTES") + } + steps { + script { + docker.image(p['docker.container.image.java.main']).inside(p['docker.container.inside.env.full']) { + + sh "echo 'Setup build environment...'" + sh "ci/setup.sh" + + // Cleanup any prior build system resources + try { + sh "echo 'Clean up GemFire/Geode files & build artifacts...'" + sh "ci/cleanupGemFiles.sh" + sh "ci/cleanupArtifacts.sh" + } + catch (ignore) { } + + // Run the SBDG project Gradle build using JDK 8 inside Docker + try { + sh "echo 'Building SSDG...'" + sh "ci/check.sh" + } + catch (e) { + currentBuild.result = "FAILED: build" + throw e + } + finally { + junit '**/build/test-results/*/*.xml' } } - catch (e) { - currentBuild.result = 'FAILED: check' - throw e - } - finally { - junit '**/build/test-results/*/*.xml' + } + } + } + +/* + stage ('Deploy Docs') { + options { + timeout(time: 15, unit: "MINUTES") + } + steps { + script { + docker.image('openjdk:17-bullseye').inside("--name ${env.HOSTNAME}Two -u root -v /tmp:/tmp") { + withCredentials([file(credentialsId: 'docs.spring.io-jenkins_private_ssh_key', variable: 'DEPLOY_SSH_KEY')]) { + try { + sh "ci/deployDocs.sh" + } + catch (e) { + currentBuild.result = "FAILED: deploy docs" + throw e + } + } } } } } - } + */ - if (currentBuild.result == 'SUCCESS') { - parallel artifacts: { - stage('Deploy Artifacts') { - node('linux') { - checkout scm - try { + stage ('Deploy Artifacts') { + options { + timeout(time: 15, unit: "MINUTES") + } + steps { + script { + docker.image('openjdk:17-bullseye').inside("--name ${env.HOSTNAME}One -u root -v /tmp:/tmp") { withCredentials([file(credentialsId: 'spring-signing-secring.gpg', variable: 'SIGNING_KEYRING_FILE')]) { withCredentials([string(credentialsId: 'spring-gpg-passphrase', variable: 'SIGNING_PASSWORD')]) { withCredentials([usernamePassword(credentialsId: 'oss-token', passwordVariable: 'OSSRH_PASSWORD', usernameVariable: 'OSSRH_USERNAME')]) { withCredentials([usernamePassword(credentialsId: '02bd1690-b54f-4c9f-819d-a77cb7a9822c', usernameVariable: 'ARTIFACTORY_USERNAME', passwordVariable: 'ARTIFACTORY_PASSWORD')]) { - withEnv(["JAVA_HOME=${tool 'jdk8'}"]) { - sh './gradlew deployArtifacts finalizeDeployArtifacts --no-daemon --refresh-dependencies --stacktrace -Psigning.secretKeyRingFile=$SIGNING_KEYRING_FILE -Psigning.keyId=$SPRING_SIGNING_KEYID -Psigning.password=$SIGNING_PASSWORD -PossrhUsername=$OSSRH_USERNAME -PossrhPassword=$OSSRH_PASSWORD -PartifactoryUsername=$ARTIFACTORY_USERNAME -PartifactoryPassword=$ARTIFACTORY_PASSWORD' + try { + sh "ci/deployArtifacts.sh" + } + catch (e) { + currentBuild.result = "FAILED: deploy artifacts" + throw e } } } } } } - catch (e) { - currentBuild.result = 'FAILED: artifacts' - throw e - } } } } } -} -finally { - def buildStatus = currentBuild.result - def buildNotSuccess = !SUCCESS.equals(buildStatus) - def lastBuildNotSuccess = !SUCCESS.equals(currentBuild.previousBuild?.result) + post { + changed { + script { - if (buildNotSuccess || lastBuildNotSuccess) { - stage('Notify') { - node { + def BUILD_SUCCESS = hudson.model.Result.SUCCESS.toString() + def buildStatus = currentBuild.result + def buildNotSuccess = !BUILD_SUCCESS.equals(buildStatus) + def previousBuildStatus = currentBuild.previousBuild?.result + def previousBuildNotSuccess = !BUILD_SUCCESS.equals(previousBuildStatus) - final def RECIPIENTS = [[$class: 'DevelopersRecipientProvider'], [$class: 'RequesterRecipientProvider']] + if (buildNotSuccess || previousBuildNotSuccess) { - def subject = "${buildStatus}: Build ${env.JOB_NAME} ${env.BUILD_NUMBER} status is now ${buildStatus}" - def details = "The build status changed to ${buildStatus}. For details see ${env.BUILD_URL}" + def RECIPIENTS = [[$class: 'DevelopersRecipientProvider'], [$class: 'RequesterRecipientProvider']] + def subject = "${buildStatus}: Build ${env.JOB_NAME} ${env.BUILD_NUMBER} status is now ${buildStatus}" + def details = "The build status changed to ${buildStatus}. For details see ${env.BUILD_URL}" - emailext( - subject: subject, - body: details, - recipientProviders: RECIPIENTS, - to: "$GEODE_TEAM_EMAILS" - ) + emailext(subject: subject, body: details, recipientProviders: RECIPIENTS, to: "$GEODE_TEAM_EMAILS") + +/* + slackSend(color: (currentBuild.currentResult == 'SUCCESS') ? 'good' : 'danger', + channel: '#spring-data-dev', + message: "${currentBuild.fullDisplayName} - `${currentBuild.currentResult}`\n${env.BUILD_URL}") + */ + } } } } diff --git a/ci/pipeline.properties b/ci/pipeline.properties new file mode 100644 index 00000000..735c7dae --- /dev/null +++ b/ci/pipeline.properties @@ -0,0 +1,14 @@ +# Java (JDK) versions +java.main.tag=8u322-b06-jdk + +# Docker Container Images +docker.container.image.java.main=harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:${java.main.tag} + +# Docker Environment Settings +docker.container.inside.env.basic=-u root -v $HOME:/tmp/jenkins-home -v /tmp:/tmp +docker.container.inside.env.full=-u root -v /var/run/docker.sock:/var/run/docker.sock -v /usr/bin/docker:/usr/bin/docker -v /tmp:/tmp -v $HOME:/tmp/jenkins-home + +# Credentials +artifactory.credentials=02bd1690-b54f-4c9f-819d-a77cb7a9822c +docker.credentials=hub.docker.com-springbuildmaster +docker.registry= From 73a1cf2d11febbf55437191c983cb5c0cd5fd33f Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 4 May 2022 11:08:34 -0700 Subject: [PATCH 43/44] Add CI build shell scripts. --- ci/check.sh | 6 ++++++ ci/cleanupArtifacts.sh | 7 +++++++ ci/cleanupGemFiles.sh | 9 +++++++++ ci/deployArtifacts.sh | 20 ++++++++++++++++++++ ci/deployDocs.sh | 15 +++++++++++++++ ci/setup.sh | 11 +++++++++++ 6 files changed, 68 insertions(+) create mode 100755 ci/check.sh create mode 100755 ci/cleanupArtifacts.sh create mode 100755 ci/cleanupGemFiles.sh create mode 100755 ci/deployArtifacts.sh create mode 100755 ci/deployDocs.sh create mode 100755 ci/setup.sh diff --git a/ci/check.sh b/ci/check.sh new file mode 100755 index 00000000..1e04b0d9 --- /dev/null +++ b/ci/check.sh @@ -0,0 +1,6 @@ +#!/bin/bash -x + +set -eou pipefail + +GRADLE_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home -Djava.io.tmpdir=/tmp" \ + ./gradlew clean check --no-daemon --refresh-dependencies --stacktrace diff --git a/ci/cleanupArtifacts.sh b/ci/cleanupArtifacts.sh new file mode 100755 index 00000000..76f2de6c --- /dev/null +++ b/ci/cleanupArtifacts.sh @@ -0,0 +1,7 @@ +#!/bin/bash -x + +rm -Rf ./.gradle +rm -Rf ./.m2 +rm -Rf `find . -name "build" | grep -v "src"` +rm -Rf `find . -name "target" | grep -v "src"` +exit 0 diff --git a/ci/cleanupGemFiles.sh b/ci/cleanupGemFiles.sh new file mode 100755 index 00000000..5918c838 --- /dev/null +++ b/ci/cleanupGemFiles.sh @@ -0,0 +1,9 @@ +#!/bin/bash -x + +rm -Rf `find . -name "BACKUPDEFAULT*"` +rm -Rf `find . -name "ConfigDiskDir*"` +rm -Rf `find . -name "locator*" | grep -v "src" | grep -v "locator-application"` +rm -Rf `find . -name "newDB"` +rm -Rf `find . -name "server" | grep -v "src"` +rm -Rf `find . -name "*.log"` +exit 0 diff --git a/ci/deployArtifacts.sh b/ci/deployArtifacts.sh new file mode 100755 index 00000000..f63e8fec --- /dev/null +++ b/ci/deployArtifacts.sh @@ -0,0 +1,20 @@ +#!/bin/bash -x + +set -eou pipefail + +echo "Deploying artifacts on host [$HOSTNAME]" + +# User ID 1001 is "jenkins" +# Group ID 1001 is "jenkins" +# Syntax: `chown -R userId:groupId .` +chown -R 1001:1001 . + +GRADLE_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home -Djava.io.tmpdir=/tmp" \ + ./gradlew deployArtifacts finalizeDeployArtifacts --no-build-cache --no-configuration-cache --no-daemon --stacktrace \ + -PartifactoryUsername=$ARTIFACTORY_USERNAME \ + -PartifactoryPassword=$ARTIFACTORY_PASSWORD \ + -PossrhUsername=$OSSRH_USERNAME \ + -PossrhPassword=$OSSRH_PASSWORD \ + -Psigning.keyId=$SPRING_SIGNING_KEYID \ + -Psigning.password=$SIGNING_PASSWORD \ + -Psigning.secretKeyRingFile=$SIGNING_KEYRING_FILE diff --git a/ci/deployDocs.sh b/ci/deployDocs.sh new file mode 100755 index 00000000..46bb8659 --- /dev/null +++ b/ci/deployDocs.sh @@ -0,0 +1,15 @@ +#!/bin/bash -x + +set -eou pipefail + +echo "Deploying docs on host [$HOSTNAME]" + +# User ID 1001 is "jenkins" +# Group ID 1001 is "jenkins" +# Syntax: `chown -R userId:groupId .` +chown -R 1001:1001 . + +GRADLE_OPTS="--add-opens java.base/java.io=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED -Duser.name=jenkins -Duser.home=/tmp/jenkins-home -Djava.io.tmpdir=/tmp" \ + ./gradlew deployDocs --no-daemon --stacktrace \ + -PdeployDocsSshKeyPath=$DEPLOY_SSH_KEY \ + -PdeployDocsSshUsername=$SPRING_DOCS_USERNAME diff --git a/ci/setup.sh b/ci/setup.sh new file mode 100755 index 00000000..2bc44847 --- /dev/null +++ b/ci/setup.sh @@ -0,0 +1,11 @@ +#!/bin/bash -x + +# User ID 1001 is "jenkins" +# Group ID 1001 is "jenkins" +# Syntax: `chown -R userId:groupId .` + +echo "Logged into Jenkins CI as user [$USER] with home directory [$HOME] in the current working directory [$PWD]" +chown -R 1001:1001 . +#echo "Logging into Docker..." +#docker login --username ${DOCKER_HUB_USR} --password ${DOCKER_HUB_PSW} +exit 0 From b8d48a47c92cfd9b61a6cd86f61c80e74cbe024f Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 4 May 2022 11:36:40 -0700 Subject: [PATCH 44/44] Fix Docker container image reference in Deploy Artifacts and Deploy Docs. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 96b2f3eb..8d1cc240 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -63,7 +63,7 @@ pipeline { } steps { script { - docker.image('openjdk:17-bullseye').inside("--name ${env.HOSTNAME}Two -u root -v /tmp:/tmp") { + docker.image(p['docker.container.image.java.main']).inside(p['docker.container.inside.env.full']) { withCredentials([file(credentialsId: 'docs.spring.io-jenkins_private_ssh_key', variable: 'DEPLOY_SSH_KEY')]) { try { sh "ci/deployDocs.sh" @@ -85,7 +85,7 @@ pipeline { } steps { script { - docker.image('openjdk:17-bullseye').inside("--name ${env.HOSTNAME}One -u root -v /tmp:/tmp") { + docker.image(p['docker.container.image.java.main']).inside(p['docker.container.inside.env.full']) { withCredentials([file(credentialsId: 'spring-signing-secring.gpg', variable: 'SIGNING_KEYRING_FILE')]) { withCredentials([string(credentialsId: 'spring-gpg-passphrase', variable: 'SIGNING_PASSWORD')]) { withCredentials([usernamePassword(credentialsId: 'oss-token', passwordVariable: 'OSSRH_PASSWORD', usernameVariable: 'OSSRH_USERNAME')]) {