From b1918760b2d8e5082873feda4406fc5c1ec55823 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 15 Jul 2022 03:17:46 -0700 Subject: [PATCH] Include reference to the Apache Geode commit that changed the API and broke STDG! --- .../tests/integration/SslConfigurationIntegrationTests.java | 1 + 1 file changed, 1 insertion(+) 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 98051ca..53a0b15 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 @@ -38,6 +38,7 @@ import org.springframework.util.ReflectionUtils; */ public class SslConfigurationIntegrationTests { + // THIS BS(!): https://github.com/apache/geode/commit/3b8f4401bf117f811f455b8723803edfe61b71fe#diff-060680eb4aeb605db22253a275cc0c679fdbacb9e70a5f17197e521e9b6c4045L43 private SSLConfigurationFactory getInstance() { Method getInstance = ReflectionUtils.findMethod(SSLConfigurationFactory.class, "getInstance");