gnodet commented on code in PR #22343:
URL: https://github.com/apache/camel/pull/22343#discussion_r3010745966
##########
components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/SalesforceComponent.java:
##########
@@ -958,6 +958,7 @@ public RawClient createRawClientFor(SalesforceEndpoint
endpoint) throws Salesfor
return new DefaultRawClient(httpClient, "", session, loginConfig);
}
+ @SuppressWarnings("java:S2095") // ExecutorService lifecycle is managed by
SalesforceHttpClient
Review Comment:
Good point — replaced with a line-level `// NOSONAR` on the specific line,
with an explanatory comment above it. This avoids masking future real leaks in
the method. Fixed in 9271179.
_Claude Code on behalf of Guillaume Nodet_
--
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]