gnodet opened a new pull request, #24860:
URL: https://github.com/apache/camel/pull/24860

   _Claude Code on behalf of gnodet_
   
   ## Summary
   
   Fix SonarCloud BLOCKER rule 
[S1845](https://sonarcloud.io/project/issues?id=apache_camel&severities=BLOCKER&rules=java:S1845)
 (names should not differ only by case) in 2 components:
   
   - **camel-salesforce**: `PubSubApiProcessor` had a `LOG` field that shadowed 
the inherited `log` field from `AbstractSalesforceProcessor` — removed the 
redundant field
   - **camel-crypto-pgp**: `findPrivateKeyWithkeyId` (lowercase k) was 
near-identical in name to `findPrivateKeyWithKeyId` (uppercase K) — fixed the 
typo to make it a proper overload with consistent casing
   
   ## Test plan
   
   - [x] camel-crypto-pgp: 69 tests pass (47 run, 22 skipped)
   - [ ] camel-salesforce: CI validation (integration tests require external 
service)
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
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]

Reply via email to