Include reference to the Apache Geode commit that changed the API and broke STDG!

This commit is contained in:
John Blum
2022-07-15 03:17:46 -07:00
parent f03aa7aad9
commit b1918760b2

View File

@@ -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");