exceptionfactory commented on code in PR #10586:
URL: https://github.com/apache/nifi/pull/10586#discussion_r2582288271
##########
nifi-commons/nifi-hashicorp-vault/src/main/java/org/apache/nifi/vault/hashicorp/config/HashiCorpVaultConfiguration.java:
##########
@@ -161,8 +165,16 @@ public ClientOptions clientOptions() {
}
@Override
- protected RestTemplateFactory getRestTemplateFactory() {
- return this.restTemplateFactory(clientHttpRequestFactoryWrapper());
Review Comment:
Is overriding the `getRestTemplateFactory` method no longer needed?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]