Re: [PR] (chores): reduce cognitive complexity in camel-mail [camel]
orpiske merged PR #21092: URL: https://github.com/apache/camel/pull/21092 -- 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]
Re: [PR] (chores): reduce cognitive complexity in camel-mail [camel]
orpiske commented on PR #21092: URL: https://github.com/apache/camel/pull/21092#issuecomment-3822480495 Also has good coverage, so let's merge. -- 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]
Re: [PR] (chores): reduce cognitive complexity in camel-mail [camel]
github-actions[bot] commented on PR #21092: URL: https://github.com/apache/camel/pull/21092#issuecomment-3805263929 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committers, please review the following items: * First-time contributors **require MANUAL approval** for the GitHub Actions to run * You can use the command `/component-test (camel-)component-name1 (camel-)component-name2..` to request a test from the test bot. * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and `test-dependents` to fine-tune the checks executed by this PR. * Build and test logs are available in the Summary page. **Only** [Apache Camel committers](https://camel.apache.org/community/team/#committers) have access to the summary. * :warning: Be careful when sharing logs. Review their contents before sharing them publicly. -- 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]
[PR] (chores): reduce cognitive complexity in camel-mail [camel]
orpiske opened a new pull request, #21092: URL: https://github.com/apache/camel/pull/21092 ## Summary - Reduce cognitive complexity in MailBinding.extractAttachmentsFromMultipart by extracting helper methods - Reduce cognitive complexity in MailBinding.extractHeadersFromMail by extracting helper methods - Reduce cognitive complexity in MimeMultipartDataFormat.marshal by extracting helper methods - Reduce cognitive complexity in MimeMultipartDataFormat.unmarshal by extracting helper methods ## Test plan - [x] Unit tests pass for camel-mail module -- 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]
