davsclaus commented on PR #24599: URL: https://github.com/apache/camel/pull/24599#issuecomment-4944096188
_Claude Code on behalf of davsclaus_ @gnodet Thanks for the thorough review! Regarding the two `withIsSecret` instances at lines 912 and 951 — those are already fixed in the CAMEL-23983 commit. Both lines currently use `descriptor.isSecret(name)` (not `descriptor.defaultValue(name)`). All occurrences across the file were corrected. -- 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]
